pastebin - collaborative debugging tool
nixav.kpaste.net RSS


Untitled
Posted by Anonymous on Wed 17th Dec 2014 05:52
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. https://www.reddit.com/r/homelab/comments/2fgt30/monitoring_logs_with_elk_logstash_kibana/
  8.  
  9. # Pretty Ping!
  10. http://www.reddit.com/r/linux/comments/1op98a/prettypingsh_a_better_ui_for_watching_ping/
  11.  
  12. # How to run a process on a specific core
  13. http://xmodulo.com/2013/10/run-program-process-specific-cpu-cores-linux.html
  14.  
  15. # How to kill process
  16. http://www.cyberciti.biz/faq/kill-process-in-linux-or-terminate-a-process-in-unix-or-linux-systems/
  17.  
  18. # How to roll out your own Debian distro
  19. http://www.staldal.nu/tech/2011/12/11/how-to-roll-your-own-debian-based-linux-distro/
  20.  
  21. # Linux 2FA
  22. http://www.reddit.com/r/linux/comments/2b4u4n/2_factor_authentication_backup_2fa_software_for/
  23. # OTP (GAuth) @ CLI
  24. http://otp.readthedocs.org/en/latest/
  25.  
  26. # Run stuff colaboratively on a server.
  27. http://www.reddit.com/r/sysadmin/comments/tqo7b/til_rundeck_is_a_great_tool_to_run_commands/
  28.  
  29. # X11 / Xorg / graphics stack explained
  30. http://www.reddit.com/r/linux/comments/2acvmo/explaining_x11_for_the_rest_of_us/
  31. http://www.reddit.com/r/linux/comments/2b8ap8/heartwrenching_story_of_opengl/
  32. http://www.reddit.com/r/linux/comments/1twuhi/xplain_explaining_x11_for_the_rest_of_us_jasper/
  33.  
  34.  
  35. # Generate random strings
  36. http://www.howtogeek.com/howto/30184/10-ways-to-generate-a-random-password-from-the-command-line/
  37.  
  38. # (Illustrated) SSH
  39. http://chamibuddhika.wordpress.com/2012/03/21/ssh-tunnelling-explained/
  40. http://www.unixwiz.net/techtips/ssh-agent-forwarding.html
  41. https://www.reddit.com/r/linux/comments/2iflp3/prefixed_multihop_ssh_wildcard_configurations/
  42.  
  43. # twander file manager
  44. http://www.reddit.com/r/linux/comments/1ydl8t/pcman_file_manager_120_gets_separated_desktop/cfjuw9u
  45.  
  46. # About filesystem
  47. http://www.reddit.com/r/linux/comments/1ypoz8/take_the_linux_filesystem_tour/
  48.  
  49. # Why u no open hardware :(
  50. http://www.reddit.com/r/linux/comments/20zg0h/first_ubuntu_tablets_to_launch_this_autumn/cg86z25
  51.  
  52. # About docs
  53. http://www.reddit.com/r/linux/comments/24jzyg/well_thats_a_super_helpful_installation_error/ch887pw
  54.  
  55. # Pipe through Internet!
  56. http://www.reddit.com/r/linux/comments/24uyqo/til_you_can_pipe_through_internet/
  57.  
  58. # LUKS data encryption
  59. http://www.reddit.com/r/linux/comments/2bgnwp/encrypt_your_data_using_luks/
  60.  
  61. # cgroups
  62. http://lwn.net/Articles/603762/
  63.  
  64. # Persistent (full?) install linux on usb for multiple computers with little to no damage? (self.linux)
  65. http://www.reddit.com/r/linux/comments/2gqovx/persistent_full_install_linux_on_usb_for_multiple/
  66.  
  67. # 3D filesystem browser
  68. https://www.reddit.com/r/linux/comments/2hky9x/tdfsb_3d_filesystem_browser/
  69.  
  70. # IPcalc
  71. http://jodies.de/ipcalc
  72.  
  73. # Photoshop on Linux
  74. https://www.reddit.com/r/linux/comments/2nbe8y/it_can_be_done_photoshop_cs5_on_linux_with_wine/
  75.  
  76.  
  77.  
  78. [[[ General resources & Blogs ]]]
  79.  
  80. http://www.reddit.com/r/linux/comments/21rm3o/what_is_a_useful_linux_tool_that_you_use_that/
  81. http://www.reddit.com/r/linux4noobs/comments/2ao9tp/want_to_learn_to_be_a_linux_sysadmin/
  82.  
  83. http://inconsolation.wordpress.com/index/
  84. http://www.catonmat.net/blog/bash-one-liners-explained-part-one/
  85. http://www.howtogeek.com/howto/ubuntu/keyboard-shortcuts-for-bash-command-shell-for-ubuntu-debian-suse-redhat-linux-etc/
  86. http://mindspill.net/computing/linux-notes/
  87. http://conqueringthecommandline.com/
  88. http://n0where.net/open-source-sysadmin-resources/
  89.  
  90. # installgentoo
  91. https://wiki.installgentoo.com/index.php?title=Main_Page
  92.  
  93. # Hardlinks & Softlinks
  94. http://www.reddit.com/r/linux/comments/251mb8/the_difference_between_hard_and_soft_links/
  95.  
  96. # systemd for Administrators, Part 1
  97. http://0pointer.de/blog/projects/systemd-for-admins-1.html
  98. # systemd for users
  99. http://www.reddit.com/r/linux/comments/2dvmdn/what_do_you_as_a_user_love_about_systemd/
  100.  
  101. # Rute User's Tutorial and Exposition
  102. http://rute.2038bug.com/index.html.gz
  103.  
  104. # Explains commands and their flags. VERY USEFUL!
  105. http://explainshell.com/
  106.  
  107. # IBM developer works
  108. http://www.ibm.com/developerworks/linux/
  109.  
  110. # Debian minimal
  111. http://linuxforcynics.com/how-to/minimal-debian-install
  112. http://ask.debian.net/questions/what-s-the-first-thing-you-do-after-you-install-debian
  113.  
  114. # BroPages
  115. http://bropages.org/browse
  116.  
  117. # Cron syntax in plain English
  118. http://cronchecker.net/
  119.  
  120. # Install WordPress on CentOS 6.x
  121. http://www.geekpeek.net/install-wordpress-on-centos/
  122. http://www.tecmint.com/install-wordpress-using-lamp-or-lemp-on-rhel-centos-fedora/
  123.  
  124. # iptables
  125. https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide-IPTables.html
  126. http://www.linuxtopia.org/online_books/centos_linux_guides/centos_linux_security_guide/s1-fireall-ipt-act.html
  127. http://www.cyberciti.biz/faq/rhel-fedorta-linux-iptables-firewall-configuration-tutorial/
  128. http://diaryproducts.net/about/operating_systems/unix/nmap_port_scanner_iptables_firewall
  129.  
  130. # GRUB
  131. http://ubuntuforums.org/showthread.php?t=1195275
  132. http://www.reddit.com/r/linux4noobs/comments/2ex4ex/short_introduction_into_grub_internals/
  133.  
  134. # Visualize memory
  135. https://www.reddit.com/r/linux/comments/2mrrjb/how_to_visualize_memory_usage_on_linux/
  136.  
  137. [ Nginx ]
  138. # docs
  139. https://github.com/ngx/docs
  140. http://wiki.nginx.org/Main
  141.  
  142. # Optimizing nginx
  143. http://blog.zachorr.com/nginx-setup/
  144.  
  145. # How to redirect nginx
  146. http://www.servernoobs.com/nginx-redirect-url-with-http1-1-301-moved-permanently-header/?doing_wp_cron=1393287314.0689818859100341796875
  147.  
  148.  
  149. [ Docker ]
  150. http://www.reddit.com/r/linux/comments/2bxxye/introduction_to_docker/
  151. http://www.reddit.com/r/linux/comments/2c1csz/whos_using_docker/
  152. http://www.reddit.com/r/linux/comments/2bedwv/docker_security_with_selinux/
  153. https://github.com/shofetim/docker-skype
  154.  
  155. [ Namespaces ]
  156. https://www.reddit.com/r/linux/comments/2n7mol/linux_namespaces_powerful_isolation_os_level/
  157. https://www.reddit.com/r/linux/comments/2n17b7/a_guide_to_linux_namespaces_and_environment/
  158.  
  159. [ tmux ]
  160. http://www.reddit.com/r/linux/comments/2arczq/learn_tmux_with_minimul/
  161. http://www.reddit.com/r/commandline/comments/240oyo/mucks_a_session_manager_for_gnu_screen_and_tmux/
  162. http://www.reddit.com/r/commandline/comments/25tcfk/practical_tmux/
  163.  
  164.  
  165. [ LOL / regex ]
  166. http://www.bbc.co.uk/news/world-europe-12985082
  167. http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454
  168.  
  169. # Validating e-mail addresses, easy way, and the hard way.
  170. http://blog.mattheworiordan.com/post/13174566389/url-regular-expression-for-links-with-or-without-the
  171. http://www.ex-parrot.com/pdw/Mail-RFC822-Address.html
  172.  
  173. # Intro to regex
  174. http://www.youtube.com/watch?v=EkluES9Rvak
  175.  
  176. # Awk primer
  177. http://www.reddit.com/r/linux/comments/29hskb/an_awk_primer_wikibooks_open_books_for_an_open/
  178.  
  179.  
  180. [ LaTeX ]
  181. www.latextemplates.com
  182. https://www.writelatex.com/
  183. http://www.reddit.com/r/linux/comments/2clx22/learning_latex_on_linux/
  184.  
  185.  
  186. [ YouTube chans ]
  187. https://www.youtube.com/channel/UCbNxlZZVmfP8n84ag-rGpMg/videos
  188. https://www.youtube.com/user/theurbanpenguin/videos?view=1&flow=list
  189. https://www.youtube.com/user/sabiddle/videos
  190.  
  191.  
  192.  
  193. [[[ ~ Audio ~ ]]]
  194.  
  195. http://www.reddit.com/r/linux/comments/1nun4f/using_linux_to_make_music_whats_the_deal/
  196. https://www.reddit.com/r/linux/comments/2iwd2y/is_linux_suitable_for_audio_recordingproduction/
  197. https://wiki.archlinux.org/index.php/Pro_Audio
  198. http://alsa.opensrc.org/
  199.  
  200. http://tuxradar.com/content/how-it-works-linux-audio-explained
  201. http://stackoverflow.com/questions/20118941/linux-audio-sub-systems
  202. http://0pointer.de/blog/projects/guide-to-sound-apis.html
  203.  
  204. https://forum.ableton.com/viewtopic.php?f=4&t=187391
  205.  
  206. https://github.com/wedesoft/hornetseye-alsa
  207. https://github.com/torvalds/linux/tree/master/Documentation/sound/alsa
  208.  
  209. http://manual.ardour.org/synchronization/latency-and-latency-compensation/
  210.  
  211. http://www.reddit.com/r/linux/comments/236a5l/can_someone_make_something_akin_to_wayland_but/
  212.  
  213. # ALSA / Pulseaudio for pro audio discussion
  214. https://www.reddit.com/r/linux/comments/2hv73a/what_is_the_one_thing_you_wish_linux_had_natively/ckwd9mk
  215.  
  216. # Config
  217. http://wiki.linuxaudio.org/wiki/system%20configuration#build_your_own_real-time_kernel_on_debian_wheezy_or_later
  218. http://www.penguinproducer.com/Blog/2011/12/setting-up-a-studio-with-ubuntu/
  219.  
  220. # Speech / Voice recognition
  221. http://grasch.net/node/22
  222. https://www.reddit.com/r/linux/comments/2jhzle/the_state_of_voice_recognition_software_within/https://www.reddit.com/r/linux/comments/2jhzle/the_state_of_voice_recognition_software_within/
  223.  
  224. # Learn piano
  225. http://pianobooster.sourceforge.net/
  226.  
  227. # The power of (GC)C
  228. 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
  229.  
  230. # Troubleshooting
  231. lsusb / lspci
  232. cat /proc/asound/cards
  233. aplay -l
  234. aplay-L
  235.  
  236.  
  237.  
  238. [[[ GAEMZ ]]]
  239. # TribesNext (Tribes2 re-implementation) under Linux
  240. http://www.tribesnext.com/forum/index.php?topic=2095.0
  241. http://www.youtube.com/watch?v=fdyxo_tauNQ
  242.  
  243. # RetroRig
  244. http://www.reddit.com/r/LinuxActionShow/comments/25wndc/retrorig_a_personal_project_i_hope_everyone/
  245.  
  246.  
  247. [[[ Damage Control ]]]
  248. # What to do when altering remote machines
  249. http://www.reddit.com/r/linux/comments/1kdf37/what_are_some_of_your_major_linux_fk_ups/cbnzb11
  250.  
  251. # How to shred recursively in directories
  252. http://www.linuxforums.org/forum/miscellaneous/46693-how-shred-entire-directory-tree.html#post257616
  253.  
  254.  
  255.  
  256. [[[ VIM ]]]
  257. # Learn
  258. https://raw.github.com/dahu/LearnVim/master/doc/learnvim.txt
  259. http://dahu.github.io/vim_waz_ere/
  260. https://github.com/dahu/VimRegexTutor
  261. http://www.youtube.com/user/MinuteVimTricks/videos
  262. http://www.reddit.com/r/linux/comments/264hl2/learn_to_love_vim/
  263. http://www.reddit.com/r/linux/comments/29by6c/so_i_now_want_to_learn_vim_and_use_it_as_python/
  264.  
  265. http://pascalprecht.github.io/2014/03/18/why-i-use-vim/
  266. http://of-vim-and-vigor.blogspot.de/2012/06/art-of-edits-i-weaponry.html
  267. http://www.reddit.com/r/linux/comments/1kdvq5/til_that_vim_has_tabs_thats_wonderful/
  268. http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim
  269. http://stackoverflow.com/questions/11489428/how-to-make-vim-paste-from-and-copy-to-systems-clipboard
  270.  
  271. http://vimcasts.org/
  272.  
  273. # book
  274. http://pragprog.com/book/dnvim/practical-vim
  275.  
  276. # counter-argument
  277. http://www.reddit.com/submit?url=http%3A%2F%2Fdelvarworld.github.io%2Fblog%2F2013%2F03%2F16%2Fjust-use-sublime-text%2F
  278.  
  279. # Color schemes
  280. https://code.google.com/p/vimcolorschemetest/
  281.  
  282. # Plugins
  283. http://www.reddit.com/r/linux/comments/29a0ya/vim_awesome/
  284. http://lsh.io/plugtalk/#48
  285.  
  286.  
  287.  
  288. [[[ Shell & Scripting ]]]
  289. http://www.reddit.com/r/linux/comments/2foinb/what_is_the_exact_difference_between_a_terminal_a/
  290. http://mywiki.wooledge.org/
  291. http://wiki.bash-hackers.org/doku.php
  292. http://www.gnu.org/software/bash/manual/bashref.html#Introduction
  293. http://www.reddit.com/r/linux/comments/235v51/better_bash_scripting_in_15_minutes/
  294. http://guide.bash.academy/
  295. http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
  296.  
  297. # Customization
  298. http://www.reddit.com/r/commandline/comments/23c4us/the_bash_prompt/
  299. https://www.reddit.com/r/linux/comments/2iytrs/terminalsexy_terminal_color_scheme_designer/
  300.  
  301. # Bash search suggest box
  302. http://www.reddit.com/r/linux/comments/2a4b80/bash_history_suggest_box/
  303.  
  304. # Moar advice
  305. http://www.reddit.com/r/linux/comments/2dwe4y/dae_have_a_bash_script_template_you_generally/
  306.  
  307. # Bash vs. Zsh
  308. http://www.reddit.com/r/linux/comments/2fubpn/zsh_proscons/
  309.  
  310. # How does the Shellshock exploit work?
  311. http://fedoramagazine.org/shellshock-how-does-it-actually-work/
  312. https://www.reddit.com/r/linux/comments/2hlwwz/stackexchanges_top_answer_on_shellshock_and_why/
  313.  
  314.  
  315.  
  316. [[[ Drama ]]]
  317. http://www.reddit.com/r/linux/comments/1z0vig/ffmpeg_may_return_to_debian_and_by_extend_ubuntu/cfpjqtj
  318.  
  319.  
  320.  
  321. [[[ urxvt ]]]
  322. https://wiki.archlinux.org/index.php/rxvt-unicode
  323. http://wiki.afterstep.org/index.php?title=Rxvt-Unicode_Configuration_Tutorial
  324. http://manpages.ubuntu.com/manpages/precise/man7/urxvt.7.html
  325.  
  326.  
  327. [[[ FreeNAS ]]]
  328. # Check temps
  329. http://forums.freenas.org/index.php?threads/how-to-monitor-system-cpu-hdd-mobo-gpu-temperatures-on-freenas-8.2994/
  330.  
  331. # Checklist
  332. https://www.reddit.com/r/freenas/comments/1vw9ic/thinking_about_freenas_but_getting_overwhelmed/
  333.  
  334.  
  335.  
  336. [[[ Hardware ]]]
  337. http://www.reddit.com/r/linux/comments/22cnui/pc_engines_apu_system_boards_3x_gige_2_or_4_gb/
  338. http://www.reddit.com/r/linux/comments/226izd/intel_releases_99_minnowboard_max_an_opensource/
  339.  
  340.  
  341. ======================================================================
  342. HANDY COMMANDOS
  343.  
  344. ---
  345. # Archive directory
  346. tar -cvWf archive_name.tar dir_name
  347.  
  348. # Extract archive
  349. tar -xvf archive_name.tar
  350.  
  351. # GPG encrypt
  352. gpg -ac archive_name.tar
  353.  
  354. # GPG decrypt
  355. gpg -d archive_name.tar.asc > archive_name.tar
  356.  
  357. ---
  358. # CLI pastebin alias
  359. alias apaste='curl -F '\''paste=<-'\'' http://apaste.info/store'
  360.  
  361. # Do The Right Extract
  362. http://brettcsmith.org/2007/dtrx/
  363.  
  364. # How to check install size of packages (debian based)
  365. dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | less
  366.  
  367. # Badblocks
  368. badblocks -nsv -p2 -o ./badblocksresult.txt /dev/sdX
  369.  
  370. # Watch progress of dd
  371. watch -n 1 killall -USR1 dd
  372.  
  373. # What's the best rsync command?
  374. rsync -avPHSxh
  375.  
  376. # Superfind
  377. http://stackoverflow.com/questions/16956810/finding-all-files-containing-a-text-string-on-linux
  378.  
  379. # List only dirs and files starting with a . (dot)
  380. ls -d .[^.]*
  381.  
  382.  
  383. diff <(ls /tmp/folder1) <(ls /tmp/folder2) # diff output of 2 commands
  384. diff -r /tmp/folder1 /tmp/folder2 # diff 2 dirs
  385.  
  386. ## in vim:
  387. # Visually select a block of text and prepend a '#' to it
  388. 1. Visually select block
  389. 2. Ctrl+v I # Esc
  390. # Do the reverse (remove prepending '#' characters)
  391. 1. Visually select block
  392. 2. Ctrl+v 0 x

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