pastebin - collaborative debugging tool
nixav.kpaste.net RSS


Untitled
Posted by Anonymous on Sat 21st Dec 2013 08:58
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.  
  24. [[[ General resources & Blogs ]]]
  25.  
  26. http://inconsolation.wordpress.com/index/
  27.  
  28. # How does Linux boot?
  29. http://www.ibm.com/developerworks/library/l-linuxboot/
  30.  
  31. http://www.catonmat.net/blog/bash-one-liners-explained-part-one/
  32.  
  33.  
  34.  
  35. [[[ ~ Audio ~ ]]]
  36.  
  37. http://www.reddit.com/r/linux/comments/1nun4f/using_linux_to_make_music_whats_the_deal/
  38. https://wiki.archlinux.org/index.php/Pro_Audio
  39. http://alsa.opensrc.org/
  40.  
  41. http://tuxradar.com/content/how-it-works-linux-audio-explained
  42. http://stackoverflow.com/questions/20118941/linux-audio-sub-systems
  43. http://0pointer.de/blog/projects/guide-to-sound-apis.html
  44.  
  45. https://forum.ableton.com/viewtopic.php?f=4&t=187391
  46.  
  47. https://github.com/wedesoft/hornetseye-alsa
  48. https://github.com/torvalds/linux/tree/master/Documentation/sound/alsa
  49.  
  50. http://manual.ardour.org/synchronization/latency-and-latency-compensation/
  51.  
  52. http://wiki.linuxaudio.org/wiki/system%20configuration#build_your_own_real-time_kernel_on_debian_wheezy_or_later
  53.  
  54.  
  55. # Troubleshooting
  56. lsusb / lspci
  57. cat /proc/asound/cards
  58. aplay -l
  59. aplay-L
  60.  
  61.  
  62.  
  63. [[[ GAEMZ ]]]
  64. # TribesNext (Tribes2 re-implementation) under Linux
  65. http://www.tribesnext.com/forum/index.php?topic=2095.0
  66.  
  67.  
  68.  
  69. [[[ Damage Control ]]]
  70. # What to do when altering remote machines
  71. http://www.reddit.com/r/linux/comments/1kdf37/what_are_some_of_your_major_linux_fk_ups/cbnzb11
  72.  
  73. # How to shred recursively in directories
  74. http://www.linuxforums.org/forum/miscellaneous/46693-how-shred-entire-directory-tree.html#post257616
  75.  
  76.  
  77. [[[ VIM ]]]
  78. http://www.reddit.com/r/linux/comments/1kdvq5/til_that_vim_has_tabs_thats_wonderful/
  79. http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim
  80.  
  81.  
  82. [[[ Shell scripting ]]]
  83. http://mywiki.wooledge.org/
  84. http://www.gnu.org/software/bash/manual/bashref.html#Introduction
  85.  
  86.  
  87.  
  88. ======================================================================
  89. HANDY COMMANDOS
  90.  
  91. # Archive directory
  92. tar -cvWf archive_name.tar dir_name
  93.  
  94. # Extract archive
  95. tar -xvf archive_name.tar
  96.  
  97. # GPG encrypt
  98. gpg -ac archive_name.tar
  99.  
  100. # GPG decrypt
  101. gpg -d archive_name.tar.asc > archive_name.tar
  102.  
  103. ---
  104. # Do The Right Extract
  105. http://brettcsmith.org/2007/dtrx/
  106.  
  107. # How to check install size of packages (debian based)
  108. dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | less

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