pastebin - collaborative debugging tool
nixav.kpaste.net RSS


Untitled
Posted by Anonymous on Tue 3rd Feb 2015 14:48
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. [ Nginx ]
  160. # docs
  161. https://github.com/ngx/docs
  162. http://wiki.nginx.org/Main
  163.  
  164. # Optimizing nginx
  165. http://blog.zachorr.com/nginx-setup/
  166.  
  167. # How to redirect nginx
  168. http://www.servernoobs.com/nginx-redirect-url-with-http1-1-301-moved-permanently-header/?doing_wp_cron=1393287314.0689818859100341796875
  169.  
  170. # Hardening nginx with better cyphers
  171. https://www.reddit.com/r/netsec/comments/2pqsx9/harden_ssl_in_nginx_with_stronger_ciphers_newer/
  172.  
  173.  
  174. [ Docker ]
  175. http://www.reddit.com/r/linux/comments/2bxxye/introduction_to_docker/
  176. http://www.reddit.com/r/linux/comments/2c1csz/whos_using_docker/
  177. http://www.reddit.com/r/linux/comments/2bedwv/docker_security_with_selinux/
  178. https://github.com/shofetim/docker-skype
  179.  
  180.  
  181. [ Namespaces ]
  182. https://www.reddit.com/r/linux/comments/2n7mol/linux_namespaces_powerful_isolation_os_level/
  183. https://www.reddit.com/r/linux/comments/2n17b7/a_guide_to_linux_namespaces_and_environment/
  184. # cgroups
  185. http://lwn.net/Articles/603762/
  186.  
  187.  
  188. [ tmux ]
  189. http://www.reddit.com/r/linux/comments/2arczq/learn_tmux_with_minimul/
  190. http://www.reddit.com/r/commandline/comments/240oyo/mucks_a_session_manager_for_gnu_screen_and_tmux/
  191. http://www.reddit.com/r/commandline/comments/25tcfk/practical_tmux/
  192.  
  193. # Memory leak improvement under Linux - http://tmux.kpaste.net/ee9c3
  194.  
  195.  
  196. [ LOL / regex ]
  197. http://www.bbc.co.uk/news/world-europe-12985082
  198. http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454
  199.  
  200. # Validating e-mail addresses, easy way, and the hard way.
  201. http://blog.mattheworiordan.com/post/13174566389/url-regular-expression-for-links-with-or-without-the
  202. http://www.ex-parrot.com/pdw/Mail-RFC822-Address.html
  203.  
  204. # Intro to regex
  205. http://www.youtube.com/watch?v=EkluES9Rvak
  206.  
  207. # Awk primer
  208. https://www.reddit.com/r/commandline/comments/2smkhm/awk_in_20_minutes/
  209. http://www.reddit.com/r/linux/comments/29hskb/an_awk_primer_wikibooks_open_books_for_an_open/
  210.  
  211.  
  212. [ LaTeX ]
  213. www.latextemplates.com
  214. https://www.writelatex.com/
  215. http://www.reddit.com/r/linux/comments/2clx22/learning_latex_on_linux/
  216.  
  217.  
  218. [ YouTube chans ]
  219. https://www.youtube.com/channel/UCbNxlZZVmfP8n84ag-rGpMg/videos
  220. https://www.youtube.com/user/theurbanpenguin/videos?view=1&flow=list
  221. https://www.youtube.com/user/sabiddle/videos
  222. # scripting
  223. http://www.youtube.com/playlist?list=PLcUid3OP_4OXOUqYTDGjq-iEwtBf-3l2E
  224.  
  225.  
  226. [[[ ~ Audio ~ ]]]
  227.  
  228. http://www.reddit.com/r/linux/comments/1nun4f/using_linux_to_make_music_whats_the_deal/
  229. https://www.reddit.com/r/linux/comments/2iwd2y/is_linux_suitable_for_audio_recordingproduction/
  230. https://wiki.archlinux.org/index.php/Pro_Audio
  231.  
  232. http://alsa.opensrc.org/
  233. http://www.sabi.co.uk/Notes/linuxSoundALSA.html
  234. http://www.sabi.co.uk/Notes/linuxSoundLatency.html
  235.  
  236. http://tuxradar.com/content/how-it-works-linux-audio-explained
  237. http://stackoverflow.com/questions/20118941/linux-audio-sub-systems
  238. http://0pointer.de/blog/projects/guide-to-sound-apis.html
  239.  
  240. https://forum.ableton.com/viewtopic.php?f=4&t=187391
  241.  
  242. https://github.com/wedesoft/hornetseye-alsa
  243. https://github.com/torvalds/linux/tree/master/Documentation/sound/alsa
  244.  
  245. http://manual.ardour.org/synchronization/latency-and-latency-compensation/
  246.  
  247. # General Reddit threads
  248. http://www.reddit.com/r/linux/comments/236a5l/can_someone_make_something_akin_to_wayland_but/
  249. https://www.reddit.com/r/linux/comments/2sutds/my_band_pneumonia_recorded_our_first_album_using/
  250.  
  251. # Dynamic Range Compression for PulseAudio
  252. https://www.bfccomputing.com/dynamic-range-compression-for-pulseaudio/
  253.  
  254. # ALSA / Pulseaudio for pro audio discussion
  255. https://www.reddit.com/r/linux/comments/2hv73a/what_is_the_one_thing_you_wish_linux_had_natively/ckwd9mk
  256.  
  257. # Config
  258. http://wiki.linuxaudio.org/wiki/system%20configuration#build_your_own_real-time_kernel_on_debian_wheezy_or_later
  259. http://www.penguinproducer.com/Blog/2011/12/setting-up-a-studio-with-ubuntu/
  260.  
  261. # RIP CDs
  262. https://www.reddit.com/r/linux/comments/2ijhdj/gnu_ddrescue_119_released/cl2pofg
  263.  
  264. # Speech / Voice recognition
  265. http://grasch.net/node/22
  266. 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/
  267.  
  268. # Learn piano
  269. http://pianobooster.sourceforge.net/
  270.  
  271. # The power of (GC)C
  272. 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
  273.  
  274. # Troubleshooting
  275. lsusb / lspci
  276. cat /proc/asound/cards
  277. aplay -l
  278. aplay-L
  279.  
  280.  
  281.  
  282. [[[ Alternative UI ]]]
  283.  
  284. # Dex UI - Futuristic/Sci-Fi Interface Programmed In openFrameworks (nnkd.org)
  285. https://www.reddit.com/r/linux/comments/2t0vjv/dex_ui_futuristicscifi_interface_programmed_in/
  286.  
  287. # Eagle Mode - Zoomable User Interface (YouTube)
  288. https://www.reddit.com/r/linux/comments/1nprrh/eagle_mode_zoomable_user_interface_youtube/
  289.  
  290. # Wayland 3D Compositor on Oculus Rift (youtube.com)
  291. https://www.reddit.com/r/linux/comments/287nup/wayland_3d_compositor_on_oculus_rift/
  292.  
  293.  
  294.  
  295. [[[ GAEMZ ]]]
  296. # TribesNext (Tribes2 re-implementation) under Linux
  297. http://www.tribesnext.com/forum/index.php?topic=2095.0
  298. http://www.youtube.com/watch?v=fdyxo_tauNQ
  299.  
  300. # RetroRig
  301. http://www.reddit.com/r/LinuxActionShow/comments/25wndc/retrorig_a_personal_project_i_hope_everyone/
  302.  
  303.  
  304.  
  305. [[[ Damage ]]]
  306.  
  307. [ Prevent ]
  308. # Backup ideas
  309. https://www.reddit.com/r/linux/comments/2qtyby/what_does_rlinux_use_to_backup_their_computers/
  310.  
  311. # How to shred recursively in directories
  312. http://www.linuxforums.org/forum/miscellaneous/46693-how-shred-entire-directory-tree.html#post257616
  313.  
  314. # What to do when altering remote machines
  315. http://www.reddit.com/r/linux/comments/1kdf37/what_are_some_of_your_major_linux_fk_ups/cbnzb11
  316.  
  317. [ Control ]
  318. http://serverfault.com/questions/218005/how-do-i-deal-with-a-compromised-server
  319.  
  320.  
  321.  
  322. [[[ Shell & Scripting ]]]
  323. http://www.howtogeek.com/howto/ubuntu/keyboard-shortcuts-for-bash-command-shell-for-ubuntu-debian-suse-redhat-linux-etc/
  324. http://www.reddit.com/r/linux/comments/2foinb/what_is_the_exact_difference_between_a_terminal_a/
  325.  
  326. http://mywiki.wooledge.org/
  327. http://bash.cyberciti.biz/guide/Main_Page
  328. http://wiki.bash-hackers.org/doku.php
  329. http://www.gnu.org/software/bash/manual/bashref.html#Introduction
  330. http://www.reddit.com/r/linux/comments/235v51/better_bash_scripting_in_15_minutes/
  331. http://guide.bash.academy/
  332. http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
  333.  
  334. # Command shortcuts - http://bash.kpaste.net/1620c
  335.  
  336. # About terminals
  337. http://linuxgazette.net/137/anonymous.html
  338.  
  339. # Customization
  340. http://colourco.de/
  341. http://pln.jonas.me/xterm-colors
  342. http://www.reddit.com/r/commandline/comments/23c4us/the_bash_prompt/
  343. https://www.reddit.com/r/linux/comments/2iytrs/terminalsexy_terminal_color_scheme_designer/
  344. https://www.reddit.com/r/linux/comments/2uf5uu/this_is_my_bash_prompt_which_is_your_favorite/
  345.  
  346. # Bash search suggest box
  347. http://www.reddit.com/r/linux/comments/2a4b80/bash_history_suggest_box/
  348.  
  349. # Moar advice
  350. http://www.reddit.com/r/linux/comments/2dwe4y/dae_have_a_bash_script_template_you_generally/
  351.  
  352. # Bash vs. Zsh
  353. http://www.reddit.com/r/linux/comments/2fubpn/zsh_proscons/
  354.  
  355. # How does the Shellshock exploit work?
  356. http://fedoramagazine.org/shellshock-how-does-it-actually-work/
  357. https://www.reddit.com/r/linux/comments/2hlwwz/stackexchanges_top_answer_on_shellshock_and_why/
  358.  
  359. # Fav minimalist CLI apps
  360. https://www.reddit.com/r/linux/comments/2psson/whatre_your_favorite_cli_and_minimalistic/
  361. # Fav aliases
  362. https://www.reddit.com/r/commandline/comments/2tjqz2/favorite_aliases/
  363.  
  364.  
  365. [ VIM ]
  366. # Learn
  367. https://raw.github.com/dahu/LearnVim/master/doc/learnvim.txt
  368. http://dahu.github.io/vim_waz_ere/
  369. https://github.com/dahu/VimRegexTutor
  370. http://www.youtube.com/user/MinuteVimTricks/videos
  371. http://www.reddit.com/r/linux/comments/264hl2/learn_to_love_vim/
  372. http://www.reddit.com/r/linux/comments/29by6c/so_i_now_want_to_learn_vim_and_use_it_as_python/
  373.  
  374. http://pascalprecht.github.io/2014/03/18/why-i-use-vim/
  375. http://of-vim-and-vigor.blogspot.de/2012/06/art-of-edits-i-weaponry.html
  376. http://www.reddit.com/r/linux/comments/1kdvq5/til_that_vim_has_tabs_thats_wonderful/
  377. http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim
  378. http://stackoverflow.com/questions/11489428/how-to-make-vim-paste-from-and-copy-to-systems-clipboard
  379.  
  380. # Compiled resource
  381. vim.kpaste.net
  382.  
  383. http://vimcasts.org/
  384.  
  385. # book
  386. http://pragprog.com/book/dnvim/practical-vim
  387.  
  388. # counter-argument
  389. http://www.reddit.com/submit?url=http%3A%2F%2Fdelvarworld.github.io%2Fblog%2F2013%2F03%2F16%2Fjust-use-sublime-text%2F
  390.  
  391. # Color schemes
  392. https://code.google.com/p/vimcolorschemetest/
  393.  
  394. # Plugins
  395. http://www.reddit.com/r/linux/comments/29a0ya/vim_awesome/
  396. http://lsh.io/plugtalk/#48
  397.  
  398.  
  399.  
  400. [[[ Drama ]]]
  401. http://www.reddit.com/r/linux/comments/1z0vig/ffmpeg_may_return_to_debian_and_by_extend_ubuntu/cfpjqtj
  402.  
  403.  
  404.  
  405. [[[ urxvt ]]]
  406. https://wiki.archlinux.org/index.php/rxvt-unicode
  407. http://wiki.afterstep.org/index.php?title=Rxvt-Unicode_Configuration_Tutorial
  408. http://manpages.ubuntu.com/manpages/precise/man7/urxvt.7.html
  409.  
  410.  
  411. [[[ FreeNAS ]]]
  412. # Check temps
  413. http://forums.freenas.org/index.php?threads/how-to-monitor-system-cpu-hdd-mobo-gpu-temperatures-on-freenas-8.2994/
  414.  
  415. # Checklist
  416. https://www.reddit.com/r/freenas/comments/1vw9ic/thinking_about_freenas_but_getting_overwhelmed/
  417.  
  418. # Backup config files automatically
  419. https://forums.freenas.org/index.php?threads/backup-config-file-every-night-automatically.8237/
  420.  
  421. # Persistent changes in the filesystem - http://kpaste.net/a2c0299
  422.  
  423. # The connection problem:
  424. https://www.reddit.com/r/linux4noobs/comments/2q2cn1/i_want_to_connect_to_my_isolated_nas_but_at_the/
  425. # Solutions:
  426. http://lamarque-lvs.blogspot.nl/2011/11/networkmanager-per-device-routing.html
  427. http://askubuntu.com/questions/89364/force-network-manager-to-use-wireless-for-an-internet-connection
  428. https://superuser.com/questions/9586/how-do-i-setup-ubuntu-linuxs-network-manager-to-selectively-route-network-traff
  429. http://ubuntuforums.org/showthread.php?t=2161887
  430.  
  431.  
  432. [[[ Hardware ]]]
  433. http://www.reddit.com/r/linux/comments/22cnui/pc_engines_apu_system_boards_3x_gige_2_or_4_gb/
  434. http://www.reddit.com/r/linux/comments/226izd/intel_releases_99_minnowboard_max_an_opensource/
  435.  
  436.  
  437.  
  438. [[[ TODO: ]]]
  439. Learn the filesystem hierarchy and major bits such as your bootloader, init system or systemd, etc
  440. File shares (Samba, NFS, iSCSI)
  441. Network Services (SSHD, DNS, DHCP, PXE, TFTP, FTP, etc)
  442. Automation (Scripting, Configuration management ie Ansible, Puppet, Chef, Saltstack)
  443. Hardening, Security and Accounts (IPTables, SELinux, patching/repository management, cgroups, encryption, permissions, ldap and kerberos SSO)
  444.  
  445.  
  446. ======================================================================
  447. HANDY COMMANDOS
  448.  
  449. ---
  450. # Archive directory
  451. tar -cvWf archive_name.tar dir_name
  452.  
  453. # Extract archive
  454. tar -xvf archive_name.tar
  455.  
  456. # GPG encrypt
  457. gpg -ac archive_name.tar
  458.  
  459. # GPG decrypt
  460. gpg -d archive_name.tar.asc > archive_name.tar
  461.  
  462. ---
  463. # CLI pastebin alias
  464. alias apaste='curl -F '\''paste=<-'\'' http://apaste.info/store'
  465.  
  466. # Do The Right Extract
  467. http://brettcsmith.org/2007/dtrx/
  468.  
  469. # How to check install size of packages (debian based)
  470. dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | less
  471.  
  472. # Badblocks
  473. badblocks -nsv -p2 -o ./badblocksresult.txt /dev/sdX
  474.  
  475. # Watch progress of dd
  476. watch -n 1 killall -USR1 dd
  477.  
  478. # What's the best rsync command?
  479. rsync -avPHSxh
  480.  
  481. # Superfind
  482. http://stackoverflow.com/questions/16956810/finding-all-files-containing-a-text-string-on-linux
  483.  
  484. # List only dirs and files starting with a . (dot)
  485. ls -d .[^.]*
  486.  
  487.  
  488. diff <(ls /tmp/folder1) <(ls /tmp/folder2) # diff output of 2 commands
  489. diff -r /tmp/folder1 /tmp/folder2 # diff 2 dirs
  490.  
  491. # Substitute string1 to string2 in every file in a given path
  492. find path -type f -exec sed -i 's/string1/string2/' {} \;
  493.  
  494. ## in vim:
  495. # Visually select a block of text and prepend a '#' to it
  496. 1. Visually select block
  497. 2. Ctrl+v I # Esc
  498. # Do the reverse (remove prepending '#' characters)
  499. 1. Visually select block
  500. 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