pastebin - collaborative debugging tool
nixav.kpaste.net RSS


Untitled
Posted by Anonymous on Mon 18th Nov 2013 12:22
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.  
  21.  
  22. [[[ General resources & Blogs ]]]
  23.  
  24. http://inconsolation.wordpress.com/index/
  25.  
  26. # How does Linux boot?
  27. http://www.ibm.com/developerworks/library/l-linuxboot/
  28.  
  29.  
  30.  
  31. [[[ ~ Audio ~ ]]]
  32.  
  33. http://www.reddit.com/r/linux/comments/1nun4f/using_linux_to_make_music_whats_the_deal/
  34. https://wiki.archlinux.org/index.php/Pro_Audio
  35. http://alsa.opensrc.org/
  36.  
  37. # Troubleshooting
  38. lsusb / lspci
  39. cat /proc/asound/cards
  40. aplay -l
  41. aplay-L
  42.  
  43.  
  44. [[[ Damage Control ]]]
  45. # What to do when altering remote machines
  46. http://www.reddit.com/r/linux/comments/1kdf37/what_are_some_of_your_major_linux_fk_ups/cbnzb11
  47.  
  48. # How to shred recursively in directories
  49. http://www.linuxforums.org/forum/miscellaneous/46693-how-shred-entire-directory-tree.html#post257616
  50.  
  51.  
  52. [[[ VIM ]]]
  53. http://www.reddit.com/r/linux/comments/1kdvq5/til_that_vim_has_tabs_thats_wonderful/
  54.  
  55.  
  56. [[[ Shell scripting ]]]
  57. http://mywiki.wooledge.org/
  58.  
  59.  
  60. ======================================================================
  61. # Archive directory
  62. tar -cvWf archive_name.tar dir_name
  63.  
  64. # Extract archive
  65. tar -xvf archive_name.tar
  66.  
  67. # GPG encrypt
  68. gpg -ac archive_name.tar
  69.  
  70. # GPG decrypt
  71. gpg -d archive_name.tar.asc > archive_name.tar

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