# How do /r/linuxers share custom dotfiles? http://www.reddit.com/r/linux/comments/1j7y7x/how_do_rlinuxers_share_custom_dotfiles/ # Logcheck, be lazy with checking logs http://logcheck.org/ https://www.youtube.com/watch?v=1QgbnK45IRg&feature=player_detailpage&list=PL170C8C4DDB2961B2&t=2999 [[[ ~ Audio ~ ]]] http://www.reddit.com/r/linux/comments/1nun4f/using_linux_to_make_music_whats_the_deal/ https://wiki.archlinux.org/index.php/Pro_Audio [[[ Damage Control ]]] # What to do when altering remote machines http://www.reddit.com/r/linux/comments/1kdf37/what_are_some_of_your_major_linux_fk_ups/cbnzb11 # How to shred recursively in directories http://www.linuxforums.org/forum/miscellaneous/46693-how-shred-entire-directory-tree.html#post257616 [[[ VIM ]]] http://www.reddit.com/r/linux/comments/1kdvq5/til_that_vim_has_tabs_thats_wonderful/ [[[ Shell scripting ]]] http://mywiki.wooledge.org/ ====================================================================== # Archive directory tar -cvWf archive_name.tar dir_name # Extract archive tar -xvf archive_name.tar # GPG encrypt gpg -ac archive_name.tar # GPG decrypt gpg -d archive_name.tar.asc > archive_name.tar