How to access Awstats From Outside the control panel?

Accessing Awstats from outside the control panel is easy. Step 1 >>  Download awstats from http://awstats.sourceforge.net Step 2>>  Uncompress awstats-7.2.tgz Step 3>> Copy the contents of the uncompressed cgi-bin folder from your hard drive to the user cgi-bin directory (this includes awstats.pl, awstats.model.conf, and the lang, lib and plugins sub-directories). Step 4>> If necessary (should […]

How to Clear Memory cache in Linux !!!

  Clearing the Linux Memory cache can be a quick way to regain system resources. Writing to the drop_cache process will cause the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free. To free pagecache:# echo 1 > /proc/sys/vm/drop_caches To free dentries and inodes:# echo 2 > /proc/sys/vm/drop_caches […]