Guest User

Untitled

a guest
Apr 25th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Basic Linum commands
  2.  
  3. - clear
  4. - cd ..
  5. - cd / ( Straight to root directory )
  6. - cd Desktop/ ( Press Tab for autocomplete )
  7.  
  8. ##### Installing software
  9. sudo apt-get install "Software name"
  10.  
  11. - Differnet build tools are available for installation also e.g umake
  12.  
  13.  
  14. #### Networking tools
  15. - Install nmap package
  16. Some operations
  17. `
  18. sudo apt-get install nmap
  19. ifconfig
  20. sudo nmap -sn 192.168.1.0/24
  21. `
  22.  
  23. #### file organization tools
  24. `
  25. mkdir
  26. (For creating directories)
  27. `
Add Comment
Please, Sign In to add comment