PHP.ph

Archive for the ‘Linux’ Category

09 Nov, 2008

Grep

Posted by: aqua In: Linux

grep command is used to locate a pattern in a file. By default it prints the line that contains the pattern.
Syntax
grep [option] pattern [file]
grep must have a pattern.
Option for grep
-c, –count
prints a count of matching lines for each input file instead of the normal output.
-E, –extended – regexp
interprets the attern as extended regula expression
-e [...]

Tags:

07 Oct, 2008

Mrepo 0.8.6 Released

Posted by: aqua In: Centos| News and Views

The release of mrepo 0.8.6, with RHEL 4.7’s RHN/up2date code, has been announced by Dag WieĆ«rs.
Some of the highlights include:
Support for RHEL5 and CentOS-5.
Added YaST Online Update support.
Added fuseiso support (root access no longer needed).
Added unionfs support to merge ISOs to a single tree.
Faster relinking of repositories.
Caching of directory indexes to prevent regenerating repositories.
Proxy-support for [...]

Tags: ,

22 Aug, 2008

Pilipinas: Ubuntu Love Day Manila 2008

Posted by: aqua In: Events| Ubuntu

Ubuntu – Linux for human beings
Date: August 23, 2008
Time: 8:00 AM
Venue: Department of Computer Science, UP Alumni Engineers Centennial Hall, UP Diliman, Quezon City

Tags: ,

XCache is an open-source opcode cacher. It optimizes performance by removing the compilation time of PHP scripts by caching the compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM.

Tags: , ,

05 Aug, 2008

PHP mbstring extension

Posted by: php In: Centos| Fedora Core| PHP

Drupal Error: Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.

Tags: ,

About PHP.ph

Linux Apache MySQL PHP