Author: techfox9

How to clear linux memory cache ..

Aug 26, 2010 in Linux

From http://www.scottklarr.com/topic/134/linux-how-to-clear-the-cache-from-memory/

$ sync; echo 3 > /proc/sys/vm/drop_caches

Wait for caches to be flushed..

$ sync; echo 0 > /proc/sys/vm/drop_caches


Five latest

How to clear linux memory cache ..

Aug 26, 2010 by techfox9 in Linux

Counting characters in perl..

Aug 13, 2010 by techfox9 in Perl

Creating a wlfullclient.jar for JDK 1.6 client applications..

Jul 30, 2010 by techfox9 in Java, Weblogic

List contents of an rpm ..

Jul 30, 2010 by techfox9 in Fedora, Linux, RedHat_EL

Database model ACID rules..

Jun 30, 2010 by techfox9 in Database