Optional: Linux Mint Mate Desktop
← Older revision
Revision as of 13:02, 25 November 2016
(7 intermediate revisions by the same user not shown)
Line 7:
Line 7:
Just install the standard Proxmox VE, following this guide: [[Installation]]
Just install the standard Proxmox VE, following this guide: [[Installation]]
−
Custom installations: [[Install Proxmox VE on Debian
Wheezy
]]
+
Custom installations: [[Install Proxmox VE on Debian
Jessie
]]
== Install X-windows ==
== Install X-windows ==
Update your repository and system by running:
Update your repository and system by running:
−
aptitude
update &&
aptitude full
-upgrade
+
apt-get
update &&
apt-get dist
-upgrade
I choose xfce4 desktop as this a lightweight desktop environment. If you prefer another one, just replace xfce4 with lxde, gnome, icewm, kde, ...
I choose xfce4 desktop as this a lightweight desktop environment. If you prefer another one, just replace xfce4 with lxde, gnome, icewm, kde, ...
−
aptitude
install xfce4 chromium lightdm
+
apt-get
install xfce4 chromium lightdm
== Start X-windows ==
== Start X-windows ==
Before starting the x-windows, create a normal user with:
Before starting the x-windows, create a normal user with:
−
#
adduser
newusername
+
#
useradd
newusername
Start the login manager:
Start the login manager:
−
service
lightdm
start
+
systemctl start
lightdm
or just reboot.
or just reboot.
−
−
== Install Oracle Java Browser Plugin ==
−
To install Oracle Java, see [[Java_Console_(Ubuntu)]]
−
−
We recommend to install Google Chrome browser, as iceweasel on Squeeze is too outdated.
== Optional: Linux Mint Mate Desktop ==
== Optional: Linux Mint Mate Desktop ==
−
[[
Install Proxmox VE
on Debian Jessie]] did not work, 2015.12.17. Systemd is not up to date.
+
Install
Proxmox VE as described above.
−
−
Install Proxmox ve 4.2
as described above.
+
install from Debian repository.
+
apt-get install mate
+
or install the linuxmit packages see below.
=== Update Apt Sources List===
=== Update Apt Sources List===