How to Setup Nginx,PHP5.4, PHP-FPM, MySQL 5.5 On CentOS 6.5 VPS
This post will show you the procedure to setup Nginx, PHP5.4, PHP-FPM and MySQL 5.5 On CentOS 6.5 Virtual private server(VPS). You need to setup the required repo such as…
The technology blog that consist of updates, tips, recommendations, how-tos, manuals, troubleshoot solutions, fix errors on linux and windows.
How to Setup Nginx,PHP5.4, PHP-FPM, MySQL 5.5 On CentOS 6.5 VPS
This post will show you the procedure to setup Nginx, PHP5.4, PHP-FPM and MySQL 5.5 On CentOS 6.5 Virtual private server(VPS). You need to setup the required repo such as…
How to Lock and Unlock Zimbra Accounts from Command Line
Zimbra is a popular email and collaboration platform that allows users to manage their email accounts, calendars, contacts, and more. As a Zimbra administrator, you may encounter situations where you…
In Linux, a symbolic link (also called a symlink or softlink) is a special type of file that acts as a shortcut to another file or directory. Softlinks can be…
How to Enable Changing SVN Log Messages or History
Subversion (SVN) is a popular choice among developers. However, there may be instances where you need to modify the SVN log messages or history. This could be due to a…
4 steps to Install NGINX on CentOS 7.0
NGINX is a popular open-source web server used for serving static and dynamic content on the internet. It is known for its high performance, stability, and low resource consumption. In…
How to check php-apc has been loaded or not ?
Q. I have setup LEMP server with php-apc for better performance but i am not sure php-apc has been loaded or not ? A. Run the following command : [root@vps…
How to Determine Linux Kernel is 32 bit or 64 bit
Linux is a free and open-source operating system that runs on a wide range of hardware platforms, including 32-bit and 64-bit systems. Knowing whether your Linux kernel is 32-bit or…
The “/var/run/php-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 127.0.0.1” error is a common issue that developers and administrators encounter when working with PHP-FPM on a Linux-based server….
How to Configure Static IP Address on RHEL 7.0/CentOS 7.0/Oracle Linux 7
This article will describe the procedure to configure static Ip address on RHEL 7/CentOS 7/Oracle Linux 7 minimal installation. Network interface configuration files control the software interfaces for individual network…
How to Install ifconfig and netstat on RHEL 7.0/CentOS 7.0/Oracle Linux 7
Introduction: ifconfig and netstat are two popular network tools that are commonly used in Linux-based operating systems. These tools can be used to display information about network interfaces and network…
How to Upgrade Zimbra Collaboration Suite 8.0.7 to 8.5.0 on CentOS 6.5 x86_64
On August 26 2014, the new zimbra version 8.5.0 has been released and it surprise us with the new major features available. The following are the major new features and…
How to Install VMware Tools using yum on CentOS, RHEL, and other Red Hat-based Systems
VMware Tools is a suite of utilities that enhances the performance and management of VMware virtual machines. Installing VMware Tools on your guest Linux operating system can improve performance, enable…