Sunday, May 03, 2015

Ubuntu program shutdown

$sudo shutdown -P 1:00  #shutdown at 1:00am

references
[1] https://tnoergaard.wordpress.com/2010/07/23/how-to-make-ubuntu-shutdown-after-a-particular-time/

No comments:

Linux history issue

  echo "HISTSIZE=$HISTSIZE" echo "HISTFILESIZE=$HISTFILESIZE" #update the .bachrc file # Keep more commands in memory H...