0% found this document useful (0 votes)
32 views1 page

Ubuntu

This document contains instructions for: 1) Installing Dropbox on a Linux system using apt-get commands to add keys and repositories. 2) Downloading and compiling a wireless driver for a Realtek chipset. 3) Configuring environment variables for Java home and path locations, and for proxy settings when using the Android SDK.

Uploaded by

johnzipper
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Ubuntu

This document contains instructions for: 1) Installing Dropbox on a Linux system using apt-get commands to add keys and repositories. 2) Downloading and compiling a wireless driver for a Realtek chipset. 3) Configuring environment variables for Java home and path locations, and for proxy settings when using the Android SDK.

Uploaded by

johnzipper
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 1

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E sudo add-apt-repository "deb http://linux.dropbox.

com/ubuntu $(lsb_release -sc) main" sudo apt-get update && sudo apt-get install nautilus-dropbox

sudo apt-get update sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r` wget -Ohttp://dl.dropbox.com/u/57056576/DRIVERS/REALTEK/rtl_92ce_92se_92de_8723ae_linux_m ac80211_0006.0514.2012.tar.gz | tar -xz cd rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 make sudo make install sudo modprobe rtl8723e

JAVA_HOME=/usr/local/java/jdk1.7.0_07 PATH=$PATH:$HOME/bin:$JAVA_HOME/bin JRE_HOME=/usr/local/java/jre1.7.0_07 PATH=$PATH:$HOME/bin:$JRE_HOME/bin export JAVA_HOME export JRE_HOME export PATH export PATH=${PATH}:~/android-sdk-linux/tools export PATH=${PATH}:~/android-sdk-linux/platform-tools export http_proxy=http://P15%2F29217%2F2009%40students:26t%[email protected]:80/ export https_proxy=https://P15%2F29217%2F2009%40students:26t%[email protected]:80/ export ftp_proxy=ftp://P15%2F29217%2F2009%40students:26t%[email protected]:80/

You might also like