Press Ctrl + Alt + T to open terminal :
sudo lshw
(more info : sudo lshw -help )and output file like
sudo lshw -html > info.html
sudo lshw
(more info : sudo lshw -help )and output file like
sudo lshw -html > info.html
sudo add-apt-repository ppa:eugenesan/java sudo apt-get update sudo apt-get install oracle-java7-installer
sudo gedit /var/lib/dpkg/info/oracle-java7-installer.postinst
echo "Downloading..." rm -f $FILENAME WGETRC=wgetrc wget $PARTNER_URL || fp_exit_with_error "download failed" rm -f wgetrc echo "Download done."
echo "Downloading..." #rm -f $FILENAME #WGETRC=wgetrc wget $PARTNER_URL #|| fp_exit_with_error "download failed" #rm -f wgetrc echo "Download done."
sudo apt-get install oracle-java7-installer