17 Jan, 2011
Posted by: php In: Linux
Linpus lite has an Internet protocol called IPv6 turned on by default. To solve slow wifi in Linpus, IPV6 should be disabled as this causes the slow down of internet connection. 1. Under Settings, open a Terminal 2. Switch to Root. Type: su root 3. Enter password. 4. Change directory. cd /etc/modprobe.d 5. List the [...]
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 [...]
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 [...]
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.