MRC/Tutorials/Customizing Ubuntu

From Control Systems Technology Group
Jump to navigation Jump to search

Additional Drivers

Open the Additional Drivers app. You may have a green circuit board icon in the top right of your screen. If not, open a terminal and type:

jockey-gtk

Gnome Panel

  1. sudo apt-get install gnome-panel
  2. Log-out, click the little icon located top-right of your name and select Gnome Classic, and log back in

Terminator

sudo apt-get install terminator

Terminal Colors

  1. gedit ~/.bashrc
  2. Uncomment the following line:
    #force_color_prompt=yes
    by removing the #
  3. save and exit. Now if you start a new terminal, you will have a colored prompt.