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.
Category Archives: Linux
install LAMP server on Ubuntu
In this guide I will show you the easiest way, how to install a LAMP server. LAMP stands for Linux, Apache, MySQL, PHP. There are many methods to install LAMP, for example the standart one see this howto for ubuntu: Howto: Install LAMP and phpMyAdmin on Ubuntu
How Can I Do Archiving With Tar?
The tar (tape archive) command bundles a bunch of files together and creates an archive (commonly called a tar file or tarball) on a tape, disk drive, or floppy disk. The original files are not deleted after being copied to the tar file. To create an archive using tar, use a command like this, which …
Linux Exclude directory in tar and zip
I figured it out. It turns out the GNU Tar which I have as I use Ubuntu requires that the path to be tar’d come after the exclude options. The example listed here had it before.
Linux last – See any user login history
last is another command for the system admin tool box, it displays the login history of all or any specific user. Yo do not need to be root to use it:
Etherboot/gPXE
gPXE is an open source (GPL) network bootloader. It provides a direct replacement for proprietary PXE ROMs, with many extra features such as DNS, HTTP, iSCSI, etc. Take a look at ourScreenshots page and the HowTo Guides for some ideas of what we can do, and grab the code from our Download page.