How to check Postfix’s email queue and delete it .

On this post you can check the messages in the postfix queue.   1- Postfix maintains two queues, the pending mails queue, and the deferred mail queue, the differed mail queue has the mail that has soft-fail and should be retried (Temporary failure), Postfix retries the deferred queue on set intervals (configurable, and by default 5 minutes)   1- Display […]

» Read more

How to increase session timeout in php?

Sometimes php session timeouts quickly before your script execute. You can increase this time by simply editing some directives in php.ini. First locate php.ini root@host[~]# php -i | grep php.ini Configuration File (php.ini) Path => /usr/local/lib Loaded Configuration File => /usr/local/lib/php.ini Get current session time out time root@host[~]# grep -i session.gc_maxlifetime /usr/local/lib/php.ini session.gc_maxlifetime = 14400 ; setting session.gc_maxlifetime to 1440 […]

» Read more

error: field ‘st_atim’ has incomplete type FFMPEG

        While installing ffmpeg-php-0.6.0  on centos server, if you may came across the below error ,   In file included from /usr/include/sys/stat.h:107, from /usr/include/php/main/php_streams.h:28, from /usr/include/php/main/php.h:395, from /root/ffmpeg-php-0.6.0/ffmpeg-php.c:40: /usr/include/bits/stat.h:91: error: field ‘st_atim’ has incomplete type /usr/include/bits/stat.h:92: error: field ‘st_mtim’ has incomplete type /usr/include/bits/stat.h:93: error: field ‘st_ctim’ has incomplete type /usr/include/bits/stat.h:152: error: field ‘st_atim’ has incomplete type /usr/include/bits/stat.h:153: […]

» Read more

How to Install Softaculous in CentOS Web Panel

How to Install Softaculous in CentOS Web Panel Softaculous is very easy to install in CentOS Web Panel.  The following article will show you how to install Softaculous on CentOS Web Panel.  Step 1 : Login to CentOS Web Panel. Step 2 : Go to : Script Installers > Scripts Manager Step 3 : Click on the Install Softaculous button. The Installation […]

» Read more

How to Setup Minecraft on a Linux CentOS Server

Setup Minecraft on a Linux CentOS Server     * First, To download PuTTY to access SSH.   * Installing Minecraft by using following command:  yum install java-1.6.0-openjdk   * Switch to the root directory by using following command: cd   * Create a Minecraft directory mkdir minecraft   * Enter the directory by using following command:  cd minecraft   * […]

» Read more

How to Install Minecraft Server on CentOS VPS

How to Install Minecraft Server on CentOS VPS     First, Installing Java-JDK by using following command:  yum install java-1.6.0-openjdk If have check Java was installed then you can use following command: which java The following command will be displayed if it was properly installed: /usr/bin/java Switch to the root directory by using following command: cd Create a Minecraft directory, […]

» Read more

How to Install phpmyadmin on centOs 7

phpmyadmin on centOs 7  phpMyAdmin is an open source tool used for the administration of MySQL. phpMyAdmin depends on the LAMP stack. It requires Apache2 or any compatible web servers, MySQL and PHP. This post will show you how to install phpmyadmin on centos 7. Installation :  Step 1 :  Download epel-release-7-x.noarch.rpm Step 2 : Install epel-release-7-x.noarch.rpm file Step 3 :  Copying […]

» Read more

How to install CentOS Web Panel on Dedicated & VPS Server.

CentOS Web Panel – Free Web Hosting control panel is designed for quick and easy management of (Dedicated & VPS) servers without of need to use ssh console for every little thing. There is lot’s of options and features for server management in this control panel. CWP is really considered feature-rich. Some of notable features including: – Apache Web Server […]

» Read more