I had 70 different domain names that I need to add in a ssl cnf file for creating a certificate request. The 70 different domain names was in a text file, one per line: domainname1.something.com domainname2.somehing.com … In order to create the alternative names list, I used this bash oneliner: teller=1; for i in `cat

Got a tip from my colleague JB! Want to refresh your terminal? Is it spring and time to freshen things up? Look at: http://ohmyz.sh/ Easy to install on Redhat: yum -y install zsh sh -c “$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)” Result in my Putty in Windows 7: