Guest User

Untitled

a guest
Jun 18th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1.  
  2.  
  3. Install a Linux Distro inside a Virtual Machine:
  4. http://www.psychocats.net/ubuntu/virtualbox
  5. http://www.virtualbox.org/manual/UserManual.html
  6.  
  7. Here are instructions on how to make a virtual machine using Virtualbox, and
  8. how to use it. These instructions are for windows, but it is basically the same.
  9.  
  10.  
  11. IBM Professional Certification Study Guide:
  12. http://www.ibm.com/developerworks/linux/lpi/
  13.  
  14. This is mostly/all CLI stuff, and talks about the different portions of a Linux OS as you encounter them.
  15. This is what professionals do to learn about the basic structure of the operating system, as well
  16. as some cooler things you can do with it. Great Reference
  17.  
  18. Linux Directory Structure:
  19. http://www.tuxfiles.org/linuxhelp/linuxdir.html
  20.  
  21. What do all these system folders do? Look here to find out...
  22.  
  23.  
  24. WAT DO I DO I AM NO GOOD WITH COMPUTER:
  25. http://www.justlinux.com/nhf/Installation/Familiarizing_Yourself_With_Linux.html
  26.  
  27. If you find yourself in a shell and don't know what to do or how to do it, look here for the answer.
  28.  
  29.  
  30. Cheat Sheets:
  31.  
  32. Navigating In a Terminal:
  33. http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/
  34.  
  35. Basic commands for moving around your system from a terminal.
  36.  
  37. The VI Text Editor:
  38. http://www.math.ntu.edu.tw/~wwang/mtxcomp2010/cssd2011/download/vi_cheat%20sheet.pdf
  39.  
  40. vi is one of the most popular text editors ever made ever. It is, however
  41. complicated to learn to an asinine extent. Since old computers had very limited
  42. networking capabilities, VI aimed to cram as much functionality into as little space
  43. as possible, which translates to short, indecipherable commands. Do not expect to
  44. master VI anytime soon. When you do get proficient at using VI, you become unstoppable.
  45. Take the time to learn it if you ever want to do what I do and make ridiculous monies
Advertisement
Add Comment
Please, Sign In to add comment