Advertisement
Guest User

Ascending to the next level on Linux

a guest
Oct 8th, 2015
1,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. >Learn CLI
  2. https://www.codecademy.com/en/courses/learn-the-command-line/
  3.  
  4. >Learn Linux by playing a game
  5. http://www.mprat.org/Terminus/
  6.  
  7. >10 keyboard shortcuts to improve your Linux experience
  8. http://www.techrepublic.com/blog/10-things/10-keyboard-shortcuts-to-improve-your-linux-experience/
  9.  
  10. >4 Ways to Teach Yourself Terminal Commands in Linux
  11. http://www.makeuseof.com/tag/4-ways-teach-terminal-commands-linux-si/
  12.  
  13. >Learn UNIX in 10 minutes
  14. http://freeengineer.org/learnUNIXin10minutes.html
  15.  
  16. >LinuxCommand.org: Learning the shell.
  17. http://linuxcommand.org/lc3_learning_the_shell.php
  18.  
  19. >The Cow Says, Have Fun!
  20. http://www.linuxjournal.com/content/cow-says-have-fun
  21.  
  22. Type "man intro" in the terminal, it shows most commonly used commands and how to use man pages
  23. the intro to section 1 of the manual, same as man 1 intro; man 2 intro through man 8 intro also exist
  24.  
  25. or type:
  26.  
  27. whatis command
  28. man command
  29. info command
  30. apropos command
  31.  
  32. You can also find documentation on your own computer at /usr/share/doc
  33.  
  34. >Scripting on Linux
  35.  
  36. >Bash Shell Scripting
  37. https://en.wikibooks.org/wiki/Bash_Shell_Scripting
  38.  
  39. >Information about scripting
  40. http://wiki.bash-hackers.org/doku.php
  41.  
  42. >Learn Linux The Hard Way
  43. https://nixsrv.com/llthw
  44.  
  45. >Linux Basics « Null Byte How-Tos - ACTUALLY FOR (ethical) HACKING
  46. http://null-byte.wonderhowto.com/how-to/linux-basics/
  47.  
  48. >Learn shells by example
  49.  
  50. >List of sample code straight to your terminal
  51. http://bropages.org/
  52.  
  53. >More sample code to your terminal
  54. https://github.com/samirahmed/fu
  55.  
  56. >Yet more example in your terminal
  57. https://github.com/gleitz/howdoi
  58.  
  59. >Customizing the CLI
  60.  
  61. >Customizing Your Bash Command Prompt
  62. http://blog.superuser.com/2011/09/21/customizing-your-bash-command-prompt/
  63.  
  64. >How to Customize your Bash Prompt on a Linux VPS
  65. https://www.digitalocean.com/community/tutorials/how-to-customize-your-bash-prompt-on-a-linux-vps
  66.  
  67. >See other people's .bashrc
  68. http://dotshare.it/
  69.  
  70. >Terminal Color Scheme Designer
  71. http://terminal.sexy/
  72.  
  73. >Compiling software from source
  74.  
  75. >How to Compile and Install Software from Source Code on Linux
  76. http://www.howtogeek.com/105413/how-to-compile-and-install-from-source-on-ubuntu/
  77.  
  78. >Linux Documentation Project Guides
  79. http://www.tldp.org/guides.html
  80.  
  81. >Single list of HOWTOs
  82. http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html
  83.  
  84. >Go Pro!
  85.  
  86. >Introduction to Linux - FREE ONLINE COURSE
  87. https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-2
  88.  
  89. >The Linux Command Line - FREE EBOOK
  90. http://sourceforge.net/projects/linuxcommand/
  91.  
  92. >Debian's Administrators Handbook - FREE EBOOK
  93. https://debian-handbook.info/get/now/
  94.  
  95. >Professional resource on Linux
  96. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/
  97.  
  98. >About exams and certifications for Linux
  99. https://www.lpi.org/study-resources/
  100.  
  101. >Some other stuffs
  102.  
  103. >X Window System
  104. https://en.wikipedia.org/wiki/X_Window_System
  105.  
  106. >X Window System protocols and architecture
  107. https://en.wikipedia.org/wiki/X_Window_System_protocols_and_architecture
  108.  
  109. >Guide to X11
  110. https://en.wikibooks.org/wiki/Guide_to_X11
  111.  
  112. >Guide to Unix/Commands/X11
  113. https://en.wikibooks.org/wiki/Guide_to_Unix/Commands/X11
  114.  
  115. >X Window Programming
  116. https://en.wikibooks.org/wiki/X_Window_Programming
  117.  
  118. >Make your own kernel. No, seriously.
  119. http://www.linuxfromscratch.org/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement