Pages

Wednesday, August 22, 2012

[Ubuntu] RDP clients in Ubuntu

The most recommended is remmina, which could be installed by
sudo apt-get install remmina
but when I used it, the color turn blue, which should be a bug.

another choice: PAC
sudo add-apt-repository "deb http://archive.getdeb.net/ubuntu oneiric-getdeb apps"
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo aptitude install pac

see the reference below to know better about how to install it.


reference:
http://linuxaria.com/recensioni/4-linux-programs-to-open-a-remote-desktop-on-windows?lang=en

Tuesday, August 21, 2012

[Ubuntu] Install oracle-java in Ubuntu

Install the oracle-java by apt-get


#for 12.04 + java7
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

Switch the java to oracle-java

sudo update-java-alternatives -s java-7-oracle