Skip to content

Instantly share code, notes, and snippets.

@arif-ali
Created January 26, 2014 20:36
Show Gist options
  • Save arif-ali/8639167 to your computer and use it in GitHub Desktop.
Save arif-ali/8639167 to your computer and use it in GitHub Desktop.
Gitlab Markdown test

Update OS first

apt-get update
apt-get upgrade

VirtualBox Installation

wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
cat > /etc/apt/sources.list.d/virtualbox.list << EOF
deb http://download.virtualbox.org/virtualbox/debian saucy contrib
apt-get update
apt-get install virtualbox-4.3

ownCloud

wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_13.10/Release.key -O- | sudo apt-key add -
cat > /etc/apt/sources.list.d/owncloud-client.list << EOF
deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_13.10/ /
EOF
apt-get update
apt-get install owncloud-client

Java

apt-add-repository -y ppa:webupd8team/java
apt-get update
apt-get install oracle-java8-installer

Main OS packages

apt-get install \
   autofs \
   chromium-browser \
   connect-proxy \
   dia \
   eclipse \
   flashplugin-installer \
   flex \
   freemind \
   gimp \
   git \
   gparted \
   ipcalc \
   ipmitool \
   minicom \
   network-manager-vpnc-gnome \
   p7zip \
   mplayer
   screen \
   sshuttle \
   skype \
   subversion \
   unetbootin \
   vim \
   wireshark \
   xchat \
   xournal \
   xul-ext-lightning

Web development octopress

apt-get install \
   bundler \
   rake \
   ruby-dev

Crossover

cd /mnt/data/downloads/crossover
dpkg -i crossover_13.0.0-1.deb
apt-get -f install

Other packages

cd /mnt/data/downloads/debs
dpkg -i *.deb
apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment