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.  

liblamemp3.dylib error in audacity to export as mp3 – FIXED

Lame Library needs to be installed additionally to export mp3 files from audacity. Use the current Audacity and download Lame Library v3.98.2 for Audacity.dmg.zip When you have finished downloading, extract and double-click the .dmg to mount it, then go to the Finder (in Safari, “Lame Library v3.98.2 for Audacity.pkg” will be extracted automatically after downloading). Double-click […]

Secured By miniOrange