Wednesday, October 1, 2008

Script that can help you free up your memory

used myself on my server.. taken from my best friend

#!/bin/bash
sync &
echo 3 | tee /proc/sys/vm/drop_caches &


better use cron for this

No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...