Stupid tar Tricks
From linuxjournal.com One of the most common programs on Linux systems for packaging files is the venerable tar. tar is short for tape archive, and originally, it would archive your…
From linuxjournal.com One of the most common programs on Linux systems for packaging files is the venerable tar. tar is short for tape archive, and originally, it would archive your…
From blog.taragana.com How to install sar, sadf, mpstat, iostat, pidstat and sa tools on CentOS / Fedora / RHEL The following command can be used to install sar, sadf, mpstat,…
CLIcompanion lets you run Terminal commands from a GUI. You can also store commands to create a command 'dictionary'. CLIcompanion is an application that is used as a compliment to…
From hikaro.com Iftop is a niffty little tool to help in helping to monitor Network Bandwith. Similar to top, it display the local and external host(s) that are responsible for…
Go to http://dag.wieers.com/rpm/packages/clamav/ and download the latest version of clamav clamd clamav-db for Red Hat EL 5 wget http://packages.sw.be/clamav/clamav-0.96.2-2.el5.rf.i386.rpm wget http://packages.sw.be/clamav/clamav-db-0.96.2-2.el5.rf.i386.rpm wget http://packages.sw.be/clamav/clamd-0.96.2-2.el5.rf.i386.rpmm To install them all type in yum…
From linuxpoison.blogspot.com Bmon - Real time Bandwidth monitoring tool bmon is a portable bandwidth monitor and rate estimator. It supports various input methods for different architectures. Various output modes exist,…
From thegeekstuff.com How to Allow MySQL Client to Connect to Remote MySQL server By default, MySQL does not allow remote clients to connect to the MySQL database. If you try…