Saturday, October 27, 2012

Things to do on a new Ubuntu Box

This is a "note to self" list:

1) apt-get install joe
joe is the best linux editor ever

2) joe ~/.bash_aliases

alias rm='rm -i'
alias mv='mv -i'
alias cp='cp -i'

[work in progress]

No comments:

Post a Comment