Erinevus lehekülje "Proxmox VE 3.x" redaktsioonide vahel
Allikas: Kuutõrvaja
4. rida: | 4. rida: | ||
[[Pilt:Screen-Add-HA-managed VM-CT.png]] | [[Pilt:Screen-Add-HA-managed VM-CT.png]] | ||
+ | |||
+ | ===Ubuntus java paikaseadmine=== | ||
+ | |||
+ | |||
+ | How to switch Firefox Java plugin to Sun Java on Ubuntu Linux | ||
+ | |||
+ | Open Synaptic and go to Settings -> Repositories -> Other Software and activate the Canonical partner repo. Now close Synaptic, fire up a terminal and run the following commands in order, selecting Sun Java (java-6-sun) where appropriate: | ||
+ | |||
+ | sudo apt-get update | ||
+ | sudo apt-get install sun-java6-bin sun-java6-fonts sun-java6-jdk sun-java6-plugin | ||
+ | sudo update-alternatives --config java | ||
+ | |||
+ | The tricky part is: even when you have Sun's Java runtime installed, Firefox will still default to the open source IcedTea plugin, unless you tell it not to. Run the following command and select Sun's Java web browser plugin: | ||
+ | |||
+ | sudo update-alternatives --config mozilla-javaplugin.so |
Redaktsioon: 3. mai 2012, kell 13:21
TODO
Võrreldes varasema versiooniga on kasutajaliides põhjalikult ümber kirjutatud-disainitud.
Ubuntus java paikaseadmine
How to switch Firefox Java plugin to Sun Java on Ubuntu Linux
Open Synaptic and go to Settings -> Repositories -> Other Software and activate the Canonical partner repo. Now close Synaptic, fire up a terminal and run the following commands in order, selecting Sun Java (java-6-sun) where appropriate:
sudo apt-get update sudo apt-get install sun-java6-bin sun-java6-fonts sun-java6-jdk sun-java6-plugin sudo update-alternatives --config java
The tricky part is: even when you have Sun's Java runtime installed, Firefox will still default to the open source IcedTea plugin, unless you tell it not to. Run the following command and select Sun's Java web browser plugin:
sudo update-alternatives --config mozilla-javaplugin.so