I love the new Android Roboto font family and it looks good on my Fedora 16 install. Here’s how you can get it into your Fedora 16. 1. Change to root user # su – 2. Create the the roboto directory # cd /usr/share/fonts/ # mkdir roboto # cd roboto 3. Download the roboto font [...]
I’ve been using Google’s Music locker / streaming service for awhile now. You get to upload 20,000 tracks and getting them on is a breeze with Google’s Music Manager. I’m running Fedora 16 now and here’s I got Google Music Manager running on it. 1. Get into your home downloads directory. # cd ~/Downloads 2. [...]
1. Let’s work from your Downloads folder. cd ~/Downloads 2. Download the Ubuntu Fonts package from Ubuntu. wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip 3. Extra the downloaded zip file. unzip ubuntu-font-family-0.80.zip 4. Rename the extracted directory. (Not a must) mv ubuntu-font-family-0.80 ubuntu-font-family 5. Copy the extracted directory to the system shared fonts directory. su -c ‘cp -rv ubuntu-font-family /usr/share/fonts/’ [...]
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”