Skip to content

Instantly share code, notes, and snippets.

Created July 19, 2017 20:41
Show Gist options
  • Save anonymous/1c51846945cb9043721b312f682b484b to your computer and use it in GitHub Desktop.
Save anonymous/1c51846945cb9043721b312f682b484b to your computer and use it in GitHub Desktop.
Setting up my Ubuntu computer

1. Install Ubuntu

I installed 17.04 ("Zesty Zapus")

2. Install drivers

I have an HP machine and I installed drivers for it from the CD.

3. Install PostgreSQL

I followed instructions found here. Except I should have replaced

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'

with

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ zesty-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'

4. Install R

I followed instructions here except that I replaced xenial with zesty in step 1. (Also I did not follow instructions here for installing RStudio.)

5. Install RStudio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment