October 2009
How to make totem media player play wma, mp3 and real audio in Fedora 11
Submitted by Richard on Thu, 10/29/2009 - 00:02Install xine backend.
Since totem uses gstreamer as its default backend, we need to change its backend to use xine. To do it, just type the command:
You can now play mp3, wma and real audio using totem media player. To know more about xine, please click this link.
How to install latest flash plugin for firefox in Fedora 11
Submitted by Richard on Wed, 10/28/2009 - 23:56Adobe flash player is available via yum. To download flash player, enable adobe yum repo using this command:
After enabling the repo, install the flash player plugin. Type this command:
Flash player is now installed in your system, just restart your firefox if is currently running and you can now watch flash content in your browser.
How to install Sun Java Runtime Environment (JRE) in Fedora 11
Submitted by Richard on Thu, 10/15/2009 - 08:16This is a straightforward tutorial on how to install Sun Java Runtime Environment (JRE) in Fedora 11.
1. Go to the site below and grab the latest version of Java Runtime Environment.
http://java.sun.com/javase/downloads/index.jsp
2. After downloading the file, make the file executable
and install.
3. After the installation, you need to configure your system to use the newly installed Java Runtime Environment.
alternatives --config java
During the installation of your Fedora 11 CD or DVD, the OpenJDK 6 development and runtime packages are installed by default.
There are 3 programs which provide 'java'. Selection Command ----------------------------------------------- *+ 1 /usr/lib/jvm/jre-1.6.0-openjdk/bin/java 2 /usr/lib/jvm/jre-1.5.0-gcj/bin/java 3 /usr/java/default/bin/java Enter to keep the current selection[+], or type selection number: 3
Enter "3" to change it to your newly installed Java Runtime Environment.
Verify your version of java using this command: full story »
RPM Fusion's Kdenlive error
Submitted by Richard on Wed, 10/14/2009 - 07:13I've got this strange error below when I upgraded my Kdenlive 0.7.4 to 0.7.5 from "RPM Fusion repository".
To fix the problem, you have to delete the file "~/.kde/share/config/kdenliverc" because of wrong MLT binary name in it.
How to show MySQL table details?
Submitted by Richard on Wed, 10/14/2009 - 06:17Issue this command in your MySQL prompt to show table column detail.
or
The display would be as follows: full story »
How display database tables in MySQL?
Submitted by Richard on Wed, 10/14/2009 - 06:13Switch to a database you want to use using this command:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
Once you have selected the database, just type this command to show all the tables inside it.
The database tables are shown below. full story »
How to delete MySQL database?
Submitted by Richard on Wed, 10/14/2009 - 06:09To delete MySQL database, just simply type this command inside MySQL terminal.
Query OK, 0 rows affected (0.07 sec)
How to create MySQL database using mysqladmin command?
Submitted by Richard on Wed, 10/14/2009 - 06:04To create MySQL database using mysqladmin command, type this command in your terminal.
How to create MySQL database?
Submitted by Richard on Wed, 10/14/2009 - 06:01Login to your MySQL database server
and type this command:
Query OK, 1 row affected (0.00 sec)
To check your newly created database, type this command:
- +--------------------+
- | Database |
- +--------------------+
- | information_schema |
- | mysql |
- | test |
- | test_db |
- +--------------------+
- 4 rows in set (0.00 sec)





Recent comments
5 days 2 hours ago
5 days 18 hours ago
5 days 19 hours ago
6 days 7 hours ago
6 days 7 hours ago
1 week 1 day ago
4 weeks 4 days ago
9 weeks 5 days ago
9 weeks 5 days ago
10 weeks 15 hours ago