Windows
ssh, scp, sftp and vnc are frequently used tools (both servers and clients) on Linux. We may want to remote control a Linux box from Windows such as when we make ... read more »
How to find out Linux and Windows uptime is introduced in this post.
Linux uptime
Linux uptime can be easily found out by the uptime command:
$ uptime
22:19:29 up 10 days, 22:26, 5 ... read more »
We may need to flush DNS cache of our client when the site’s DNS has been changed.
For Linux:
1) Use su- to get root privilege or sudo with the following command:
... read more »