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. […]
Posts by seemab:
Commands to check hardware information on Linux
fThere are no of commands to check hardware information about your Linux systems, Some commands report only specific hardware components like CPU or memory while the rest show multiple hardware info. In this article we have a quick look at some of the commands which are used to check configuration details about different hardware devices. […]
Change document root for primary domain in cPanel/WHM
This article will explain how to get change root document for your primary domain. You need to have root access to change the main/primary domain document root in cPanel, Use following steps to change document root of your primary domain in cPanel/whm. […]
How to install LNMP on CentOS 7
LNMP stands for Linux, Nginx, MySQL and PHP. In this this article we will show you how to set up working Nginx server to host your websites on your VPS with CentOS 7 version. […]
How to find out top processes by memory usage in Linux
As a Linux administrator,You might be curious about how much memory your running processes are using.In this article we’ll show you some commands that can sort out top processes by memory usage on your Linux system. […]
How to install FAIL2BAN on CentOS
This article will guide you how to install Fail2Ban on CentOS so that you can protect your server from Brute force attacks, previously we have discuss about some basic configs for CentOS. But sometimes that is not enough as brute force attacks may occur occasionally. Fail2ban scan log files for selected entries then bans IPs […]
Clear or Remove Last Login information in Linux
If you are Linux user and you want to know how to clear all login information in Linux, so in this article we will learn how to clear or remove the last login information on a Linux server from the command line. […]
How to Redirect Visitors to Maintenance Page Using .htaccess
Sometimes, you may want to put your site into maintenance mode so that you can do required up-dates like modifying themes, including custom features, repairing corrupted files. […]
How to Get a List of All WordPress Post URLs
For some reasons you might need to get a list of WordPress post URLs to work with. But WordPress doesn’t have any local function to record all the publish, web page and customized post URLs. […]
How to download entire WordPress media library
Recently one of our reader ask me how he can download entire WordPress media library as he wants to keep a copy of backup of media library on his local system. Though you can always have full backup of your entire WordPress site. […]