Dennis Ritchie was the co-creator of Unix and the creator of the C Programming Language. This makes him a founding father of modern computing. While Steve Jobs made technology sexy for the masses, it was Dennis Ritchie (along with others) who created the core technologies that computing and the Internet are based upon. It is […]
Extremely simple way to set the date and time the same as another server: (Requires SSH access to the server that has the time you want to copy; does NOT have to be root access) [code]root@host# date ssh user@timehost date "+%Y%m%d%H%M.%S"[/code]