HostOnNet Blog

How to uninstall asterisk on Ubuntu

Lets get list of packages installed by asterisk To uninstall a package, you need to use So, lets first remove asterisk package. In most cause, it will remove all dependency. If not, check with dpkg -l and un install remaining


Global Exports – Machinery shop website design

Global Exports – The One Stop Shop for all of your Machinery, Equipment and Tools. Global Exports asked me to re-design their old website, I created a very simple and blue colored website using bootstrap frame work. FEATURES Fully responsive


Lyrics portal Webdesign

lyrics.bizhat.com is a website specially designed using wordpress for lyrics lovers.It contains songs lyrics from Hindi, Tamil & Malayalam movies and English albums. Here you can search your favorite songs lyrics by movies names, by artist names, by music directors


Kreol Group website design

Today, we completed the kreolgroup.com mobile friendly website design using bootstrap(The most popular front-end framework for developing responsive, mobile first projects on the web). The client already had the company logo and i just picked the same color for slide


Install Asterisk In Ubuntu

Asterisk is an open source toolkit for building communications applications. Asterisk is a tool that enables PBX ( Private Branch Exchange)  integration. Login to ssh and run following command. Type Y when you are prompted with the Do you want to continue


Cpanel: An error occurred while processing this directive

I got the following error message on top of the package creation box in WHM. (WHM > Add packages) [an error occurred while processing this directive] Error log (tail /usr/local/cpanel/logs/error_log) shows I had rebooted the server and also run fixquotas


Enable Incremental Backup in WHM

You can use the Legacy Backup Configuration feature in WHM Home >> Backup >> Legacy Backup Configuration Enable Incremental Backup option and click on Save button.          


Installing Sun Java on Ubuntu

Download JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html For 32 bit systems For 64 bit systems Extract it and move it to /var/lib/jvm Set it as default Java Run following commands to make sure new java installation is the default To activate Browser plugin,


How to enable ClientExec debug log

Following steps will help you to enable logging in ClientExec Find ‘config.php’ file from the folder where you installed ClientExec script. Now, we need to edit below lines: define(‘LOG_LEVEL’, 1); define(‘LOG_TEXTFILE’, ‘/var/www/ce.log’); here we set 1 as the logging level,


How to find Ubuntu Version

To find Ubuntu version, run cat /etc/*issue On Terminal.