leto12

KVM nebula sur Debian 8.0

Apr 7th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ------ Config Debian -------
  2. apt-get update
  3. apt-get upgrade
  4. --- Gnome + Startx ------
  5. apt-get install gnome
  6. aptitude install xorg
  7. ---- VNC -----
  8. apt-get install tightvncserver
  9. tightvncserver
  10. wget -O $HOME/.vnc/xstartup --no-check-certificate https://raw.github.com/yvangodard/Scripts-Utiles/master/xstartup
  11. killall Xtightvnc
  12. wget -O /etc/init.d/vnc --no-check-certificate https://raw.github.com/yvangodard/Scripts-Utiles/master/init.d/vnc
  13. chmod a+rx /etc/init.d/vnc
  14. update-rc.d vnc defaults 20
  15. /etc/init.d/vnc start
  16.  
  17. ----- Installation KVM ------
  18. aptitude install qemu-kvm
Advertisement
Add Comment
Please, Sign In to add comment