pastebin - collaborative debugging tool
nixav.kpaste.net RSS


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