Posts tagged as:

memory

How To Flush The Entire Contents Of Memcache Server

by lifeLinux on January 28, 2012

If you use Memcached server to store application data, you may want to invalidate it once you deploy a new version to avoid corruption or weird results… In this article, I’ll show you How do I flush the entire contents of a Memcached server ?

{ 0 comments }

How To Display All Cron Jobs On Linux

by lifeLinux on August 22, 2011

Using cron is via the crontab command which allows you to view or edit your crontab file, which is a per-user file containing entries describing commands to execute and the time(s) to execute them.

{ 0 comments }