Sunday, April 27, 2014

Changing date and time in Crunchbang Linux using Terminal

It sometimes is really handy when you don't want to waste your time searching for the 'option' or interface that will allow you to change the time of your PC. Source [ http://debmintux.wordpress.com/2010/03/29/crunchbang-set-the-time-via-terminal-cli/ ]
Set the date:
sudo date --set 2010-01-28

Set the time:
sudo date --set 21:08:00

I didn't have to do this but just in case
Restart Tint2 to see the correct time:
sudo killall tint2
tint2 &

No comments:

Post a Comment

Post your comment here. If you want to say something about programming problems, scripts, software etc, please try to be as descriptive as possible.

Connect Rapoo MT750S with Linux (Tested on Manjaro)

 I bought this obvious copy of MX Master 2S in hopes of having the device switching functionality along with a lightweight body because I ha...