Changing default MP3 encoding settings for 256 bit rate

Use the following command in the terminal to see values for lame encoder
gst-inspect-0.10 lame

I've added a bitrate parm in addition to lowering the vbr-quality to 0 from 6 for best quality

My Preferred format setings:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 bitrate=256 vbr-quality=0 ! id3v2mux

Copy / paste in gnome-terminal

Run the following two commands; however, I did not find the copy function did me much good, because I still had to highlight the text with the mouse. It was nice to have a paste feature though.

Paste Function
gconftool-2 -t str -s /apps/gnome-terminal/keybindings/paste "v"

Copy Function
gconftool-2 -t str -s /apps/gnome-terminal/keybindings/copy "c"

Compare Folders

Use the diff command with the -q switch for simple output, such as:
diff -q folder1 folder2 | sort > compare.txt

Using Alias with Run Application

If you define an alias, it will then run in the "Run Application" window. You can put a bash script in your home folder, make it executable, and use the following command to run it from "Run Application".

xterm -e ./myscript.sh

You can try to research the following to avoid using xterm.
Refer: link

Use Ubuntu with VirtualBox Behind Proxy

There seems to be problems with Ubuntu 9.04. It is possible to install from CD-ROM instead by using:

  1. Press System → Administration → Software Sources.
  2. Go to the Third Party Software tab and click on the Add CD-ROM button.
  3. Insert the CD.

Do the following in your terminal prior to using apt-get:
export http_proxy=http://username:pword@HALPROXY1.flagship.hal.com:80

Virtual Box Settings