Home » Bash

Bash

[Jan 20, 2012 | Views: 479]
ns is a discrete-event network simulator targeted primarily for research and educational use. There are two version of ns, ns-2 and ns-3, which are quite different with each other in ... read more »
[Nov 11, 2011 | Views: 17,665]
mailx or mail command in Linux is still providing service for guys like me, especially when we need to send email automatically by script. gmail is great. Now, how to ... read more »
[Oct 13, 2011 | Views: 626]
There is various network configuration information in Linux and lots tools can be used to find out those configuration information. Finding out these network information in Fedora Linux as the ... read more »
[Dec 9, 2010 | Views: 621]
How to find out Linux and Windows uptime is introduced in this post. Linux uptime Linux uptime can be easily found out by the uptime command: $ uptime 22:19:29 up 10 days, 22:26,  5 ... read more »
[Jan 5, 2010 | Views: 256]
Advanced Bash-Scripting Guide – An in-depth exploration of the art of shell scripting by Mendel Cooper Link here: http://www.tldp.org/LDP/abs/html/index.html read more »
[May 13, 2009 | Views: 212]
~/.bashrc # .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions . ~/.alias # export GTK_IM_MODULE=ibus ################################## ~/.alias alias rm=’rm -i’ alias l=’ll -h’ ################################## ~/.lftprc set ftp:charset GBK set file:charset UTF-8 #set net:connection-limit 30 set net:reconnect-interval-base ... read more »
[Apr 17, 2009 | Views: 185]
read more »