Fedora
Gmail Video Chat is now available in Fedora
Submitted by Richard on Wed, 09/01/2010 - 22:39RPM version of Gmail video chat for Fedora is now available for download.
You can download the file from http://www.google.com/chat/video/download.html
Gmail video chat is now available for Linux Users
Submitted by Richard on Sat, 08/21/2010 - 03:01Gmail video chat now supports Linux, but it supports Debian/Ubuntu systems for now. RPM version for Red Hat/Fedora will be available soon.
You can download the plugin here.
Source: http://gmailblog.blogspot.com/2010/08/use-linux-now-you-can-video-chat-t...
How to install and configure VNC in Fedora 12
Submitted by Richard on Sat, 07/24/2010 - 00:33Open up your terminal and install tigervnc via yum.
Type this command in your terminal:
Edit the VNC configuration file
and append these lines:
VNCSERVERS="1:user" VNCSERVERARGS[1]="-geometry 800x600 -depth 16"
Where VNCSERVERS= is for configuring the username. full story »
How to disable IPV6 in Fedora 12 and CentOS 5.5
Submitted by Richard on Tue, 07/20/2010 - 23:44This is a quick tutorial on disabling IPV6 in Fedora 12 and CentOS 5.5
Stop ip6tables service and disable it from starting automatically at system boot.
chkconfig ip6tables off
Converting Excel files to CSV in Linux
Submitted by Richard on Sun, 03/21/2010 - 04:56Install xls2csv
To convert your xls file to csv, just type this command:
This script is very useful if you have a lot of excel files to convert. This will help you save a lot of time than converting it one by one.
- #!/bin/bash
- ls *.xls | while read file
- do
- filename=`echo $file | cut -d . -f 1`
- xls2csv "$file" > "$filename".csv
- done
How to configure Java plugin in Google Chrome beta in Fedora 12
Submitted by Richard on Sun, 02/21/2010 - 07:29If you don't have a Java Runtime Environment installed in your system, you can follow this guide. Download and install the beta version of Google Chrome for linux from here or install it using yum, you can follow my tutorial here. full story »
How to configure nautilus to open new window in same folder in Fedora
Submitted by Richard on Mon, 11/02/2009 - 07:24Open System->Preferences->File Management
Check the box that marked “Always open in browser windows.”
How to install Compiz Fusion in Fedora 11
Submitted by Richard on Sun, 11/01/2009 - 08:38This guide assumes that you have video card that supports 3d acceleration installed in your system.
To install compiz fusion, open up your terminal and type this command:
Then go to System->Preferences->Startup Applications.
How to install NVIDIA proprietary graphics driver in Fedora 11 using yum
Submitted by Richard on Sun, 11/01/2009 - 08:33Why install this driver?
Your NVIDIA video card will work on your Fedora 11 box without this driver, however if you want to enable the 3D acceleration (if you want to use Compiz Fsuion) you need to install it.
Which driver to use?
The latest nvidia driver: This is a proprietary driver that works with newer nvidia cards.
The legacy nvidia driver: This is also a proprietary driver, but it works with older nvidia cards.
Current list of Legacy NVIDIA drivers:
- Legacy version (173.xx series)
- Legacy version (96.xx series)
- Legacy version (71.xx series) Note: This driver is not available in RPM Fusion repository.
More from this website.
You need to identify which nvidia driver is ideal for your video card. Open up your terminal and type this command: full story »
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.



Recent comments
20 hours 32 min ago
1 week 3 days ago
2 weeks 6 days ago
5 weeks 6 days ago
6 weeks 8 hours ago
6 weeks 9 hours ago
6 weeks 21 hours ago
6 weeks 21 hours ago
6 weeks 3 days ago
9 weeks 5 days ago