Install Google Chrome on Ubuntu 

To install Google Chrome from the terminal, get the DEB file using the wget command: Installing Google chrome use the below command  from the downloaded […]

Log Analyzer in Linux

For any apache/nginx or other logs. One of my favorite tools is: goaccess For Debian/Ubuntu installation just installed via apt. $ sudo apt-get install goaccess […]

How to send email using telnet

Open your terminal. Now, connect with telnet using the following command: telnet smtp.domain.com 25 Type ehlo example.com. Some servers also accept helo in place of […]

Ubuntu Web Control Panel – Ajenti

Login to your server as root and run the below commands aptitude update Add the Key and Ajenti Repository wget http://repo.ajenti.org/debian/key -O- | apt-key add […]

Install webmin on ubuntu

Login to your server as root. sudo vim /etc/apt/sources.list and at the bottom of the file add the bellow line: deb http://download.webmin.com/download/repository sarge contrib Save […]

Mailx configuration

Using Centos # yum install mailx Go to # vi /etc/mail.rc Add the 2 lines below set smtp=your.mail.server.com set from=your@email.sender.com Using Ubuntu # apt-get install […]