Skip navigation.

Fedora

Network Manager Icon Is Not Appearing On The GNOME Panel

You want to connect to a wireless network and you can't figure out how to get the Network Manager icon to appear on the GNOME Panel. How frustrating.

Don't worry, here's how you can sort it out.

You have to make sure that

  1. Network Manager service is started and
  2. You have enabled the Network Manager Applet

Below are the steps you need to follow to get Network Manger icon to appear on the GNOME Panel


Step 1: Install Network Manager if not done already
yum install NetworkManager

Step 2: Start the Network Manager service

Getting AR242x 802.11abg Wireless PCI Express Adapter To Work On Fedora 9

Last week I helped a friend configure wireless driver on his brand new HP Compaq Notebook PC. Fedora 9 X86_64 did not detect the wireless device automatically.

The first thing I did was list all PCI devices on the laptop PC.

lspci

At the end of the output I noticed

03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)

Tip Of The Day - Disable PackageKit Update Applet

PackageKit is intended to be a great feature introduced in Fedora 9. Certainly not for me and like minded. It is rather an annoyance. It tries to update software on the computer without giving much information. It launches itself when you login to gnome and starts doing package management mysteriously. It corrupted my RPM database today. I had to rebuild the RPM database to get yum working again. Yum would simply hang and the yum processes never finished. They kept on running in the background. I thought disabling it would be a good idea.

7 Easy Steps To Play Music And Video In Fedora 8

How to play music and video(MP3, MPEG, AVI, FLV and other multimedia files) in Fedora 8?

Due to patent encumbrance codecs required to play some proprietary file formats are not shipped with Fedora 8. Codecs are the programs that encode and decode digital data. These codecs are available in the livna repository for Fedora 8. You will be able to play mpeg, mp3, avi, flv and other commonly used file formats for music and video. You will require an Internet connection to download and install these packages on your computer.

If you are using Fedora 7 proceed to this blog post.

Let us get started. Are you ready?

12 Red Hat/Fedora/CentOS And Ubuntu Cross Reference Commands And Configuration Files

  • Have you used Fedora/Red Hat/CentOS before and looking for equivalent commands in Ubuntu?
  • Are you a Fedora/Red Hat/CentOS user looking for configuration files location in Ubuntu?
  • Vice-versa?

If you answered yes to any of the above, read on. I am trying to help you start using Ubuntu without much Googling.

This post provides a brief introduction on available Fedora/Red Hat/CentOS equivalent commands in Ubuntu. This will also be handy for Ubuntu users that have delved into the Red Hat/Fedora/CentOS world.

Things To Do After Installing Fedora

Everybody has their own personal preferences in all walks of life. Desktop computer is no different. Every time I install Fedora, I immediately change few settings. The default settings in some applications may not appeal to every body. They certainly don't, for me at least. I will not discuss configuring network, Internet, printer, audio and video drivers in this post because they are more of necessity than personal preferences. Here goes the list.

Nautilus: The first time you open nautilus(aka File Manager), you will notice each folder opening in different windows. Click on your home folder icon on the desktop and click on few other folders. Your desktop looks clumsy with a whole slew of unwanted windows. The fix:

1. Open File Management Preferences. Click System>Preferences>Personal>File Management. You can also open it by launching a nautilus window and then clicking on Edit and then Preferences.
2. Click the Behavior tab on the File Management Preferences window.
3. Select "Single click to open items"
4. Select "Always open in browser windows"
5. Click close

This solves one major headache.

Using A Graphical FTP Client

FTP is an acronym that stands for File Transfer Protocol. As the name suggests, FTP is used to transfer data from one computer to another over Internet or through a network. By default, FTP servers listen on port 21 for incoming connections from FTP clients.

An FTP client is a program that allows you to easily move files from your computer to FTP server.

For example, FTP can used to upload Web page files. Those files are normally created on a author's computer and then uploaded to a Web server.

ImageMagick

ImageMagick is a software suite used for image manipulation and display, supporting many image formats. ImageMagick software mainly uses command line interface for image manipulation. You can use this software to do tasks such as rotate, scale, resize, flip, shear, display and many more. You can do the image manipulation job much faster using command line interface and it is easier to use.

Now, I will walk you through the steps to install ImageMagick software suite. I assume you are running Fedora 8 on your computer.

1. Launch the terminal by clicking

Remote Desktop

Remote Desktop, a software included with Fedora, enables you to connect to remote computer over the internet. Remote desktop will allow you to see and control your connected PC as though you were sitting directly in front of it. In this post, I will discuss how to set up remote desktop on Fedora 7. Here, I will refer to local system as “my computer” and other as “remote computer”. The connection will be established over TCP port 5900. Before you proceed, make sure that the port is not blocked by a firewall. I will walk you through the steps to set up remote desktop.

Steps to be performed on "remote computer", i.e., the computer which will be accessed from "my computer":

1. Launch the Remote Desktop Preferences by clicking

System -> Preferences -> Internet and Network -> Remote Desktop

How To Install LAMP

how to install LAMPLAMP is an acronym which stands for Linux, Apache, MySQL and PHP. The letter P also stands for Perl and Python programming languages. LAMP is a free software stack which powers, primarily, web servers. Most GNU/Linux distributions bundle these packages in the install media and repositories. Let us take a look at how to install LAMP using Fedora. I will restrict the P in LAMP to PHP only for this article. Perl and Python fans, bear with me.

While installing Fedora you can choose to install "Web Sever" which contains these packages. You can install them later also. Let me walk you through the actual steps to get LAMP working on your computer. I assume you are running Fedora 8 on your computer.

1. Launch the terminal by clicking

Applications>System Tools>Terminal

Syndicate content