Tagged With: linux
‘less’ with code syntax highlighting!
If you’ve installed a reasonably up-to-date version of vi(m), there is a script called less.sh in your $VIMRUNTIME directory, which acts as an replacement of less providing syntax highlighting. To use this script, you just have to follow these simple steps: For the lazy like me: sudo ln -s `ls /usr/share/vim/vim*/macros/less.sh | tail -n 1` … Continue reading
Add LAMP to a minimal Ubuntu install
Minimal Ubuntu Installs: My preferred installation these days is absolute minimal. Basically it involves booting from CD, hit F4 right after the language prompt and then choose the minimum install option. There are a few main reasons for this: 1. Quicker Install The installation is quicker which for me means less time in the fridge … Continue reading