Saturday, February 28, 2009

Ubuntu Development code names

AdjectiveAnimalVersion
WartyWarthog4.10
HoaryHedgehog5.04
BreezyBadger5.10
DapperDrake6.06
EdgyEft6.10
FeistyFawn7.04
GutsyGibbon7.10
HardyHeron8.04
IntrepidIbex8.10
JauntyJackalope9.04
KarmicKoala9.10

Reference: https://wiki.ubuntu.com/DevelopmentCodeNames

Friday, February 27, 2009

How to use restart command?

1. Click Applications -> Accessories -> Terminal

2. Type sudo shutdown -r now in the terminal and press Enter key.

3. You will be prompted for sudo password. Type the sudo password and press Enter key. The computer restarts.

How to use shutdown command?

1. Click Applications -> Accessories -> Terminal

2. Type sudo shutdown -h now in the terminal and press Enter key.

3. You will be prompted for sudo password. Type the sudo password and press Enter key. The computer shuts down.