Changes between Version 5 and Version 6 of UbuntuDesktopInstall
- Timestamp:
- Sep 10, 2011, 10:29:37 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuDesktopInstall
v5 v6 5 5 $ sudo apt-get install minicom screen cu subversion build-essentials terminator vim cssh apache2 6 6 7 = .profile =7 = $HOME/.profile = 8 8 {{{ 9 9 $ cat <<'EOF' >> $HOME/.profile … … 14 14 EOF 15 15 }}} 16 17 = $HOME/.config/terminator/config 18 {{{ 19 $ mkdir -p $HOME/.config/terminator 20 $ cat <<'EOF' > $HOME/.config/terminator/config 21 # This is a comment 22 [global_config] 23 24 [keybindings] 25 26 [profiles] 27 [[default]] 28 custom_command = bash -l 29 use_custom_command = True 30 scroll_on_output = False 31 scrollback_infinite = True 32 EOF