If you want to build a customized sign in web page for your WordPress site, Then In this article, we will demonstrate you how to personalize WordPress login web page without any use of HTML or CSS. […]
Posts by seemab:
How to Block a WordPress User without Deleting Their Account
Sometimes you want to block a person from signing into WordPress. Easily you can achieve this by removing the user account. However that will move all content written by this user to another user. What if we informed you that you can prevent a person without removing their account? In this article, we will show […]
How to Disable root Login in phpMyAdmin ?
In this guide we will show you how to restrict root login through phpMyAdmin.For this you have to edit phpMyAdmin configuration file config.inc.php and update following parameters: cd /usr/share/phpmyadmin # nano config.inc.php $cfg[‘Servers’][$i][‘auth_type’] = ‘cookie’; $cfg[‘Servers’][$i][‘AllowRoot’] = FALSE; If there is no config.inc.php file available, You can create it by copying config.sample.inc.php file at same location. # […]
How to use a SED in Linux
SED provides an effective and a flexible way of removing one or more lines from a specific file to suit the needs of the user. This Linux command is used for command line handling. […]
Disable ping response in Linux system
Usually ping is a small packet sent to a machine to check if machine is up. The ping response from an IP indicates the machine is up. You may want to disable ping replies for many reasons, may be for a security reason, or to avoid network congestion. […]
How To Fix Yum Duplicate Packages or Broken Dependencies
We’ve been running CentOS 6.x for a couple of years on our VPS and yesterday began a standard yum update, the process failed with many duplicated packages and dependency errors or conflicts. In this post, I will describe under what situations yum errors can occur, and how to fix them. […]
Install PrestaShop on a CentOS VPS
PrestaShop is an open-source e-commerce application which allows you to maintain your own online store. It is very easy to use as well as very easy to install. In this article we will show you how to install and configure Prestashop on your CentOS VPS. […]
How to disable SELinux on CentOS:
By default, when we installed the Linux, The SELinux service is enabled, Some software’s do not support SELinux, So we need to disable or turn off the SELinux config. In this article we will show you how to disable SELinux on CentOS. […]
How to Install FFMPEG on CentOS Web Panel
In this tutorial we will learn how to install ffmpeg on CentOs Web Panel. Before we proceed further we need to make some changes in php.in file as php extension directory is not defined in it. Also we need to create directory manually. […]
How to Install Webuzo on CentOS
In this tutorial we will guide you how to install and configure Webuzoree control panel on your CentOS server. Webuzo is a web-based single user control panel for VPS or Dedicated server and one of the best free alternates to the CPanel. Webuzo installation includes LAMP stack which saves us the time and the most […]