Using the Find command

A few different ways to utilize this powerful command. Set different permissions on files and folders sudo find . -type f -exec chmod 664 {} \; sudo find . -type d -exec chmod 775 {} \;

The ultimate ~/.vimrc

So many hours spent on this file… It only uses built in functions from the vim-nox package, if you dont already have it installed then issue: # apt-get install vim-nox I use vim as a full IDE for all my development, combined with MiniBufExpl plugin and TMux to split screen for tailing log files.