i cant think A blog belong to Mohammad Azwan bin Ali. Most of his writings are about his real life story, ideas, thoughts, moderate political views, computer, programming, tips & tricks, particularly in Linux…. and of course it includes some random unspecified crappy stuffs too! Don't forget to check Movies and Junkyard pages out!

Posts Tagged ‘uptime’

check host uptime with hping2

here’s some trick to find a host uptime beside using nmap
type this command in your terminal/console (whatever you call it)
$ hping2 host -p portnumber -S –tcp-timestamp
where host is the ip/hostname of a machine you want to check and portnumber is the open port on remote machine.
oh, you be root in order to use that command.
here’s [...]