Shammer's Philosophy

My private adversaria

Favorite aliases

Debian whezzy has $HOME/.bash_aliases. This is invoked from $HOME/.bashrc if this file exists. I write aliases which I prefer to.

Here are short descriptions.

  • ccl64 -K :UTF-8 defines ccl character-encoding to UTF-8
  • tshark -t ad defines Time display format like 1970-01-01...
  • n option of tcpdump disables to translate address informations automatically

The file content is below.

alias ccl='ccl64 -K :UTF-8'	#Using UTF-8 and link 64 bit binary
alias ccl64='ccl64 -K :UTF-8'	#Using UTF-8
alias tshark='tshark -t ad'	#Timestamp format
alias tcpdump='tcpdump -n'	#Don't calc address range