I just obtained a new openSUSE 12.1 VPS from Windows Azure trial. I already have experience with that OS (from 11.0 with subsequent upgrades) and immediately noticed two things:
lcommand is missing- doing
ls -ldoesn't colour files according to their type (green text: executable, blue: directory, red: writable)
I would like if I can someway configure the new VPS to colour my console when I type ls -l or possibly enable the l shortcut.
Also, I found that while on my usual openSUSE machines I can become root by issuing su, here I must issue either sudo su or sudo -s. Why that? Can I change it?