Linux
10 Useful Sar (Sysstat) Examples for UNIX / Linux Performance Monitoring
2011/04/22
by Ramesh Natarajan on March 29, 2011 Using sar you can monitor performance of various Linux subsystems (CPU, Memory, I/O..) in real time. Using sar, you can also collect all performance data on an …
Results of Fedora 16 Release Name Voting
2011/04/20
Fedora 16 is codenamed Verne. Here are other details: The voting has concluded for the Fedora 16 release name, and the results are in! Thank you to the Fedora community members who made name …
The Ultimate Guide to Getting Support on Linux-use empathy to login to IRC….
2011/04/18
The Ultimate Guide to Getting Support on Linux Installing Linux has become effortless to the extent that anyone with a little knowledge of computers can get a Linux machine up and running instantly. …
Introducing /run – what is this directory doing in my root directory?
2011/04/13
Image via Wikipedia […] http://lwn.net/Articles/436012/ There is a suggestion to add /run directory that will be mounted as tmpfs. This directory will be mounted early in the boot process and …
Slackware Linux 13.37 RC 3.1415926535897932384626433832
2011/04/02
Slackware released the next version a few days back and guess the complete name : Slackware Linux 13.37 RC 3.1415926535897932384626433832. You must be crazy to tell the complete version to anyone. …
sakura – Reaaly good terminal with very few dependencies.
2011/03/30
I was searching for something in the Fedora repos and found a really good terminal, sakura. Its very much like Gnome-terminal. I did not find much difference other than using less memory. To install: …
use finch, less memory and cpu usage, in replacement for pidgin.
2011/03/27
Well, if you are on linux then you have options – is a known fact. But how those options help? I was working on a machine which had very less RAM and was quite old system and it was running F14. Guess …
Try all colors in xterm with script before setting the color
2011/03/18
If you are looking for testing the colors on how they would look like in the xterm before you set the color then here is a small script for you. […] <td> <div class="text …
cd across parallel directories
2011/03/14
Image via Wikipedia […] Here is a simple and fast way to cd across parallel directory.
Using ssmtp to send mail using gmail.
2011/02/19
First install the package ssmtp using the command: […] <td> <div class="text codecolorer"> sudo yum install ssmtp </div> </td> </tr> Open the …
vino – connect to running GNome session like RDP
2011/02/04
One thing that all of us Linux users have probably missed is connecting to the running GNome session to see what is going on in the running session. This can be quite handy in couple of situations: …
shopt causes bash completion to stop working.
2011/01/25
Couple of days, I added some scripts to my bash startup and suddenly realized that bash completions stopped working. This is tricky situation in bash to figure out what went wrong. So, I set my foot …