Shell Linux: Sort on 2nd column with tab separated content
sort -t t’ -n -k2
The blog of Quentin Adt
sort -t t’ -n -k2
awk -F’t’ ‘{a+=$2}END{printf “%in”,a}’
#Backup your dircolors file : dircolors -p > ~/.dircolorsrc #Change the color .dircolorsrc : nano .dircolorsrc #If you want to change the directory color to … [READ MORE]
Nelmio Solarium Bundle permet de connecter Solarium à Symfony2. Ce bundle est une initiative de Nelmio. Solarium est une librairie PHP qui permet de communiquer … [READ MORE]
install python-software-properties : apt-get install python-software-properties install a non official repository Oracle Java : echo “deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main” | tee /etc/apt/sources.list.d/webupd8team-java.list echo “deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu … [READ MORE]