pastebin - collaborative debugging tool
nixav.kpaste.net RSS


Untitled
Posted by Anonymous on Mon 17th Feb 2014 04:18
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. # OTP (GAuth) @ CLI
  21. http://otp.readthedocs.org/en/latest/
  22.  
  23. # Run stuff colaboratively on a server.
  24. http://www.reddit.com/r/sysadmin/comments/tqo7b/til_rundeck_is_a_great_tool_to_run_commands/
  25.  
  26. # About the Linux graphics stack - continued
  27. http://www.reddit.com/r/linux/comments/1twuhi/xplain_explaining_x11_for_the_rest_of_us_jasper/
  28.  
  29. # Generate random strings
  30. http://www.howtogeek.com/howto/30184/10-ways-to-generate-a-random-password-from-the-command-line/
  31.  
  32. # Illustrated SSH
  33. http://chamibuddhika.wordpress.com/2012/03/21/ssh-tunnelling-explained/
  34. http://www.unixwiz.net/techtips/ssh-agent-forwarding.html
  35.  
  36.  
  37. [[[ General resources & Blogs ]]]
  38.  
  39. http://inconsolation.wordpress.com/index/
  40. http://www.catonmat.net/blog/bash-one-liners-explained-part-one/
  41.  
  42. # systemd for Administrators, Part 1
  43. http://0pointer.de/blog/projects/systemd-for-admins-1.html
  44.  
  45. # Rute User's Tutorial and Exposition
  46. http://rute.2038bug.com/index.html.gz
  47.  
  48. # Explains commands and their flags. VERY USEFUL!
  49. http://explainshell.com/
  50.  
  51. # IBM developer works
  52. http://www.ibm.com/developerworks/linux/
  53.  
  54. # Debian minimal
  55. http://linuxforcynics.com/how-to/minimal-debian-install
  56. http://ask.debian.net/questions/what-s-the-first-thing-you-do-after-you-install-debian
  57.  
  58. # BroPages
  59. http://bropages.org/browse
  60.  
  61. # Install WordPress on CentOS 6.x
  62. http://www.geekpeek.net/install-wordpress-on-centos/
  63. http://www.tecmint.com/install-wordpress-using-lamp-or-lemp-on-rhel-centos-fedora/
  64.  
  65. [ LOL ]
  66. http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454
  67.  
  68.  
  69. [ YouTube chans ]
  70. https://www.youtube.com/channel/UCbNxlZZVmfP8n84ag-rGpMg/videos
  71. http://www.youtube.com/user/theurbanpenguin/videos?view=1&flow=list
  72.  
  73.  
  74. [[[ Dev ]]]
  75. http://devdocs.io/
  76.  
  77. [[[ ~ Audio ~ ]]]
  78.  
  79. http://www.reddit.com/r/linux/comments/1nun4f/using_linux_to_make_music_whats_the_deal/
  80. https://wiki.archlinux.org/index.php/Pro_Audio
  81. http://alsa.opensrc.org/
  82.  
  83. http://tuxradar.com/content/how-it-works-linux-audio-explained
  84. http://stackoverflow.com/questions/20118941/linux-audio-sub-systems
  85. http://0pointer.de/blog/projects/guide-to-sound-apis.html
  86.  
  87. https://forum.ableton.com/viewtopic.php?f=4&t=187391
  88.  
  89. https://github.com/wedesoft/hornetseye-alsa
  90. https://github.com/torvalds/linux/tree/master/Documentation/sound/alsa
  91.  
  92. http://manual.ardour.org/synchronization/latency-and-latency-compensation/
  93.  
  94. http://wiki.linuxaudio.org/wiki/system%20configuration#build_your_own_real-time_kernel_on_debian_wheezy_or_later
  95.  
  96.  
  97. # Troubleshooting
  98. lsusb / lspci
  99. cat /proc/asound/cards
  100. aplay -l
  101. aplay-L
  102.  
  103.  
  104.  
  105. [[[ GAEMZ ]]]
  106. # TribesNext (Tribes2 re-implementation) under Linux
  107. http://www.tribesnext.com/forum/index.php?topic=2095.0
  108.  
  109.  
  110.  
  111. [[[ Damage Control ]]]
  112. # What to do when altering remote machines
  113. http://www.reddit.com/r/linux/comments/1kdf37/what_are_some_of_your_major_linux_fk_ups/cbnzb11
  114.  
  115. # How to shred recursively in directories
  116. http://www.linuxforums.org/forum/miscellaneous/46693-how-shred-entire-directory-tree.html#post257616
  117.  
  118.  
  119. [[[ VIM ]]]
  120. http://www.reddit.com/r/linux/comments/1kdvq5/til_that_vim_has_tabs_thats_wonderful/
  121. http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim
  122.  
  123.  
  124. [[[ Shell scripting ]]]
  125. http://mywiki.wooledge.org/
  126. http://www.gnu.org/software/bash/manual/bashref.html#Introduction
  127.  
  128.  
  129.  
  130. ======================================================================
  131. HANDY COMMANDOS
  132.  
  133. ---
  134. # Archive directory
  135. tar -cvWf archive_name.tar dir_name
  136.  
  137. # Extract archive
  138. tar -xvf archive_name.tar
  139.  
  140. # GPG encrypt
  141. gpg -ac archive_name.tar
  142.  
  143. # GPG decrypt
  144. gpg -d archive_name.tar.asc > archive_name.tar
  145.  
  146. ---
  147. # CLI pastebin alias
  148. alias apaste='curl -F '\''paste=<-'\'' http://apaste.info/store'
  149.  
  150. # Do The Right Extract
  151. http://brettcsmith.org/2007/dtrx/
  152.  
  153. # How to check install size of packages (debian based)
  154. dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | less
  155.  
  156. # Badblocks
  157. badblocks -nsv -p2 -o ./badblocksresult.txt /dev/sdX
  158.  
  159. # Watch progress of dd
  160. watch -n 1 killall -USR1 dd
  161.  
  162. # What's the best rsync command?
  163. rsync -avPHSxh
  164.  
  165. diff <(ls /tmp/folder1) <(ls /tmp/folder2) # diff output of 2 commands
  166. 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