Showing posts with label chrome. Show all posts
Showing posts with label chrome. Show all posts

Saturday, February 14, 2015

HowTo Install Java Plugins in Google Chrome Firefox in Fedora 18

Step 1:
download Linux x64 RPM in http://www.java.com/en/download/manual.jsp?locale=en

Step 2:
open terminal and type the following
su -
cd /home/**username**/Downloads (replace **username** with yours)
rpm -ivh jre-7u11-linux-x64.rpm
you will see some few errors but its ok

Step 3:

updatedb
locate libnpjp2.so
copy the path of the libnpjp2.so file

Step 4a: (Firefox Users)
cd /home/user/.mozilla/plugins (replace user with your username)
ln -s path/of/libnpjp.so

Step 4b: (Chrome Users)
cd /opt/google/chrome/
mkdir plugins
cd plugins
ln -s path/of/libnpjp.so

Step 5:
close and run your browser. visit other java websites to check your java installation. My java installation wont work in javas website. the circle loading thingy just wont stop loading.

Bonus:
To open the java console, open a terminal (non-root account) then type
cd /usr/java/jre1.7.0_04/bin/
. ControlPanel
Read more »

HowTo Google Chrome from Tagalog to English

Step1: open google chrome
Step2: click the menu button on the upper right and click "Mga Settings"


Step3: type "wika" in the search box and press enter and click on the "Mga setting ng wika at input" button


Step4: drag the :"Filipino" at the bottom, and Drag the Ingles (Estados Unidos) at the top, then press the button "Ipakita ang google chrome sa wikang ito" and press the "Tapos na" button.
**WARNING: DO NOT PUT THE Ingles at the top, always use Ingles (Estados Unidos)**


Step5: restart your browser!
Read more »