12th July 2009
in
System, cli
If you want to set the date from the Linux command line, you can use the date command:
sudo date nnddhhmmyy
where nn is the monthdd is the dayhh is the hourmm is the minuteyy is the year
For example, date 080717292009 wo[...]
Tags: clock, date, time
No Comments
3rd December 2008
in
System, cli
You don’t need a fancy e-mail client with calendar capabilities to get a quick reminder. This is especially useful if you’re on a SSH prompt and don’t have a post-it neatby
echo “mail -s ‘[...]
Tags: e-mail, reminder, time
1 Comment