Thursday, December 4, 2014

Noob Aliases I use on Linux

Living collection of all the command aliases I use (These go in /etc/bashrc if you want them permanent):

  1. alias sudoyum=’sudo yum -y’
  2. alias gccwall=’gcc -Wall’
  3. alias rpminstall=’rpm -ih’
  4. alias curlfox=’curl -A “Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20130401 Firefox/31.0”’
    1. The above makes NIPR think cUrl is going out as Firefox 33 on Win 7

No comments:

Post a Comment