Linux
Linux is just too open
2010/06/24
The Problem with Linux is that it is forthright, open and honest. Now I know how much the editors here hate when I anthropomorphize an operating system, but it is fundamentally true. Linux, in my …
Check file usage using fuser
2010/06/24
There is a package called psmisc that provides a useful application fuser. The package provides the below (on fedora): […] /sbin/fuser /usr/bin/killall /usr/bin/peekfd /usr/bin/pstree …
Linux:Please Don\’t Show the Command Line to the Uninitiated (via postie)
2010/06/24
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category Not long ago I had the opportunity to show off GNU/Linux to a friend. She’s been a lifelong …
Customize Your Firefox Browsing Experience On Your Favorite Websites
2010/06/23
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category […] <img …
Oracle GUI client on Linux with mysql support
2010/06/22
I was looking for some nice client for Oracle and mysql. I did find mysql-administrator and navicat to be useful but this is much better. <a href="http://sourceforge.net/projects/tora/" …
concatenate compressed and uncompressed logs
2010/06/21
$ find /var/log/apache2 -name 'access.loggz' -exec <a class="zem_slink freebase/en/gzip" title="Gzip" rel="homepage" href="http://www.gzip.org/">zcat {} ; …
Linux command to repeat a string n times
2010/06/17
There are more than one situation where you wished that there was a simple way to print a character n number of times. At least I face that quite often, especially when you want to print a menu. I …
17 Cool firefox tweaks.
2010/06/16
A very nice article on firefox can be found here. Though written for Ubuntu should be applicable to all distro’s. <a …
GCompris — Kids games and learning activities and hacks.
2010/06/15
I found a nice game and learning software for Kids yesterday. It is called <a href="http://gcompris.net/" target="_blank">GCompris. Details of the software as in their …
IRC on Linux de-mystified for new users only
2010/06/15
The other day, I was trying to fix something in my firefox and found that the way to go was to login to IRC and go to the mozilla <a class="zem_slink freebase/en/server" …
Default files and settings for new users on most Linux distribution – Linux Ubuntu
2010/06/09
For most common distributions of Linux the default settings for the newly created user with GUI or useradd command is taken from the directory /etc/skel All the files (including the hidden files) are …
Verify all the paths in the PATH directory
2010/06/08
Here is the command to test that all the directories in your path actually exist. […] (<a class="zem_slink freebase/en/internal_field_separator" title="Internal field …