Advertisement
mhrabbi

Ubuntu Useful Command

Jun 19th, 2021 (edited)
1,729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. Open Port list - sudo lsof -i -P -n | grep LISTEN
  2.  
  3. Access Localhost Through Internet - ssh -R 80:localhost:8080 localhost.run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement