The easiest way to enter the € Euro Symbol via shortcut is the following: Go to Settings> Keyboard > Keyboard Shortcuts: View and Customize Shortcuts […]
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 […]
Find Your Public IP Address in Linux
Many times you might wonder how to find the public IP of your server using the console. Here below few options
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 […]
How to create a swap file in linux using dd
Swap file creation As root use dd to create a swap file the size of your choosing (M = Megabytes, G = Gigabytes). For example, […]
VMware ESXi convert Thick to Thin Provisioned Drives
Before converting the VMDK file power off the VM and remove from inventory. ssh to the esx server that you store the VM server that […]
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 […]