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