If you need rpmforge on your Fedora 15, here’s how. wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm
JDownloader is my favourite 1-Click-Hosters download manager. Installing it on Fedora is easy. Here’s how, 1. Fire up a terminal 2.wget http://212.117.163.148/jd.sh 3.chmod +x jd.sh 4../jd.sh 5. Wait till the install completes and you can enjoy JDownloader. 6. To start JDownloader moving forward simply run “./jd.sh”
Many have been complaining of their chrome extensions crashing in Fedora 15. In my case it was LastPass and Xmarks. The issue is caused by SELinux and the quick fix is to disable SELinux. Here’s how you get it done; 1. Fire up a terminal 2. cd to /etc/selinux/ 3. vi the “config” file. 4. Change “SELINUX=enforcing” [...]
RPM Fusion for Fedora 15 is not published yet but thanks to Rajaseelan you can now get it. Read the HowTo
1. Pull up a console and su to root. [danesh@jackal ~]$ su – 2. Grab the latest vesion of Adobe AIR from Adobe’s download page. [root@jackal ~]# wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin 3. Make the .bin file executable by using the chmod command. [root@jackal ~]# chmod +x AdobeAIRInstaller.bin 4. Execute the .bin file. [root@jackal ~]# ./AdobeAIRInstaller.bin Follow the [...]