Testing: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(新頁面: == remote node == * connect to <nowiki>http://ip:80 </nowiki> == local node == # telnet localhost 80 # get (get & space) Category:Software)
 
No edit summary
Line 4: Line 4:


== local node ==
== local node ==
=== check the service port ===
telnet
# telnet localhost 80
# telnet localhost 80
# get  (get & space)
# get  (get & space)
netstat ex: find MySQL 3306 port
# netstat -a | find "3306"




[[Category:Software]]
[[Category:Software]]

Revision as of 15:05, 28 July 2009

remote node

  • connect to http://ip:80


local node

check the service port

telnet

  1. telnet localhost 80
  2. get (get & space)

netstat ex: find MySQL 3306 port

  1. netstat -a | find "3306"