How to install Nucleus

Nucleus is a flexible content management system and blog software designed to publish websites. In this article Hostripples will give you how to install Nucleus.  Follow the steps by steps instruction and install Nucleus. Step 1 : Click on My cPanel. Step 2 : Under Software/Services section, select Softaculous. Step 3 :  Under Blogs section, select Nucleus. Step 4 : Click the Install button.   Then, Configure the Software Setup. Step […]

» Read more

How to install WebCalendar using Fantastico

Install WebCalendar 1) Open your control panel. then Login to cPanel 2) Click on Fantastico 3) Click on WebCalendar from the list 4) Click on Install to begin the installation process 5) Choose the domain name from the drop down menu 6) Choose the directory you want WebCalendar to reside under 7) Fill in the admin username and the password […]

» Read more

What is PHP?

What is PHP?   PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. In an HTML document, PHP script (similar syntax to that of Perl or C ) is enclosed within special PHP tags. Because PHP is embedded within tags, the author […]

» Read more

How to install MariaDB Server in cPanel/WHM servers?

How to install MariaDB Server in cPanel/WHM servers? And What are the advantages of using MariaDB Server ? Ans:  *  Install MariaDB Server in cPanel/WHM servers 1. Backup existing MySQL data # mysqldump –all-databases –routines –triggers > /home/db_dump/alldb.sql # service mysql stop # cp -r /var/lib/mysql/mysql /home/db_dump/ # service mysql start 2. Select MySQL version as MariaDB # /usr/share/lve/dbgovernor/db-select-mysql –mysql-version=mariadb100 […]

» Read more