09 Nov, 2008
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 [...]
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 [...]
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
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.
Drupal Error: Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.