Here’s how I install and configure Ubuntu 14.04 LTS. My main application right now is writing and running R programs. Additionally, I use Dropbox to share files across systems and Crashplan for off-site backup.
- Down the 64-bit CD, burn it to a disk, and install. Agree to use the proprietary software. Give the system a unique name.
- Install and configure Dropbox.
- Go to the Dropbox website, download the deb, and install it.
- Configure selective sync to sync only: github-clones, keepas, todo.
- Fix the ipv6 problem. This will cause software center and other apt-get operations to run slowly.
- Search for “connecting to archives.ubuntu.com takes too long”
- Follow the instructions to disable ipV6. You can copy and paste the commands into a terminal. Follow the directions to allow sites that prefer ipV4 to use ipV4. Also disable ipv6 (though that doesn’t seem to work).
- Use the Ubuntu Software Center to install
- KeepassX (not Keepass2)
- Chromium web browser
- vim
- git
- Install R. Visit r-project.org/bin/linux/ubuntu/README and follow the instructions.
- Pick a repository; e.g., the one in Maryland
- set the deb. See instructions on r-project website.
- Install software r-base and r-base-dev using sudo apt-get install PACKAGE.
- Once the Dropbox sync completes,
- install the dot files in Dropbox/git-hub-clones/dotfiles/.
- start sync of other Dropbox files you want to work on.
- Install tmux: sudo apt-get install tmux
- Map CAPS LOCK key to another ESCAPE. This makes VIM much more usable.
- Install via ubuntu software center: gnome tweak.
- Use the “Typing” preference to map the CAPS LOCK to another ESCAPE.
- Install CrashPlan. Visit the website, download, install, configure.
- Configure Chromium to use my account.
- In System Settings > Software & Updates > Other Software, enable software from Canonical Partnersh.
- Auto hide the panel (on the left of the screen) and enable workspaces. System Setting > Appearance > Behavior.
- Install pathogen.vim. Search and follow directions.