How to change Hostmaster Email Address in cPanel

if you check your DNS using tools like intodns.com you will see in the SOA record part there is a section that shows an email address which is set in your Basic WHM/cPanel Settings. if you wish to change this value you simply can change it from the Basic WHM/cPanel settings but it will not …

How to open a jar file/application in Linux

Jar file is like a stand alone exe file for the applications which have been developed in JAVA language! so basically Jar File is the short term for Java Archive file. well sometimes jar files for programs cannot be opened through the Linux GUI itself because of the execution permission problem. the safest way to …

Uninstall Virtualbox Guest Additions in ubuntu

if you remember I’ve converted and moved my virtual machine from virtualbox to vmware in this post, so now I’m going to install the vmware tools on my virtual machine! but as I’ve mentioned in the end of that post also you should uninstall the virtualbox guest additions from your virtual machine to avoid problems. …

How to install nginx on cPanel

nginx (is pronounced engine x) is a HTTP and reverse proxy server, as well as a mail server which is being mostly used for websites with high traffic. using nginx on a server to replace or tune apache will directly effect on better performance. today I’m going to show you how to install this plugin …

Convert VMs from VirtualBox to VMware Player

I’m totally pissed with Virtualbox guest editions! this application really looks great and has nice features! but if you are going to run a Linux guest on your host I suggest you not to use this application! there are always problems with guest additions on Linux guests! Anyway, I’m going to move my Linux machine …