Never ask how to use, just wonder how to make...
Showing posts with label fedora. Show all posts
Showing posts with label fedora. Show all posts

Jun 9, 2012

Install SkypeTab-NG on Fedora


SkypeTab-ng is a program that adds tabs to Skype™ for Linux (ng stands for next generation).
SkypeTab-ng on Github: https://github.com/kekekeks/skypetab-ng

To install it on Fedora 16-17, just run following command as root

rpm -Uvh "http://widehat.opensuse.org/repositories/home:/keks-n:/skypetab-ng/Fedora_16/noarch/skypetab-ng-0.4.10-23.1.noarch.rpm"
For other instructions (other distro, description), see see here.

May 24, 2012

How to fix Java for Google Chrome on Fedora

First, you need to install latest version of Java. You can download it from here.

Next, restart Google Chrome browser. If the problem is not solved, execute these commands as root:

# mkdir /opt/google/chrome/plugins 
# ln -s ln -s /usr/java/jre1.7.0_04/lib/i386/libnpjp2.so /opt/google/chrome/plugins/libnpjp2.so 
That's all.