This article will cover the simple steps to change hostname in CentOS. Some software such as CPanel require a valid Fully Qualified Domain Name for the hostname to be used during their installation. […]
How to backup a database in Plesk
To backup a database in Plesk, you can follow the steps below: Log into the Plesk control panel. Click on the Website & Domains In the list of functions, click on Databases. Click on the database you want to access. In theTools section, click on WebAdmin. […]
Manually remove account from WHM/cPanel
Sometimes we want to re-add the domain that we have remove earlier,For this we have to check our DNS Zone file, domainusers file, trueuserdomains file, and trueuserowners file. […]
ERROR RSYNC “STDIN: IS NOT A TTY”
Recently we tried to establish an SSH connection from our VPS to a Shared Hosting environment trying to download some backup files via rsync. The process was successful but with one error notification: To fix this issue follow the steps below: Login to your server where you wish to run rsycn Go to the home […]
How to check your VPS/Server OS
If you have recently purchased a VPS, but not sure what OS of Linux it is.So here are some of useful Unix commands to check what Linux Distribution is running on your server with additional information about version number, release codename, and kernel version. […]
Howto create SUDO user in cPanel
For security purpose you might want to disable direct SSH login as root.To alleviate the risk, we can create a new user, who has less privileges, but is more appropriately suited to everyday tasks.When you need the power of an administrative user, you can access that functionality through a command called Sudo. […]
Error: SoftException UID is smaller than min_uid
One of our client was trying to install Magneto on a new folder/subdomain of his website and getting the error: […]
Basic Ubuntu setup before building a working server
In this post you’ll see first things you need to do on Ubuntu server before you truly build and setup a working web server to host your domains and databases in it. In short, these steps are beginning setup you have to apply on Ubuntu even before you install Apache and any stack you wish.For […]
HowTo Install samba on CentOS
To install the samba package,run the following command: yum install samba samba-client samba-common Check the version of installed samba software by using the below command: […]
Install IPTraf on a Centos Linux To Get Network Statistics
IPTraf is a simple tool to monitor Inbound and Outbound network traffic passing through interface. In this article we will guide you you on how to install IPTraf monitoring tool using YUM command. […]