Install Driver at “Additional Drivers” to make the resolution rate can be higher than 640x480;
Install the “VBoxGuestAdditions_4.3.20.iso”(the latest version at this moment) from here to make the 3D effect more smoothly;
Install the languages at “Language Support”;
Disable overlay scrollbars:
1 | gsettings set com.canonical.desktop.interface scrollbar-mode normal |
- Install Adobe Flash plugin, from here:
1 | sudo apt-get install flashplugin-installer |
- Add my account into the “vboxsf” group to make myself can use the virtualbox share folder, from here:
1 | sudo usermod -a -G vboxsf gang |
Added on 2018-01-09: Before running the command above, you need to install VirtualBox Guest Additions package from clicking the VirtualBox menu item “Devices -> Insert Guest Additions CD Image…” to mount the image into the hosted Ubuntu OS. In Ubuntu, run “cd /media/gang/xxx; sudo ./RunLinuxAddon.sh” to install.
- Install the following packages:
1 | sudo apt-get install vim git subversion htop unrar meld shutter imagemagick goldendict zim alacarte |
Eclipse
Create Eclipse shortcut in alacarte, then update the file “~/.local/share/applications/alacarte-made.desktop” to make icon work;
Install plugins: “TestNG for Eclipse”, “Groovy/Grails Tool Suite(GGTS) for Eclipse”, “Gradle Integration for Eclipse”, “DBeaver”
Install RabbitCVS:
1 | sudo apt-get install rabbitvcs-nautilus rabbitvcs-gedit rabbitvcs-cli |
Add Show Desktop Icon in the Launcher and Enable Workspaces Icon, from here:
Go to “System Setting > Appearance”;
Click Behaviour tab and select (tick) “Enable Workspaces” and “Add show desktop icon to the launcher”.
Customize Ubuntu for Multimedia – Install Media Codecs and Enable DVD Playback, from here:
1 | sudo apt-get install ubuntu-restricted-extras |
1 | sudo add-apt-repository ppa:numix/ppa |
Install Oracle JDK
From here.
1 | sudo add-apt-repository ppa:webupd8team/java |
1 | sudo add-apt-repository ppa:webupd8team/atom |