Categories
Most commented
-
Recent Posts
Recent Comments
-
Archive for the Category: Linux
How to install mplayer in Fedora Core 12
Before mplayer-gui installation in Fedora Core 12, you will have to add RPM Fusion repositories. After that, yum will resolve all dependencies and mplayer will be installed in a minute.
Select windows when the mouse moves over
After installation of Fedora Core 12, I couldn't find option "focus window on mouse over". In previous Fedora, there was Window Preferences in GNOME with following options: Window Selection, Titlebar Action and Movement Key. The solution was to install control-center-extra package.
Also posted in GNOME
7 Comments
GNOME - always on top
How to permanently set application window to be always on top in GNOME? Yes, you can right click on window header in GNOME, and check always on top. Unfortunately, after closing window, this setting will not remain. In three steps, I will show how to set calculator (gcalctool) to stay permanently above ...
The rpm command
rpm is a powerful Package Manager, which can be used to build, install, query, verify, update, and erase individual software packages. This is the first sentence in the long rpm manual that lacks examples. On the other hand, I will try to write nothing more but the rpm examples.
The find command
The "find" command is very useful. It can search the entire file system for one or more files that you specify to look for. With the "find" command, not only are you able to locate files, but you can also perform actions on the files it finds like move, delete, rename ...
How to find files in Linux
Files in Linux can be searched with "find" and "locate" command. "Find" exists very long, while "locate" is a new Linux feature. The main difference between them is the way they work - "locate" uses database to search files, while "find" searches for files in a directory hierarchy.
Tmpwatch - recursively delete files
If you are a Linux administrator, then you certainly need tool to delete old files - especially old backup files or /tmp directory. Here comes tmpwatch. With parameter time and path, tmpwatch will recursively delete all files older then a given time. But if you use NetBackup, then you might have a problem with deleting files.