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]

Dear Ubuntu,

I'm an experienced linux sysadmin.

I used a bunch of linux distributions all over the years, and I just got my first Ubuntu box to admin.

I just notice that there isn't by default an alias rm = rm -i.

I don't love you anymore.

Artur