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

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.

Opensuse 11.1 KDE4 Reloaded

OpenSUSE 11.2 will be released in two months, however the recently released of OpenSUSE 11.1 KDE4 Reloaded images allows us to have a good preview of the upcoming 11.2 version.

Short and quick tutorial for the command “touch”

The touch command is typically used for 2 purposes, to create a new file and to modify the access and modification times of the file.  If the file already exist, it will update the  both the access and modification times of the file and if it does not exist, it will create a new file.  [...]

Using command output with backquotes

The backquote (`), which is quite alien to most Windows users, is the key just below the top left hand side ESC key on your keyboard.  This is a useful key to use when you want to use the standard output of a UNIX/LINUX command as part of another command.