pastebin - collaborative debugging tool
nixav.kpaste.net RSS


Untitled
Posted by Anonymous on Sun 20th Jul 2014 12:17
raw | new post
view followups (newest first): Untitled by Anonymous
modification of post by Anonymous (view diff)

  1. # How do /r/linuxers share custom dotfiles?
  2. http://www.reddit.com/r/linux/comments/1j7y7x/how_do_rlinuxers_share_custom_dotfiles/
  3.  
  4. # Logcheck, be lazy with checking logs
  5. http://logcheck.org/
  6. https://www.youtube.com/watch?v=1QgbnK45IRg&feature=player_detailpage&list=PL170C8C4DDB2961B2&t=2999
  7.  
  8. # Pretty Ping!
  9. http://www.reddit.com/r/linux/comments/1op98a/prettypingsh_a_better_ui_for_watching_ping/
  10.  
  11. # How to run a process on a specific core
  12. http://xmodulo.com/2013/10/run-program-process-specific-cpu-cores-linux.html
  13.  
  14. # How to kill process
  15. http://www.cyberciti.biz/faq/kill-process-in-linux-or-terminate-a-process-in-unix-or-linux-systems/
  16.  
  17. # How to roll out your own Debian distro
  18. http://www.staldal.nu/tech/2011/12/11/how-to-roll-your-own-debian-based-linux-distro/
  19.  
  20. # Linux 2FA
  21. http://www.reddit.com/r/linux/comments/2b4u4n/2_factor_authentication_backup_2fa_software_for/
  22. # OTP (GAuth) @ CLI
  23. http://otp.readthedocs.org/en/latest/
  24.  
  25. # Run stuff colaboratively on a server.
  26. http://www.reddit.com/r/sysadmin/comments/tqo7b/til_rundeck_is_a_great_tool_to_run_commands/
  27.  
  28. # About the Linux graphics stack - continued
  29. http://www.reddit.com/r/linux/comments/1twuhi/xplain_explaining_x11_for_the_rest_of_us_jasper/
  30.  
  31. # Generate random strings
  32. http://www.howtogeek.com/howto/30184/10-ways-to-generate-a-random-password-from-the-command-line/
  33.  
  34. # Illustrated SSH
  35. http://chamibuddhika.wordpress.com/2012/03/21/ssh-tunnelling-explained/
  36. http://www.unixwiz.net/techtips/ssh-agent-forwarding.html
  37.  
  38. # twander file manager
  39. http://www.reddit.com/r/linux/comments/1ydl8t/pcman_file_manager_120_gets_separated_desktop/cfjuw9u
  40.  
  41. # About filesystem
  42. http://www.reddit.com/r/linux/comments/1ypoz8/take_the_linux_filesystem_tour/
  43.  
  44. # Why u no open hardware :(
  45. http://www.reddit.com/r/linux/comments/20zg0h/first_ubuntu_tablets_to_launch_this_autumn/cg86z25
  46.  
  47. # About docs
  48. http://www.reddit.com/r/linux/comments/24jzyg/well_thats_a_super_helpful_installation_error/ch887pw
  49.  
  50. # Pipe through Internet!
  51. http://www.reddit.com/r/linux/comments/24uyqo/til_you_can_pipe_through_internet/
  52.  
  53. # X11 / Xorg / graphics stack explained
  54. http://www.reddit.com/r/linux/comments/2acvmo/explaining_x11_for_the_rest_of_us/
  55.  
  56. # cgroups
  57. http://lwn.net/Articles/603762/
  58.  
  59.  
  60.  
  61. [[[ General resources & Blogs ]]]
  62.  
  63. http://www.reddit.com/r/linux/comments/21rm3o/what_is_a_useful_linux_tool_that_you_use_that/
  64.  
  65. http://inconsolation.wordpress.com/index/
  66. http://www.catonmat.net/blog/bash-one-liners-explained-part-one/
  67. http://www.howtogeek.com/howto/ubuntu/keyboard-shortcuts-for-bash-command-shell-for-ubuntu-debian-suse-redhat-linux-etc/
  68. http://mindspill.net/computing/linux-notes/
  69. http://conqueringthecommandline.com/
  70.  
  71. # installgentoo
  72. https://wiki.installgentoo.com/index.php?title=Main_Page
  73.  
  74. # Hardlinks & Softlinks
  75. http://www.reddit.com/r/linux/comments/251mb8/the_difference_between_hard_and_soft_links/
  76.  
  77. # systemd for Administrators, Part 1
  78. http://0pointer.de/blog/projects/systemd-for-admins-1.html
  79.  
  80. # Rute User's Tutorial and Exposition
  81. http://rute.2038bug.com/index.html.gz
  82.  
  83. # Explains commands and their flags. VERY USEFUL!
  84. http://explainshell.com/
  85.  
  86. # IBM developer works
  87. http://www.ibm.com/developerworks/linux/
  88.  
  89. # Debian minimal
  90. http://linuxforcynics.com/how-to/minimal-debian-install
  91. http://ask.debian.net/questions/what-s-the-first-thing-you-do-after-you-install-debian
  92.  
  93. # BroPages
  94. http://bropages.org/browse
  95.  
  96. # Install WordPress on CentOS 6.x
  97. http://www.geekpeek.net/install-wordpress-on-centos/
  98. http://www.tecmint.com/install-wordpress-using-lamp-or-lemp-on-rhel-centos-fedora/
  99.  
  100. # iptables
  101. https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide-IPTables.html
  102. http://www.linuxtopia.org/online_books/centos_linux_guides/centos_linux_security_guide/s1-fireall-ipt-act.html
  103. http://www.cyberciti.biz/faq/rhel-fedorta-linux-iptables-firewall-configuration-tutorial/
  104.  
  105.  
  106. [ Nginx ]
  107. # docs
  108. https://github.com/ngx/docs
  109. http://wiki.nginx.org/Main
  110.  
  111. # Optimizing nginx
  112. http://blog.zachorr.com/nginx-setup/
  113.  
  114. # How to redirect nginx
  115. http://www.servernoobs.com/nginx-redirect-url-with-http1-1-301-moved-permanently-header/?doing_wp_cron=1393287314.0689818859100341796875
  116.  
  117.  
  118. [ tmux ]
  119. http://www.reddit.com/r/commandline/comments/240oyo/mucks_a_session_manager_for_gnu_screen_and_tmux/
  120. http://www.reddit.com/r/commandline/comments/25tcfk/practical_tmux/
  121.  
  122.  
  123. [ LOL / regex ]
  124. http://www.bbc.co.uk/news/world-europe-12985082
  125. http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454
  126.  
  127. # Validating e-mail addresses, easy way, and the hard way.
  128. http://blog.mattheworiordan.com/post/13174566389/url-regular-expression-for-links-with-or-without-the
  129. http://www.ex-parrot.com/pdw/Mail-RFC822-Address.html
  130.  
  131. # Intro to regex
  132. http://www.youtube.com/watch?v=EkluES9Rvak
  133.  
  134. # Awk primer
  135. http://www.reddit.com/r/linux/comments/29hskb/an_awk_primer_wikibooks_open_books_for_an_open/
  136.  
  137.  
  138. [ YouTube chans ]
  139. https://www.youtube.com/channel/UCbNxlZZVmfP8n84ag-rGpMg/videos
  140. https://www.youtube.com/user/theurbanpenguin/videos?view=1&flow=list
  141. https://www.youtube.com/user/sabiddle/videos
  142.  
  143.  
  144.  
  145. [[[ ~ Audio ~ ]]]
  146.  
  147. http://www.reddit.com/r/linux/comments/1nun4f/using_linux_to_make_music_whats_the_deal/
  148. https://wiki.archlinux.org/index.php/Pro_Audio
  149. http://alsa.opensrc.org/
  150.  
  151. http://tuxradar.com/content/how-it-works-linux-audio-explained
  152. http://stackoverflow.com/questions/20118941/linux-audio-sub-systems
  153. http://0pointer.de/blog/projects/guide-to-sound-apis.html
  154.  
  155. https://forum.ableton.com/viewtopic.php?f=4&t=187391
  156.  
  157. https://github.com/wedesoft/hornetseye-alsa
  158. https://github.com/torvalds/linux/tree/master/Documentation/sound/alsa
  159.  
  160. http://manual.ardour.org/synchronization/latency-and-latency-compensation/
  161.  
  162. http://www.reddit.com/r/linux/comments/236a5l/can_someone_make_something_akin_to_wayland_but/
  163.  
  164. # Config
  165. http://wiki.linuxaudio.org/wiki/system%20configuration#build_your_own_real-time_kernel_on_debian_wheezy_or_later
  166. http://www.penguinproducer.com/Blog/2011/12/setting-up-a-studio-with-ubuntu/
  167.  
  168. # Speech recognition
  169. http://grasch.net/node/22
  170.  
  171. # Learn piano
  172. http://pianobooster.sourceforge.net/
  173.  
  174. # The power of (GC)C
  175. echo "main(i){for(i=0;;i++)putchar(((i*(i>>17|i>>9)&46&i>>3))^(i&i>>10|i>>100));}" | gcc -w -x c - && ./a.out | aplay
  176.  
  177. # Troubleshooting
  178. lsusb / lspci
  179. cat /proc/asound/cards
  180. aplay -l
  181. aplay-L
  182.  
  183.  
  184.  
  185. [[[ GAEMZ ]]]
  186. # TribesNext (Tribes2 re-implementation) under Linux
  187. http://www.tribesnext.com/forum/index.php?topic=2095.0
  188. http://www.youtube.com/watch?v=fdyxo_tauNQ
  189.  
  190. # RetroRig
  191. http://www.reddit.com/r/LinuxActionShow/comments/25wndc/retrorig_a_personal_project_i_hope_everyone/
  192.  
  193.  
  194. [[[ Damage Control ]]]
  195. # What to do when altering remote machines
  196. http://www.reddit.com/r/linux/comments/1kdf37/what_are_some_of_your_major_linux_fk_ups/cbnzb11
  197.  
  198. # How to shred recursively in directories
  199. http://www.linuxforums.org/forum/miscellaneous/46693-how-shred-entire-directory-tree.html#post257616
  200.  
  201.  
  202.  
  203. [[[ VIM ]]]
  204. # Learn
  205. https://raw.github.com/dahu/LearnVim/master/doc/learnvim.txt
  206. http://dahu.github.io/vim_waz_ere/
  207. https://github.com/dahu/VimRegexTutor
  208. http://www.youtube.com/user/MinuteVimTricks/videos
  209. http://www.reddit.com/r/linux/comments/264hl2/learn_to_love_vim/
  210. http://www.reddit.com/r/linux/comments/29by6c/so_i_now_want_to_learn_vim_and_use_it_as_python/
  211.  
  212. http://pascalprecht.github.io/2014/03/18/why-i-use-vim/
  213. http://of-vim-and-vigor.blogspot.de/2012/06/art-of-edits-i-weaponry.html
  214. http://www.reddit.com/r/linux/comments/1kdvq5/til_that_vim_has_tabs_thats_wonderful/
  215. http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim
  216. http://stackoverflow.com/questions/11489428/how-to-make-vim-paste-from-and-copy-to-systems-clipboard
  217.  
  218. # book
  219. http://pragprog.com/book/dnvim/practical-vim
  220.  
  221. # counter-argument
  222. http://www.reddit.com/submit?url=http%3A%2F%2Fdelvarworld.github.io%2Fblog%2F2013%2F03%2F16%2Fjust-use-sublime-text%2F
  223.  
  224. # Color schemes
  225. https://code.google.com/p/vimcolorschemetest/
  226.  
  227. # Plugins
  228. http://www.reddit.com/r/linux/comments/29a0ya/vim_awesome/
  229.  
  230.  
  231.  
  232. [[[ Shell & Scripting ]]]
  233. http://mywiki.wooledge.org/
  234. http://wiki.bash-hackers.org/doku.php
  235. http://www.gnu.org/software/bash/manual/bashref.html#Introduction
  236. http://www.reddit.com/r/linux/comments/235v51/better_bash_scripting_in_15_minutes/
  237.  
  238. # Customization
  239. http://www.reddit.com/r/commandline/comments/23c4us/the_bash_prompt/
  240.  
  241. # Bash search suggest box
  242. http://www.reddit.com/r/linux/comments/2a4b80/bash_history_suggest_box/
  243.  
  244.  
  245.  
  246. [[[ Drama ]]]
  247. http://www.reddit.com/r/linux/comments/1z0vig/ffmpeg_may_return_to_debian_and_by_extend_ubuntu/cfpjqtj
  248.  
  249.  
  250.  
  251. [[[ urxvt ]]]
  252. https://wiki.archlinux.org/index.php/rxvt-unicode
  253. http://wiki.afterstep.org/index.php?title=Rxvt-Unicode_Configuration_Tutorial
  254. http://manpages.ubuntu.com/manpages/precise/man7/urxvt.7.html
  255.  
  256.  
  257.  
  258. [[[ Hardware ]]]
  259. http://www.reddit.com/r/linux/comments/22cnui/pc_engines_apu_system_boards_3x_gige_2_or_4_gb/
  260. http://www.reddit.com/r/linux/comments/226izd/intel_releases_99_minnowboard_max_an_opensource/
  261.  
  262.  
  263. ======================================================================
  264. HANDY COMMANDOS
  265.  
  266. ---
  267. # Archive directory
  268. tar -cvWf archive_name.tar dir_name
  269.  
  270. # Extract archive
  271. tar -xvf archive_name.tar
  272.  
  273. # GPG encrypt
  274. gpg -ac archive_name.tar
  275.  
  276. # GPG decrypt
  277. gpg -d archive_name.tar.asc > archive_name.tar
  278.  
  279. ---
  280. # CLI pastebin alias
  281. alias apaste='curl -F '\''paste=<-'\'' http://apaste.info/store'
  282.  
  283. # Do The Right Extract
  284. http://brettcsmith.org/2007/dtrx/
  285.  
  286. # How to check install size of packages (debian based)
  287. dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | less
  288.  
  289. # Badblocks
  290. badblocks -nsv -p2 -o ./badblocksresult.txt /dev/sdX
  291.  
  292. # Watch progress of dd
  293. watch -n 1 killall -USR1 dd
  294.  
  295. # What's the best rsync command?
  296. rsync -avPHSxh
  297.  
  298. # Docker Skype
  299. https://github.com/shofetim/docker-skype
  300.  
  301. diff <(ls /tmp/folder1) <(ls /tmp/folder2) # diff output of 2 commands
  302. diff -r /tmp/folder1 /tmp/folder2 # diff 2 dirs

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at