pastebin - collaborative debugging tool
nixav.kpaste.net RSS


Untitled
Posted by Anonymous on Wed 4th Feb 2015 02:08
raw | new post
view followups (newest first): Untitled by Anonymous
modification of post by Anonymous (view diff)

  1. http://pof.kpaste.net/
  2.  
  3. [ Monitoring tools ]
  4. ## Network monitoring
  5. # Pretty Ping!
  6. http://www.reddit.com/r/linux/comments/1op98a/prettypingsh_a_better_ui_for_watching_ping/
  7. # Other
  8. https://www.reddit.com/r/linux/comments/2s1q28/useful_commandline_network_monitors_on_linux/
  9.  
  10. # Logcheck, be lazy with checking logs
  11. http://logcheck.org/
  12. https://www.youtube.com/watch?v=1QgbnK45IRg&feature=player_detailpage&list=PL170C8C4DDB2961B2&t=2999
  13. https://www.reddit.com/r/homelab/comments/2fgt30/monitoring_logs_with_elk_logstash_kibana/
  14.  
  15.  
  16. ## Process mgmt
  17. # How to run a process on a specific core
  18. http://xmodulo.com/2013/10/run-program-process-specific-cpu-cores-linux.html
  19. # How to kill process
  20. http://www.cyberciti.biz/faq/kill-process-in-linux-or-terminate-a-process-in-unix-or-linux-systems/
  21.  
  22. # How to roll out your own Debian distro
  23. http://www.staldal.nu/tech/2011/12/11/how-to-roll-your-own-debian-based-linux-distro/
  24.  
  25. # Run stuff collaboratively on a server.
  26. http://www.reddit.com/r/sysadmin/comments/tqo7b/til_rundeck_is_a_great_tool_to_run_commands/
  27.  
  28. # Generate random strings
  29. http://www.howtogeek.com/howto/30184/10-ways-to-generate-a-random-password-from-the-command-line/
  30.  
  31. # twander file manager
  32. http://www.reddit.com/r/linux/comments/1ydl8t/pcman_file_manager_120_gets_separated_desktop/cfjuw9u
  33.  
  34. # Why u no open hardware :(
  35. http://www.reddit.com/r/linux/comments/20zg0h/first_ubuntu_tablets_to_launch_this_autumn/cg86z25
  36.  
  37. # About docs
  38. http://www.reddit.com/r/linux/comments/24jzyg/well_thats_a_super_helpful_installation_error/ch887pw
  39.  
  40. # Pipe through Internet!
  41. http://www.reddit.com/r/linux/comments/24uyqo/til_you_can_pipe_through_internet/
  42.  
  43. # Persistent (full?) install linux on usb for multiple computers with little to no damage? (self.linux)
  44. http://www.reddit.com/r/linux/comments/2gqovx/persistent_full_install_linux_on_usb_for_multiple/
  45.  
  46. # 3D filesystem browser
  47. https://www.reddit.com/r/linux/comments/2hky9x/tdfsb_3d_filesystem_browser/
  48.  
  49. # IPcalc
  50. http://jodies.de/ipcalc
  51.  
  52. # Photoshop on Linux
  53. https://www.reddit.com/r/linux/comments/2nbe8y/it_can_be_done_photoshop_cs5_on_linux_with_wine/
  54.  
  55. # Data recovery
  56. https://www.reddit.com/r/linux/comments/2ov9tu/safecopy_recover_data_from_corrupt_media/
  57.  
  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. http://www.reddit.com/r/linux4noobs/comments/2ao9tp/want_to_learn_to_be_a_linux_sysadmin/
  65.  
  66. http://inconsolation.wordpress.com/index/
  67. http://www.catonmat.net/blog/bash-one-liners-explained-part-one/
  68. http://mindspill.net/computing/linux-notes/
  69. http://conqueringthecommandline.com/
  70. http://n0where.net/open-source-sysadmin-resources/
  71. https://help.ubuntu.com/community/Servers
  72.  
  73. # installgentoo
  74. https://wiki.installgentoo.com/index.php?title=Main_Page
  75.  
  76. # About filesystem
  77. http://www.reddit.com/r/linux/comments/1ypoz8/take_the_linux_filesystem_tour/
  78.  
  79. # Hardlinks & Softlinks
  80. http://www.reddit.com/r/linux/comments/251mb8/the_difference_between_hard_and_soft_links/
  81.  
  82. # X11 / Xorg / graphics stack explained
  83. http://www.reddit.com/r/linux/comments/2acvmo/explaining_x11_for_the_rest_of_us/
  84. http://www.reddit.com/r/linux/comments/2b8ap8/heartwrenching_story_of_opengl/
  85. http://www.reddit.com/r/linux/comments/1twuhi/xplain_explaining_x11_for_the_rest_of_us_jasper/
  86.  
  87. # (Illustrated) SSH
  88. http://chamibuddhika.wordpress.com/2012/03/21/ssh-tunnelling-explained/
  89. http://www.unixwiz.net/techtips/ssh-agent-forwarding.html
  90. https://www.reddit.com/r/linux/comments/2iflp3/prefixed_multihop_ssh_wildcard_configurations/
  91. https://www.reddit.com/r/linux/comments/2r539r/why_arent_we_using_ssh_for_everything/
  92.  
  93. # The Fascinating World of Linux System Calls (sysdigcloud.com)
  94. https://www.reddit.com/r/linux/comments/2pm6lo/the_fascinating_world_of_linux_system_calls/
  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. # Rsync difference between --checksum and --ignore-times options
  102. http://serverfault.com/questions/211005/rsync-difference-between-checksum-and-ignore-times-options
  103. http://tutorials.jenkov.com/rsync/checksums.html
  104.  
  105. # wget useful commands
  106. https://www.reddit.com/r/opendirectories/comments/2rfg79/20_wget_commands_that_can_be_used_to_accomplish/
  107.  
  108. # Rute User's Tutorial and Exposition
  109. http://rute.2038bug.com/index.html.gz
  110.  
  111. # Explains commands and their flags. VERY USEFUL!
  112. http://explainshell.com/
  113.  
  114. # IBM developer works
  115. http://www.ibm.com/developerworks/linux/
  116.  
  117. # Debian minimal
  118. http://linuxforcynics.com/how-to/minimal-debian-install
  119. http://ask.debian.net/questions/what-s-the-first-thing-you-do-after-you-install-debian
  120.  
  121. # BroPages
  122. http://bropages.org/browse
  123.  
  124. # Cron syntax in plain English
  125. http://cronchecker.net/
  126.  
  127. # Install WordPress on CentOS 6.x
  128. http://www.geekpeek.net/install-wordpress-on-centos/
  129. http://www.tecmint.com/install-wordpress-using-lamp-or-lemp-on-rhel-centos-fedora/
  130.  
  131.  
  132. [ Basic sec ]
  133. # Linux 2FA
  134. http://www.reddit.com/r/linux/comments/2b4u4n/2_factor_authentication_backup_2fa_software_for/
  135. # OTP (GAuth) @ CLI
  136. http://otp.readthedocs.org/en/latest/
  137.  
  138. # LUKS data encryption
  139. http://www.reddit.com/r/linux/comments/2bgnwp/encrypt_your_data_using_luks/
  140.  
  141. # iptables
  142. https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide-IPTables.html
  143. http://www.linuxtopia.org/online_books/centos_linux_guides/centos_linux_security_guide/s1-fireall-ipt-act.html
  144. http://www.cyberciti.biz/faq/rhel-fedorta-linux-iptables-firewall-configuration-tutorial/
  145. http://diaryproducts.net/about/operating_systems/unix/nmap_port_scanner_iptables_firewall
  146.  
  147.  
  148. # GRUB
  149. http://ubuntuforums.org/showthread.php?t=1195275
  150. http://www.reddit.com/r/linux4noobs/comments/2ex4ex/short_introduction_into_grub_internals/
  151.  
  152. # Visualize memory
  153. https://www.reddit.com/r/linux/comments/2mrrjb/how_to_visualize_memory_usage_on_linux/
  154.  
  155. # inotify (trigger)
  156. https://www.reddit.com/r/commandline/comments/2runmh/how_you_can_use_inotifytools_to_monitor_file/
  157.  
  158.  
  159. # vim masterrace - http://vim.kpaste.net/
  160.  
  161.  
  162. [ Nginx ]
  163. # docs
  164. https://github.com/ngx/docs
  165. http://wiki.nginx.org/Main
  166.  
  167. # Optimizing nginx
  168. http://blog.zachorr.com/nginx-setup/
  169.  
  170. # How to redirect nginx
  171. http://www.servernoobs.com/nginx-redirect-url-with-http1-1-301-moved-permanently-header/?doing_wp_cron=1393287314.0689818859100341796875
  172.  
  173. # Hardening nginx with better cyphers
  174. https://www.reddit.com/r/netsec/comments/2pqsx9/harden_ssl_in_nginx_with_stronger_ciphers_newer/
  175.  
  176.  
  177. [ Docker ]
  178. http://www.reddit.com/r/linux/comments/2bxxye/introduction_to_docker/
  179. http://www.reddit.com/r/linux/comments/2c1csz/whos_using_docker/
  180. http://www.reddit.com/r/linux/comments/2bedwv/docker_security_with_selinux/
  181. https://github.com/shofetim/docker-skype
  182.  
  183.  
  184. [ Namespaces ]
  185. https://www.reddit.com/r/linux/comments/2n7mol/linux_namespaces_powerful_isolation_os_level/
  186. https://www.reddit.com/r/linux/comments/2n17b7/a_guide_to_linux_namespaces_and_environment/
  187. # cgroups
  188. http://lwn.net/Articles/603762/
  189.  
  190.  
  191. [ tmux ]
  192. http://www.reddit.com/r/linux/comments/2arczq/learn_tmux_with_minimul/
  193. http://www.reddit.com/r/commandline/comments/240oyo/mucks_a_session_manager_for_gnu_screen_and_tmux/
  194. http://www.reddit.com/r/commandline/comments/25tcfk/practical_tmux/
  195.  
  196. # Memory leak improvement under Linux - http://tmux.kpaste.net/ee9c3
  197.  
  198.  
  199. [ LOL / regex ]
  200. http://www.bbc.co.uk/news/world-europe-12985082
  201. http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454
  202.  
  203. # Validating e-mail addresses, easy way, and the hard way.
  204. http://blog.mattheworiordan.com/post/13174566389/url-regular-expression-for-links-with-or-without-the
  205. http://www.ex-parrot.com/pdw/Mail-RFC822-Address.html
  206.  
  207. # Intro to regex
  208. http://www.youtube.com/watch?v=EkluES9Rvak
  209.  
  210. # Awk primer
  211. https://www.reddit.com/r/commandline/comments/2smkhm/awk_in_20_minutes/
  212. http://www.reddit.com/r/linux/comments/29hskb/an_awk_primer_wikibooks_open_books_for_an_open/
  213.  
  214.  
  215. [ LaTeX ]
  216. www.latextemplates.com
  217. https://www.writelatex.com/
  218. http://www.reddit.com/r/linux/comments/2clx22/learning_latex_on_linux/
  219.  
  220.  
  221. [ YouTube chans ]
  222. https://www.youtube.com/channel/UCbNxlZZVmfP8n84ag-rGpMg/videos
  223. https://www.youtube.com/user/theurbanpenguin/videos?view=1&flow=list
  224. https://www.youtube.com/user/sabiddle/videos
  225. # scripting
  226. http://www.youtube.com/playlist?list=PLcUid3OP_4OXOUqYTDGjq-iEwtBf-3l2E
  227.  
  228.  
  229. [[[ ~ Audio ~ ]]]
  230.  
  231. http://www.reddit.com/r/linux/comments/1nun4f/using_linux_to_make_music_whats_the_deal/
  232. https://www.reddit.com/r/linux/comments/2iwd2y/is_linux_suitable_for_audio_recordingproduction/
  233. https://wiki.archlinux.org/index.php/Pro_Audio
  234.  
  235. http://alsa.opensrc.org/
  236. http://www.sabi.co.uk/Notes/linuxSoundALSA.html
  237. http://www.sabi.co.uk/Notes/linuxSoundLatency.html
  238.  
  239. http://tuxradar.com/content/how-it-works-linux-audio-explained
  240. http://stackoverflow.com/questions/20118941/linux-audio-sub-systems
  241. http://0pointer.de/blog/projects/guide-to-sound-apis.html
  242.  
  243. https://forum.ableton.com/viewtopic.php?f=4&t=187391
  244.  
  245. https://github.com/wedesoft/hornetseye-alsa
  246. https://github.com/torvalds/linux/tree/master/Documentation/sound/alsa
  247.  
  248. http://manual.ardour.org/synchronization/latency-and-latency-compensation/
  249.  
  250. # General Reddit threads
  251. http://www.reddit.com/r/linux/comments/236a5l/can_someone_make_something_akin_to_wayland_but/
  252. https://www.reddit.com/r/linux/comments/2sutds/my_band_pneumonia_recorded_our_first_album_using/
  253.  
  254. # Dynamic Range Compression for PulseAudio
  255. https://www.bfccomputing.com/dynamic-range-compression-for-pulseaudio/
  256.  
  257. # ALSA / Pulseaudio for pro audio discussion
  258. https://www.reddit.com/r/linux/comments/2hv73a/what_is_the_one_thing_you_wish_linux_had_natively/ckwd9mk
  259.  
  260. # Config
  261. http://wiki.linuxaudio.org/wiki/system%20configuration#build_your_own_real-time_kernel_on_debian_wheezy_or_later
  262. http://www.penguinproducer.com/Blog/2011/12/setting-up-a-studio-with-ubuntu/
  263.  
  264. # RIP CDs
  265. https://www.reddit.com/r/linux/comments/2ijhdj/gnu_ddrescue_119_released/cl2pofg
  266.  
  267. # Speech / Voice recognition
  268. http://grasch.net/node/22
  269. 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/
  270.  
  271. # Learn piano
  272. http://pianobooster.sourceforge.net/
  273.  
  274. # The power of (GC)C
  275. 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
  276.  
  277. # Troubleshooting
  278. lsusb / lspci
  279. cat /proc/asound/cards
  280. aplay -l
  281. aplay-L
  282.  
  283.  
  284.  
  285. [[[ Alternative UI ]]]
  286.  
  287. # Dex UI - Futuristic/Sci-Fi Interface Programmed In openFrameworks (nnkd.org)
  288. https://www.reddit.com/r/linux/comments/2t0vjv/dex_ui_futuristicscifi_interface_programmed_in/
  289.  
  290. # Eagle Mode - Zoomable User Interface (YouTube)
  291. https://www.reddit.com/r/linux/comments/1nprrh/eagle_mode_zoomable_user_interface_youtube/
  292.  
  293. # Wayland 3D Compositor on Oculus Rift (youtube.com)
  294. https://www.reddit.com/r/linux/comments/287nup/wayland_3d_compositor_on_oculus_rift/
  295.  
  296.  
  297.  
  298. [[[ GAEMZ ]]]
  299. # TribesNext (Tribes2 re-implementation) under Linux
  300. http://www.tribesnext.com/forum/index.php?topic=2095.0
  301. http://www.youtube.com/watch?v=fdyxo_tauNQ
  302.  
  303. # RetroRig
  304. http://www.reddit.com/r/LinuxActionShow/comments/25wndc/retrorig_a_personal_project_i_hope_everyone/
  305.  
  306.  
  307.  
  308. [[[ Damage ]]]
  309.  
  310. [ Prevent ]
  311. # Backup ideas
  312. https://www.reddit.com/r/linux/comments/2qtyby/what_does_rlinux_use_to_backup_their_computers/
  313.  
  314. # How to shred recursively in directories
  315. http://www.linuxforums.org/forum/miscellaneous/46693-how-shred-entire-directory-tree.html#post257616
  316.  
  317. # What to do when altering remote machines
  318. http://www.reddit.com/r/linux/comments/1kdf37/what_are_some_of_your_major_linux_fk_ups/cbnzb11
  319.  
  320. [ Control ]
  321. http://serverfault.com/questions/218005/how-do-i-deal-with-a-compromised-server
  322.  
  323.  
  324.  
  325. [[[ Shell & Scripting ]]]
  326. http://www.howtogeek.com/howto/ubuntu/keyboard-shortcuts-for-bash-command-shell-for-ubuntu-debian-suse-redhat-linux-etc/
  327. http://www.reddit.com/r/linux/comments/2foinb/what_is_the_exact_difference_between_a_terminal_a/
  328.  
  329. http://mywiki.wooledge.org/
  330. http://bash.cyberciti.biz/guide/Main_Page
  331. http://wiki.bash-hackers.org/doku.php
  332. http://www.gnu.org/software/bash/manual/bashref.html#Introduction
  333. http://www.reddit.com/r/linux/comments/235v51/better_bash_scripting_in_15_minutes/
  334. http://guide.bash.academy/
  335. http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
  336.  
  337. # Command shortcuts - http://bash.kpaste.net/1620c
  338.  
  339. # About terminals
  340. http://linuxgazette.net/137/anonymous.html
  341.  
  342. # Customization
  343. http://colourco.de/
  344. http://pln.jonas.me/xterm-colors
  345. http://www.reddit.com/r/commandline/comments/23c4us/the_bash_prompt/
  346. https://www.reddit.com/r/linux/comments/2iytrs/terminalsexy_terminal_color_scheme_designer/
  347. https://www.reddit.com/r/linux/comments/2uf5uu/this_is_my_bash_prompt_which_is_your_favorite/
  348.  
  349. # Bash search suggest box
  350. http://www.reddit.com/r/linux/comments/2a4b80/bash_history_suggest_box/
  351.  
  352. # Moar advice
  353. http://www.reddit.com/r/linux/comments/2dwe4y/dae_have_a_bash_script_template_you_generally/
  354.  
  355. # Bash vs. Zsh
  356. http://www.reddit.com/r/linux/comments/2fubpn/zsh_proscons/
  357.  
  358. # How does the Shellshock exploit work?
  359. http://fedoramagazine.org/shellshock-how-does-it-actually-work/
  360. https://www.reddit.com/r/linux/comments/2hlwwz/stackexchanges_top_answer_on_shellshock_and_why/
  361.  
  362. # Fav minimalist CLI apps
  363. https://www.reddit.com/r/linux/comments/2psson/whatre_your_favorite_cli_and_minimalistic/
  364. # Fav aliases
  365. https://www.reddit.com/r/commandline/comments/2tjqz2/favorite_aliases/
  366.  
  367. # Cool shit with ls
  368. https://www.reddit.com/r/linux/comments/hejra/til_nifty_ls_option_for_displaying_directories/
  369.  
  370.  
  371. [[[ Drama ]]]
  372. http://www.reddit.com/r/linux/comments/1z0vig/ffmpeg_may_return_to_debian_and_by_extend_ubuntu/cfpjqtj
  373.  
  374.  
  375.  
  376. [[[ urxvt ]]]
  377. https://wiki.archlinux.org/index.php/rxvt-unicode
  378. http://wiki.afterstep.org/index.php?title=Rxvt-Unicode_Configuration_Tutorial
  379. http://manpages.ubuntu.com/manpages/precise/man7/urxvt.7.html
  380.  
  381.  
  382. [[[ FreeNAS ]]]
  383. # Check temps
  384. http://forums.freenas.org/index.php?threads/how-to-monitor-system-cpu-hdd-mobo-gpu-temperatures-on-freenas-8.2994/
  385.  
  386. # Checklist
  387. https://www.reddit.com/r/freenas/comments/1vw9ic/thinking_about_freenas_but_getting_overwhelmed/
  388.  
  389. # Backup config files automatically
  390. https://forums.freenas.org/index.php?threads/backup-config-file-every-night-automatically.8237/
  391.  
  392. # Persistent changes in the filesystem - http://kpaste.net/a2c0299
  393.  
  394. # The connection problem:
  395. https://www.reddit.com/r/linux4noobs/comments/2q2cn1/i_want_to_connect_to_my_isolated_nas_but_at_the/
  396. # Solutions:
  397. http://lamarque-lvs.blogspot.nl/2011/11/networkmanager-per-device-routing.html
  398. http://askubuntu.com/questions/89364/force-network-manager-to-use-wireless-for-an-internet-connection
  399. https://superuser.com/questions/9586/how-do-i-setup-ubuntu-linuxs-network-manager-to-selectively-route-network-traff
  400. http://ubuntuforums.org/showthread.php?t=2161887
  401.  
  402.  
  403. [[[ Hardware ]]]
  404. http://www.reddit.com/r/linux/comments/22cnui/pc_engines_apu_system_boards_3x_gige_2_or_4_gb/
  405. http://www.reddit.com/r/linux/comments/226izd/intel_releases_99_minnowboard_max_an_opensource/
  406.  
  407.  
  408.  
  409. [[[ TODO: ]]]
  410. Learn the filesystem hierarchy and major bits such as your bootloader, init system or systemd, etc
  411. File shares (Samba, NFS, iSCSI)
  412. Network Services (SSHD, DNS, DHCP, PXE, TFTP, FTP, etc)
  413. Automation (Scripting, Configuration management ie Ansible, Puppet, Chef, Saltstack)
  414. Hardening, Security and Accounts (IPTables, SELinux, patching/repository management, cgroups, encryption, permissions, ldap and kerberos SSO)
  415.  
  416.  
  417. ======================================================================
  418. HANDY COMMANDOS
  419.  
  420. ---
  421. # Archive directory
  422. tar -cvWf archive_name.tar dir_name
  423.  
  424. # Extract archive
  425. tar -xvf archive_name.tar
  426.  
  427. # GPG encrypt
  428. gpg -ac archive_name.tar
  429.  
  430. # GPG decrypt
  431. gpg -d archive_name.tar.asc > archive_name.tar
  432.  
  433. ---
  434. # CLI pastebin alias
  435. alias apaste='curl -F '\''paste=<-'\'' http://apaste.info/store'
  436.  
  437. # Do The Right Extract
  438. http://brettcsmith.org/2007/dtrx/
  439.  
  440. # How to check install size of packages (debian based)
  441. dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | less
  442.  
  443. # Badblocks
  444. badblocks -nsv -p2 -o ./badblocksresult.txt /dev/sdX
  445.  
  446. # Watch progress of dd
  447. watch -n 1 killall -USR1 dd
  448.  
  449. # What's the best rsync command?
  450. rsync -avPHSxh
  451.  
  452. # Superfind
  453. http://stackoverflow.com/questions/16956810/finding-all-files-containing-a-text-string-on-linux
  454.  
  455. # List only dirs and files starting with a . (dot)
  456. ls -d .[^.]*
  457.  
  458.  
  459. diff <(ls /tmp/folder1) <(ls /tmp/folder2) # diff output of 2 commands
  460. diff -r /tmp/folder1 /tmp/folder2 # diff 2 dirs
  461.  
  462. # Substitute string1 to string2 in every file in a given path
  463. find path -type f -exec sed -i 's/string1/string2/' {} \;
  464.  
  465. ## in vim:
  466. # Visually select a block of text and prepend a '#' to it
  467. 1. Visually select block
  468. 2. Ctrl+v I # Esc
  469. # Do the reverse (remove prepending '#' characters)
  470. 1. Visually select block
  471. 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