- # 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
- [[[ 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
Untitled
Posted by Anonymous on Thu 17th Oct 2013 17:47
raw | new post
view followups (newest first): Untitled by Anonymous
modification of post by Anonymous (view diff)
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.