Suse & OpenSuse : Tips, Tricks, Tutorials, How Tos and Troubleshooting

Category Archives: tips

How to install VirtualBox Guest Additions in OpenSuse 11.2

VirtualBox Guest Additions allows users to get some excellent features like "seamless mouse integration", shared folder access etc, between my host (Windows 7) and guest (OpenSuse 11.2), and increase the screen resolution from 800 X 600 to 1024×768. Besides that, the Guest Additions also improve its performance and cooperation with the rest of the [...]

How to install GNOME desktop environment theme in OpenSuse 11.1

Linux desktops in general offers users the capabilities to customize the operating system to meet any particular preferences. The OpenSUSE implementation of the GNOME desktop environment is no exception to this rule.

How to install Gnome/KDE Desktop Environment on OpenSuse 11

If you using OpenSuse and would like to switch from GNOME Desktop environment to KDE Desktop environment or vice versa, then this is a simple blog post for you.

How to run Windows software on OpenSuse

Wine is a free software application that aims to allow Unix-like computer operating systems to execute programs written for Microsoft Windows.

Automatically dating your tar backups

Normally, we use the tar command coupled with some compression program such as gzip to create a backup of our directories. I.e.
# tar -cf /var/log/backup/tux.tar /home/tux

to backup the home directory of the user tux into the directory  /var/log/backup.