useful_stuff.get_all()
I hope you find this useful!
Wednesday, August 16, 2017
Sometimes cron runs twice
I suspected cron was running twice. I confirmed by checking the system logs
grep CRON /var/log/syslog
Then I killed cron and restarted it
sudo /etc/init.d/cron stop
sudo /etc/init.d/cron start
Tuesday, August 1, 2017
Tail vs Less
Learnt a good chunk about less and tail from this site
http://www.brianstorti.com/stop-using-tail/
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)