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. […]
Category: Cpanel
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. […]
Install MySecureShell On Linux-CentOS
Mysecureshell is an open source, lightweight and secure FTP server based on open SSH you can install in major Linux distribution. Follow the steps below to make a working secure FTP server using MySecureShell on CentOS. […]
How to install WordPress on CentOS Web Panel:
We have talk a lot about CentOS web panel, So in this tutorial we will show you how to install and setup WordPress website on Linux server with CentOS Web Panel. Here I assume you have already learn how to set up CWP on your Linux server. If you have any doubt you can check […]
How to install htop in Linux
Htop is a simple process monitoring program which runs in command line. If you find top a bit boring and like to have more colorful and interesting UI, ‘htop’ is for you. Htop utility goes advanced, by giving us additional information about the processes and also allow several manipulations: […]