Monday, June 15, 2009

9.04

After writing about Windows, you know I'm going to write about Ubuntu. Well, I'm back to using Ubuntu 9.04 even though it does have some shortcomings. Well, as of right now, on my One, I am using Vista, 7, and Ubuntu 9.04. Vista for my Xbox connection, 7 because it's neat, and Ubuntu for nearly everything. I was browsing the web last night, and figured out some neat and interesting things for Ubuntu.

First of all, Guake.This is a great little app for Terminal access. Once it's up and running, instead of going to Applications/Accessories/Terminal to do command line work, just press F12. It slides down from the top of the screen, and your off and running. Just like the standard Terminal program, you can have multiple tabs, and all the commands work.

Next up is Espeak. I don't know of much real use for it, but it is a neat program. In terminal type: espeak: Hello. Ubuntu is a great operating system. If it is installed (preinstalled in 9.04), and your speakers are turned up, it should speak it to you. If not, enter  sudo apt-get install espeak, then try again. Like I said, not much real use that I can see, but neat anyway. 

Emacs. There have been articles written about it before so I won't go into much detail. Basically, it's a text editor with extras. To get it, type in Terminal or Guake: sudo apt-get install emacs. It can be used like gedit, or any other text editor, but it can do more. One neat thing is the sudo therapist. Once you start emacs, press escape, and type xdoctor, and press enter. In comes the doctor. The "doctors" answers and questions can be very generic, but interesting indeed.

I decided earlier to make a list of useful command line commands for everyone. 

sudo command                                 run command as root

lsb_release -a                                   get Ubuntu version

uname -r                                            get kernel version

uname -a                                           get all kernel information

apt-get update                                 refresh all update information

apt-get upgrade                               upgrade all packages

apt-get dist-upgrade                       upgrade Ubuntu distribution

gksudo nautilus                                super user window manager (be careful with this!)                    

Those were just a few commands off the top of my head. I know their may be some that are more useful, but these seem to me, to be a few useful commands anyone could use. Hopefully they'll help you out sometime.

1 comment:

  1. Some more tips i found out recently:

    gnome-do (press Super + Spacebar | nice quicklaunch)

    terminator (split screen in multiple terminals)

    gnome-open file (if you like using the terminal, but don't want to type for example 'mplayer file' -- gnome will figure out the default application for the file

    ReplyDelete