Posts

Showing posts with the label Linux

My Fedora 16 Top Configuration and Application

Image
When I switch my laptop OS from Ubuntu 10.04 to Fedora 16, I really stuck with it. Running in Gnome 3, the interface has a big changes. As usual, after the installation of the OS, time to get some of my favorite settings up. 1. Restricted RPMS MP3 codec doesn't come in free with Fedora neither Ubuntu due to it was license. We can get the RPMS from RPM fusion. http://rpmfusion.org/ Just run the following command in the terminal: su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm' To install the gstreamer and ffmpeg for better multimedia playback such as mp3 files; run the following command: sudo yum install gstreamer-plugins-bad gstreamer-plugins-bad-free-extras gstreamer-plugins-bad-nonfree gstreamer-plugins-ugly gstreamer-ffmpeg 2. VLC player Once you have the RPM fusion, you can grab VLC player from there. ...

Emesene

Image
I try Empathy, Pidgin, aMSN and Emesene. After all, I still choose Emesene. Good enough for me. To install, run the following command from terminal. sudo apt-get install emesene Once installation completed, several things I will do. Go to System > Preferences > Startup Applications , add emesene into startup program. For some people, their wireless connection may not connect immediately when boot up. This will cause connection error on emesene. What you can do is add a delay to the application startup. Enter the command: bash -c "sleep ; emesene" bash -c "sleep 30; emesene" On the Emesene, go to Options > Plugins. Check on CurrentSong > Configure. As for my case, I choose Rhythmbox as my music player. You can have Lastfm, Songbird, VLC and etc. Once done, just press on the music icon to enable or disable the current song. Not only that, you can enable others features such as gmailNotify, Facebook and etc. All the plugin comes along by default and you ca...

Top 10 applications to be install in my Ubuntu

Image
I had been using Ubuntu for quite sometimes. I can't recall when but it was since 6.06LTS (Dapper Drake). It was introduce by my ex-colleague. Back then, Ubuntu was so limited features. I use to have dual boot, Windows XP and Ubuntu. After several release still dual boot. I can't let go Windows and most of the time I'm using Windows. From time to time, my system always infected with virus. I purchase original Antivirus, yet still infected by virus. Time to time, Ubuntu getting mature and stable. More features arrive and getting user friendly. I decided to go for Ubuntu permanently. Being using it for a year plus and still happy using it. I'm currently using Ubuntu 10.10 (Maverick Meerkat). Although Ubuntu comes with lots of built-in applications, still I feel there are some applications which I prefer using. 1. Ubuntu Restricted Extras Some applications we may need it but not bundle along with Ubuntu due to legal issues. Example mp3, flash, java , some codecs and fonts...