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. […]
Category: Cpanel
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. # […]
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 Upload Large Images in WordPress
Recently, one of our users getting error when uploading large images in WordPress. Many users face this error when trying to upload larger images in WordPress. It happens due to the file size limit. In this article, we will guide you how to fix this and upload large images in WordPress. […]
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. […]
How to hide PHP version in Linux
Most of the web server software has been installed with default settings that will lead to information leakage. One of them is a PHP software. Later this information can be used by hackers to try to exploit any vulnerabilities in the PHP version you are running, especially if you are running an older version with […]
How to Check Database and Table Size in PostgreSQL
This tutorial will help you to check out database and table size in PostgreSQL server. Login to your server using command line and connect to PostgreSQL server. Now you can use following commands to check sizes of databases and tables in PostgreSQL. […]
How to List all Databases and Tables in PostgreSQL
In this article we will show you how to list all databases and tables in PostgreSQL. First of all login to PostgreSQL using psql command and run following command from PostgreSQL command prompt. […]
Google’s SMTP Server Settings
Gmail is a wonderful webmail application. GMail SMTP settings are used to send emails through Google’s SMTP servers via your application or services. If you want to use SMTP e-mail configuration and you wonder how to set it up with a Gmail account, use the following settings. […]