daily pastebin goal
40%
SHARE
TWEET

Untitled

a guest Oct 5th, 2012 19 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Ubuntu server minimum install
  2.  
  3.  
  4. First, install Ubuntu Server selecting:
  5. Guided – use entire disk (same type as the Desktop version)
  6. Select:
  7. Install security updates automatically (optional)
  8. During the install select:
  9. OpenSSH server (recommended)
  10. LAMP Server (optional)
  11. Print server (recommended for network printing)
  12. Samba file server (recommended on Windows networks)
  13. *If asked, be sure to enter a password for mysql and write it down.
  14.  
  15. Boot the new OS, and then:
  16.  
  17. sudo apt-get update
  18. sudo apt-get dist-upgrade
  19.  
  20. Next install the basic Unity desktop:
  21. sudo apt-get install --no-install-recommends ubuntu-desktop
  22. reboot
  23.  
  24. To remove the Guest login:
  25. sudo nano /etc/lightdm/lightdm.conf
  26. Add this line to the end:
  27. allow-guest=false
  28.  
  29. Then install:
  30. (These are required for Dash and Nautilus)
  31. sudo apt-get install unity-lens-applications gvfs-backends
  32.  
  33. Now is the time to install some needed programs:
  34. sudo apt-get install firefox gnome-disk-utility gparted ntp
  35. sudo apt-get install mailutils nullmailer smartmontools
  36. sudo dpkg-reconfigure nullmailer (if needed)
  37. sudo apt-get install --no-install-recommends gnome-panel (to create launchers)
  38. then:
  39. gnome-desktop-item-edit ~/Desktop/ --create-new
  40.  
  41.  
  42. And then to clean up...
  43. sudo apt-get autoremove
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top