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:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...