Changes between Version 1 and Version 2 of UbuntuDesktopInstall
- Timestamp:
- Sep 10, 2011, 9:51:22 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuDesktopInstall
v1 v2 4 4 = Packages = 5 5 $ sudo apt-get install minicom screen cu subversion build-essentials terminator vim cssh apache2 6 7 = .profile = 8 {{{ 9 $ cat <<EOF >> $HOME/.profile 10 export PATH="$PATH:~/android-sdk-linux_x86/platform-tools/" 11 12 export EDITOR=vim 13 alias mykey="ssh-add -t 7200 $HOME/.ssh/rickvanderzwet" 14 EOF 15 }}}