Super Nerdy Cool

My (technical) adventures through the professional world...

  • Home
  • About
  • Freedom
  • What’s buzzin?
  • Categories
    • Statistics
    • R
    • Emacs
    • LaTeX
    • Linux
    • Mac OS X
    • Internet
    • Networking
    • Hardware
  • Guestbook

Recent Comments

  • David Shepherd on Automatically capitalize or uppercase or expand keywords in Emacs using Abbrev Mode
  • vpt on First hackintosh with Windows dual boot using Intel NUC DC3217BY
  • loic.jaouen on Mount box.net on Ubuntu Linux via webDAV
  • Long on First hackintosh with Windows dual boot using Intel NUC DC3217BY
  • carles on Run a remote R session in emacs: emacs + ESS + R + ssh

Tag: open ports

List open ports on a machine

November 2, 2010 by Vinh Nguyen·0 Comment

## http://www.linuxforums.org/forum/slackware-linux/17261-open-ports.html
## need nmap
sudo apt-get install nmap
## list open ports and the corresponding services
nmap localhost
## udp
sudo nmap -sU localhost

Proudly powered by WordPress. Theme: Flat by YoArts.