add relevant PPA in the source list. edit like nano /etc/apt/sources.list as i am using ubuntu 12.04 (precise ) so add following deb http://ppa.launchpad.net/nginx/development/ubuntu precise main deb-src http://ppa.launchpad.net/nginx/development/ubuntu precise main First, for good measure lets make sure our server is all up-to-date. apt-get update Installing MySQL Then let’s begin by installing… read more →
If you need to send an email with a text file (or binary file) as attachment using shell script or command prompt in Unix or Linux; try mutt – a terminal-based e-mail client for Unix-like systems. mutt -s “Test mail” -a /tmp/shahzeb.tar.gz shahzeb143@gmail.com < /tmp/mailmessage.txt Where, shahzeb143@gmail.com – is the… read more →