Q. I want to force fsck on the next reboot? How do I force fsck? Is there any configuration file that I need to alter for this purpose.
Tag Archives: centos
APC on CentOS 5
There can be several issues when installing APC on a CentOS based operating system with PHP 5.3.2. These include a duplicate ‘static’ error in the zif_apc_compile_file function and some apc_regex errors. This post outlines how to resolve these issues. The complete solution is at the bottom of the post.
Linux Set Date and Time From a Command Prompt
How can I set the system date and time from the command prompt (bash shell)? I don’t have GUI installed and I am login over ssh session. How can I set date under Linux operating systems? Use the date command to display the current date and time or set the system date / time over …
Continue reading “Linux Set Date and Time From a Command Prompt”
CentOS vs. Ubuntu
There are no benefits that I can discern for using CentOS (or RHEL) over Ubuntu if you are equally familiar with using both OSes.
CentOS Linux Install zlib-devel
ow do I install zlib-devel (header files and libraries for Zlib development) package under CentOS Linux 5.x server using command line options?
Install PECL_HTTP on CentOS
In order to use handy HTTP extension in your PHP code you need to use install it first, as it doesn’t come with PHP core installation.