Solutionist's Blog

Tech | Health | Life | Travel

Install whois CentOS / Ubuntu

jwhois is a whois client that accepts both traditional and finger-style queries. You can install the same using yum in Centos and apt-get in Ubuntu systems Centos  : yum -y install jwhois Ubuntu sudo apt-get install jwhois   In Centos/ Redhat systems you can run the command whois # whois ajayadas.com [Querying whois.verisign-grs.com] [Redirected to […]

FIXED – SoftException in Application.cpp:631: Directory “/home/ajay/public_html” is writeable by group

Cpanel Error: [Sun Feb 01 20:41:30.060061 2015] [:error] [pid 401503:tid 140542316816128] [client xx.xx.xx.xx:44688] SoftException in Application.cpp:631: Directory “/home/ajay/public_html” is writeable by group In this case the folder had permissions for a folder set too high. To correct this, the permissions need to be changed from “777” to “755”. Directories and folders should be 755. Executable scripts within […]

Change HostName Permanently – Ubuntu

We can manually edit these files using a text editor like vim: sudo vim /etc/hosts sudo vim /etc/hostname In /etc/hostname simply overwrite the existing hostname with a new one. In /etc/hosts you will find the hostname on the line beginning 127.0.0.1 – overwrite only the hostname with the new one, and then reboot.  

Secured By miniOrange