Monthly Archives: June 2014

Open command prompt on a remote computer

The PsExec tool which is one of the SysInternals tools provides a way to open a remote command window without needing to install anything on the remote computer. http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx With psExec installed you can open a remote command prompt by … Continue reading

Posted in Windows | Comments Off on Open command prompt on a remote computer

Setting timezone on CentOS

Timezone data files are stored on: /usr/share/zoneinfo   $ sudo rm /etc/localtime $ sudo ln -s /usr/share/zoneinfo/Europe/Athens /etc/localtime # # now check it's ok # $ date Wed Oct 1 12:42:33 GMT 2008

Posted in Linux | Comments Off on Setting timezone on CentOS