Archive for October, 2006
October 5th, 2006
Enable and disable mail notifications in linux terminal
You can enable or disable the mail notification in a terminal window by the command biff
biff -y enable the mail notifications
biff -n disables the mail notifications
the imax | 8:48 pm | Linux/Unix | No Comments
October 2nd, 2006
History file in Linux and its Path
History file in Linux is the file in which the command history is stored, it is created in the home directory of every user, e.g. in case the user is Joe and his home directory is /home/Joe than the file will be /home/Joe/.bash_history
You can also find the path to your history file using the command $HISTFILE , if it is not set than the command history is not saved when an interactive shell exits
the imax | 8:50 am | Linux/Unix | No Comments
October 1st, 2006
Creating Tar.gz files in Windows
You can open and extract the content from gzipped in Windows easily using WinRAR however you cannot create a gzip archive in Winodws using WinRAR, a good tool which can be used to both create and open gzip files in windows is Powerzip, you can get its trial version from powerzip.biz
Powerzip can also be used to work with bz2 archives in windows
the imax | 9:56 pm | Linux/Unix | No Comments