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 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 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 […]
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. […]
How to upgrade MySQL to 5.5 in CentOS Web Panel
Today in this tutorial we will show you how to upgrade MySQL server in CentOS Web Panel. First of all create full database backup (In case if MySQL server break we have backup to restore). […]
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. […]