Advertisement
bastafidli

Untitled

Apr 25th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Ubuntu 16.04 encrypted RAID volumes
  2.  
  3. Install 16.04 server
  4. 1.0GB RAID 1 unecrypted /boot
  5. 80G RAID 1 encrypted / (root)
  6. 2 x 8G encrypted swap
  7. 300G RAID 1 encypted /home
  8.  
  9. Manual KDE install
  10. http://askubuntu.com/questions/476178/how-do-i-install-kde-on-ubuntu-server
  11. apt-get install kubuntu-desktop
  12.  
  13. Nvidia driver install
  14. http://askubuntu.com/questions/761429/kubuntu-16-04-driver-mananger-broken/761582
  15. sudo ubuntu-drivers devices
  16. sudo apt-get install nvidia-361
  17.  
  18. http://askubuntu.com/questions/580403/how-to-install-kde-plasma-with-lightdm-instead-of-kdm
  19. #sudo apt-get install lightdm-webkit-greeter --no-install-recommends
  20. sudo apt-get install lightdm-gtk-greeter
  21. sudo apt-get install light-locker
  22. sudo apt-get install lightdm --no-install-recommends
  23.  
  24. sudo nano /etc/lightdm/lightdm-kde-greeter.conf
  25.  
  26. https://bbs.archlinux.org/viewtopic.php?id=161708
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement