Tag: linux

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Installing PHP IMAP (CentOS and Debian)

PHP’s IMAP functions allow you to operate with IMAP protocols such as NNTP, POP3 and local access methods. If you are getting the error“Fatal error: Call to undefined function imap_open()…” when trying to use the IMAP function, it means that it is not installed in your PHP.   How to install the IMAP function in

Standard

How to Install and Configure XCache in Debian

XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. It overcomes a number of problems that have been with other competing opcachers, such as being able to be used with new versions of PHP. Installing XCache on Debian is very simple. How

Standard

Understand the Load Average of your Linux Server (Dedicated/VPS)

When we start using Linux Dedicated or VPS servers and want to know the processor usage, we come across the Load Average, represented by a number with two decimal places:   But what does that mean? Of the three values above, the first is the average load over a period of 1 minute, the second

Standard

CHMOD Meaning of its Values

CHMOD is a command used to change file or directory permissions. Meaning of the values for CHMOD: 700: Only the owner can read it. 755: Everyone can read but not write. 775: Only the group can read and write. 770: No one except the group can read it. 666: Everyone can read and write. 777:

Latest news

Latest news directly from our blog.