Web Hosting Tips

Company Blog

Install Webmin Control Panel on CentOS 6

Webmin is an open source web based system configuration application for Linux system administration, with the help of this tool we can manage internal system configuration such as setting up user accounts,disk services configuration like Apache, DNS, PHP, MySQL and more. Webmin applications is based on Perl module and it uses TCP port 10000 with [...]

How to Uninstall WHMSonic

The process for uninstalling WHMSonic is much the same as the process for installing WHMSonic   Login to your server via SSH then run the following command via Linux: cd /root/; wget http://www.whmsonic.com/setupr/uninstall.sh; chmod +x uninstall.sh; ./uninstall.sh then, WHMSonic will be uninstalled.

How to Install WHMSonic

WHMSonic can be installed by the root user under the root SSH. After you run the following command as a root user, your software will be automatically installed and you can access to WHMSonic under the WHM root left menu at the bottom. Requirements A dedicated server or VPS with WHM/cPanel.   Installation: Login to [...]

Install cPanel on CentOS

To install cPanel & WHM on your server, run the following command: cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest Note: We recommend that you run the installation command within a Linux screen session. The Linux screen command allows you to create a shell session that will stay active through a network disruption. To [...]

How to Install NginxCP on cPanel/WHM

Nginx is a fantastic, free, open-source, high-performance HTTP server and reverse proxy. It is one of the most popular tools used to power many websites, and can be implemented quite easily on a new server or live production server. First of all, with the latest version on NginxCP, regardless of whether you have IPv6 addresses, […]

How to Install and Configure TaskBoard on Ubuntu 18.04 LTS

TaskBoard is an open source Kanban-inspired app that can be used to keep track of things that need to get done. It comes with a built-in web interface for keeping track of tasks. It is simple, easy to install and works on almost any web hosts. TaskBoard allows you to create unlimited board, projects and […]

How to Install Shopware with NGINX and Let’s Encrypt on CentOS 7

Shopware is the next generation of open source e-commerce software. Based on bleeding edge technologies like Symfony 3, Doctrine2 and Zend Framework Shopware comes as the perfect platform for your next e-commerce project. This tutorial will walk you through the Shopware Community Edition (CE) installation on CentOS 7 system by using NGINX as a web […]

How to Install DokuWiki on Ubuntu 18.04 LTS

DokuWiki is a free, open source and highly versatile wiki application written in the PHP programming language. It works on plain text files so doesn’t require any database. DokuWiki wiki offers lots of features that may not be available to other CMS like, Joomla, WordPress and Drupal. DokuWiki is a file-based CMS and provides WYSIWYG […]

.htaccess redirect

#301 Redirects for .htaccess #Redirect a single page: Redirect 301 /pagename.php http://www.domain.com/pagename.html #Redirect an entire site: Redirect 301 / http://www.domain.com/ #Redirect an entire site to a sub folder Redirect 301 / http://www.domain.com/subfolder/ #Redirect a sub folder to another site Redirect 301 /subfolder http://www.domain.com/ #This will redirect any file with the .html extension to use the [...]

How to disable LFD excessive resource usage alert?

In this tutorial, we can check different methods to disable LFD excessive resource usage alert. Login Failure Daemon(LFD) is a daemon process which runs on VPS or Dedicated servers that uses Config Server Firewall(CSF) for server security. LFD scans the server logs and sends notifications every time when the process uses more memory or takes [...]