Changes between Version 1 and Version 2 of UbuntuDesktopInstall


Ignore:
Timestamp:
09/10/11 09:51:22 (13 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuDesktopInstall

    v1 v2  
    44= Packages =
    55 $ sudo apt-get install minicom screen cu subversion build-essentials terminator vim cssh apache2
     6
     7= .profile =
     8{{{
     9$ cat <<EOF >> $HOME/.profile
     10export PATH="$PATH:~/android-sdk-linux_x86/platform-tools/"
     11
     12export EDITOR=vim
     13alias mykey="ssh-add -t 7200 $HOME/.ssh/rickvanderzwet"
     14EOF
     15}}}