Category: Fedora
15 April, 2009 (12:09) | Fedora, Linux, Reference, Ubuntu | 3 comments
Tags: Fedora, iptables, Linux, Tutorial, Ubuntu
Iptables is the default and powerful firewall that works on almost all Linux version including Ubuntu and Fedora. Here I have listed some important commands and a short description of each command for quick help. It can help people who already know little Iptables. manage chain: # iptables -N new_chain // create a chain # [...]
21 September, 2008 (01:40) | Fedora, Linux, Reference, Ubuntu | 4 comments
Tags: Boot, Fedora, GRUB, Linux, Troublshooting, Tutorial, Ubuntu
Running linux with windows in dual boot mode is not hassle free at all. Specially if you reinstall or repair windows, your linux system will disappear. As a newbie you may stop using linux or reinstall it again instead of solving the problem. In this article I will share my experience on how to recover [...]
20 July, 2008 (00:03) | Fedora, Linux, Reference | 2 comments
Tags: Fedora, Linux
I receives lots of call from my friends to help them fixing mp3 problem in fedora. Some of them already have internet connection to their fedora box. Here is a single command what can solve the problem if you have internet connection. # yum -y install gstreamer* This command will automatically find, download and install [...]
19 July, 2008 (22:19) | Fedora, Linux, Reference | 7 comments
Tags: Fedora, GPRS, Linux, Tutorial
This is how I connect to internet from fedora box using my motorola L6 GPRS modem. I use this procedure with Teletalk connection. After a fresh fedora installation I enter the following command in the shell. This command creates a wvdial configuration file for my modem. # wvdialconf /etc/wvdial.conf Now I need to modify some [...]