Within this new version, the way to install Zpanel is simpler than its previous version. I have already write an article about it. Now to install zPanelX v10.1.1, login to your VPS as root and simply issue below command. The below command will download and execute zPanel installer script: […]
Category: Linux
How to Install zPanel on CentOS 6 VPS
In this tutorial we will guide you how to install and set up zPanel on centOS 6 VPS. If you want a free Control Panel for your VPS which is very easy to use and user friendly, then zPanel is preferable. […]
How To Add New Site Into Your Apache-based Ubuntu Server
In this tutorial, we will guide you how to add a new website or domain into your Ubuntu server with Apache and PHP. Before proceeding further make sure you have a working Ubuntu server with Apache, PHP, and MySQL. Login to your server via SSH, In this example, am using putty to connect the server […]
Using putty to connect your server with SSH on Windows:
Most of our clients ask about how to use putty to access server via SSH. This is a very basic skill, so in this tutorial we will guide you how to use putty tool.Putty is basically a client for the SSH. […]
How to add new website into your Apache-based Debian server
So we have already set up a working Debian server with an Apache, Now the question is how can we host a new website on this? Simply we can do it via Apache virtual host file where we can put necessary configuration regarding websites we want to host on our Server. […]
Magento 2 Database Configuration File
As Magento2 has recently launched and most of the people ask about its database configuration when migrate on Magento2,So In this tutorial we will give you details about Magento 2 configuration file. […]
How to build working Debian server with Apache, PHP and MySQL
Previously in our most of the tutorials we have talk about CentOS and Ubuntu, So today I have decided to write something about working Debian server. In this article I will show you step by step guide to install Apache, MySQL and PHP on Debian server. Just read and follow each step, you will be […]
Configure Static IP in Centos 6.5
In this tutorial, I will show you how to convert from DHCP to Static IP address in CentOS 6.5. In CentOS, Fedora or RHEL, you can configure network interfaces by using configuration files located in: […]
How to reset forgotten root password in CentOS 6.5
In this article we will show you how to reset the forgotten root password on RHEL, CentOS, and Fedora. To reset the root password we will boot the Linux system in single user mode. […]
Using Rsync with a Non-standard SSH Port
While using rsync to sync files between two web servers uses standard ssh port 22. But many of hostmaster change the default ssh port for the security purpose, in that case you also need to specify port to link with remote server. […]