Linux
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: …
Ranking of the most frequently used commands
2011/01/31
Lets take a quick look at how to get the most frequently used commands on you shell. So what we need to do is this: […] <td> <div class="text codecolorer"> history | awk …
bash mathematical calculators.
2011/01/25
To start with , the most simple and easy to use should be “bc”. but just for some guys who want to be more experimental, here are few more bash calulator programs. These are completely command line …
Linux humour – tar is coward
2011/01/18
Some errors are too good and though you would have seen them couple of times you don’t realize until sometimes it just hits you, like the one below: […] tar: Cowardly refusing to create an …
perl is faster than bash in some cases.
2011/01/11
Some days back, I had to generate some data to be uploaded to a database. As usual I assumed that bash should be faster and hence wrote the script to create the files in bash. But I found that even …
Shell Scripting
2011/01/05
Here are some links for bash programming that you may find useful. http://tips-linux.net/en/content/pro-bash-programming http://tips-linux.net/en/content/expert-shell-scripting …
Ultralight DIY distribution
2011/01/02
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"> Image via <a …
write the output of a command to /var/log/user.log… each line will contain $USER, making this easy to grep for.
2010/12/28
write the output of a command to /var/log/user.log… each line will contain $USER, making this easy to grep for. […] <td> <div class="text codecolorer"> log() { …
Empty a file
2010/12/26
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"> Image via <a …
Bash Script Beautifier
2010/12/23
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"> Image via <a …
6 Good Web-Based FTP Clients For When You Are On The Road
2010/12/21
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"> Image via <a href="http://www.crunchbase.com">CrunchBase</a> </dd> …
List all installed rpm packages and it’s size
2010/12/09
If you are looking for a command to see the disk usage by each of the rpm‘s then you can use this command: […] <td> <div class="text codecolorer"> rpm -q …