Tutorials for Fedora (from DistroStuff )

Fedora
bFedora/b (Sulphur).0 Error - HowtoForge Forums | HowtoForge - bLinux/b b.../b

bFedora/b (Sulphur).0 Error Installation/Configuration.

Sat, 15 Nov 2008

Kushal Das: How to install latest Amarok and digikam in Fedora 9

So if you are looking for a way to install latest Amarok or digikam on your system here is a simple solution.

First grab this file and put it on your /etc/yum.repos.d/  Then just

#yum --enablerepo=kde-unstable install amarok digikam

Thanks to Kevin and rdieter for the information.

Tue, 4 Nov 2008

vwbusguy -Scott Williams-: Firefox Minefield in Fedora 9 : Howto and Review


I am writing this post with Mozilla Firefox Minefield.  Minefield is like Firefox’s snapshot window to the future, and from all I can tell, it’s simply awesome.  I’m playing with 3.1b2pre at the moment.  All the rumors about it being faster… are generally true.

It shaved about 3 seconds off of loading CNN.com and news.google.org compared to 3.0.2 on my home broadband connection.  All of my add-ons and plugins (like AdBlock-Plus and adobe flash) carried over from 3.0.2 and work.  Best of all, for being an ‘alpha’, it is already pretty stable.  But because it’s based on a nightly compile, I can’t promise you the same.

————–

How To Install it on Fedora 9 to play with:

1.  Download that tar.bz2 from the nightly compile site.
2.  Extract it to tmp.
3.  Sign in as root (’su -’) in a terminal.
4.  As root in terminal: ‘mv /tmp/firefox /usr/lib/firefox-minefield’
5.  In terminal: ‘exit’ - back to regular user
6.  Close all instances of firefox.
7.  As user in terminal: ‘/usr/lib/firefox-minefield/firefox-bin &’
8.  Enjoy!

Posted in Fedora, Freedom   Tagged: Fedora, firefox, linux, mozilla, open source, software, technology   

Fri, 24 Oct 2008

Valent Turkovic: Bluetooth GPS Fedora howto

Bluetooth GPS Fedora howto
 

If you have bluetooth GPS dongle that you have laying around, or can borrow one from somebody, and like driving a bike or a car around then this is the guide for you.
 

You need to have bluetooth wireless chip already installed on your laptop. If you have a laptop or a desktop without bluetooth you can buy and use USB bluetooth dongle.
 

You can check if you have a bluetooth and that it is working correctly using this command:
hcitool dev

 

Then let’s make sure you have bluetooth service running:
service bluetooth status
 

if it is not running just start it with:
service bluetooth start
 

Turn on your bluetooth GPS dongle and find its bluetooth mac address with this command:
hcitool scan
Scanning …
00:1E:EE:00:11:22 LG KU990
00:02:78:99:FF:00 SJ GPS
00:12:EE:55:00:FF Device01

 

If you find more than one bluetooth device you should know the name of your GPS dongle. My GPS dongle has a “GPS” in its name so it is easy to catch its mac address: 00:02:78:99:FF:00 (SJ GPS)
 

You need to install gpsd and setup bluetooth config files, so let’s first install gpsd:
yum install gpsd -y
 

Then you need to edit bluetooth config file so that gpsd connects automatically to GPS bluetooth dongle.

su -
gedit -etc/bluetooth/rfcomm.conf

 

and add these lines:
 

rfcomm0 {
# Automatically bind the device at startup
bind yes;

# Bluetooth address of the device
device 00:12:EE:55:00:FF;

# RFCOMM channel for the connection
channel 1;

# Description of the connection
comment “GPS Bluetooth dongle”;
}

 

After reboot check if you have /dev/rfcomm0 device with:
ls -al /dev/rfcomm0
 

If after reboot (or you don’t wan’t to reboot) you still don’t have /dev/rfcomm0 then just issue this command:
rfcomm bind rfcomm0
 

Now start gpsd daemon:
gpsd /dev/rfcomm0
 

Now you can start having fun! :)
 

Install gps applications like tangogps, gpsdrive and gpsbabel.
su -
yum install tangogps gpsdrive gpsbabel

 

Now just start tangogps and gpsdrive and enjoy…
 

Fri, 17 Oct 2008

Fedora Linux: A Complete Guide to Red Hat's Community Distribution

This book will get you up to speed quickly on Fedora Linux, a securely-designed Linux distribution that includes a massive selection of free software packages. Fedora is hardened out-of-the-box, it's easy to install, and extensively ...

Thu, 11 Sep 2008

How To Automatically Start Nginx & Fastcgi on Reboot on Fedora Linux

nginx [engine x] is a high quality, light footprint (much ligher than Apache HTTPD), high performance HTTP server and mail proxy server written by Igor Sysoev. nginx is distributed under BSD license unlike its competitor Lighttpd. ...

Sun, 10 Aug 2008

How To Install Fedora Linux On PlayStation 3 ( PS 3 )

Great information on how to install Fedora Linux on PS3. In this article, first in a series, Peter Seebach introduces the features and benefits of PS3 Linux, and explains some of the issues that might benefit from a bit of tweaking. ...

Thu, 7 Aug 2008

How To Create Fedora Linux Based VoIP Solutions Using Asterisk

This article demonstrated how to install Asterisk on a Fedora Linux system and configure SIP users, extensions, and voicemail. We installed all user data into an LDAP database in order to keep it consolidated. ...

Wed, 6 Aug 2008

How To Install Fedora Linux On PlayStation 3 ( PS 3 )

Great information on how to install Fedora Linux on PS3. In this article, first in a series, Peter Seebach introduces the features and benefits of PS3 Linux, and explains some of the issues that might benefit from a bit of tweaking. ...

Tue, 5 Aug 2008

How To Create Fedora Linux Based VoIP Solutions Using Asterisk

This article demonstrated how to install Asterisk on a Fedora Linux system and configure SIP users, extensions, and voicemail. We installed all user data into an LDAP database in order to keep it consolidated. ...

Sun, 3 Aug 2008

How to configure DSL in Fedora Linux

To configure DSL connection in Fedora follow the steps below. Step 1. Go to desktop>Administration> Networkor by typing the comand system-config-network will directly go to the same window. step 2. Now we are at Network Configuration ...

Sun, 27 Jul 2008

How To Create Fedora Linux Based VoIP Solutions Using Asterisk

This article demonstrated how to install Asterisk on a Fedora Linux system and configure SIP users, extensions, and voicemail. We installed all user data into an LDAP database in order to keep it consolidated. ...

Fri, 25 Jul 2008

How to install gcc on redhat linux fedora

You can find these packages by searching for the package name (gcc, cpp, glibc-devel, etc) and selecting the one which is listed as being the newest for your particular issue of Fedora or Redhat Linux. In essence, you will be following ...

Fri, 25 Jul 2008

How To Create Fedora Linux Based VoIP Solutions Using Asterisk

This article demonstrated how to install Asterisk on a Fedora Linux system and configure SIP users, extensions, and voicemail. We installed all user data into an LDAP database in order to keep it consolidated. ...

Fri, 25 Jul 2008

how to setup wireless card in fedora/linux

... 802.11a/b/g/n (rev 03)03:00.0 Multimedia video controller: Conexant Unknown device 8852 (rev02). I am funning fedora core 8 X 86_64.Does anyone know how to get the appropriate drivers for this card andhow to make it run in linux?

Wed, 23 Jul 2008

Three Easy Steps on How to Install Skype on Fedora 9

Linux growth and community exposures continues gradually and steadily. Nowadays, even new and upcoming commercial applications around are creating their own released versions for Linux OS and for the community to use. ...

Fri, 11 Jul 2008

Installing Fedora 9 Sulphur - Step-by-step installation guide with ...

And, before you reach the Fedora desktop, you must do a one-time general system configuration. That's it! Now log in to your new Linux operating system and enjoy the ultimate, spectacular, breathtaking Fedora 9 Linux distribution! ...

Thu, 10 Jul 2008

How to install a virus in Fedora Linux.

People keep asking me why Linux is so hardened against viruses, so here’s what it would take to install a theoretical Fedora virus (Not that there are any):. NOTE: These steps are a joke! Do NOT do anything I say below!!!!!!! 1. ...

Sun, 22 Jun 2008

How to Configure Samba on Fedora Linux Samba can be used to allow ...

This file, located at /etc/samba/smb.conf, allows you to specify which resources on the linux machine you wish to share and who they can be accessed by. Below steps are followed to configure samba in Fedora Linux. ...

Wed, 11 Jun 2008

How To Install VMware Server (Version 1.0.6) On A Fedora 9 Desktop

This tutorial provides step-by-step instructions on how to install VMware Server (version 1.0.6) on a Fedora 9 desktop system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, ...

Mon, 2 Jun 2008

Fedora Installation tutorials

Fedora Linux Installation. Only 22 Steps towards a fully functional Linux installation. Step 1. Boot from DVD. Step 2. Click Next. Step 3. Choose English. step 4. Choose US english. step 5. Choose DHCP and click next ...

Sun, 25 May 2008

Enforce User Guidelines And Restrictions With Sabayon On Fedora 8 ...

HowtoForge: "This document describes how to set up and use Sabayon on Fedora 8..." Read More... [Source: Linux Today - Posted by FreeAutoBlogger]

Mon, 12 May 2008

Protect Your Files With TrueCrypt 5 On Fedora 8 | HowtoForge ...

Taken from the TrueCrypt page: "TrueCrypt is a software system for establishing and maintaining an on-the-fly-encrypted volume (data storage device). Protect Your Files With TrueCrypt 5 On Fedora 8 | HowtoForge - Linux Howtos and ...

Sat, 5 Apr 2008

HowTo: PyQt4 and Eric4 on Fedora 7

HowTo: PyQt4 and Eric4 on Fedora 7. Eric4 is a Python IDE with a very long list of good and useful features. But Fedora 7 does not include PyQt4 so, using Eric4 is impossible due to the lack of PyQt4, is it? ...

Sat, 29 Mar 2008

HowTo get the firstboot screen again in Fedora/RedHat

The first time the system boots, the /sbin/init program calls the /etc/rc.d/init.d/firstboot script, which in turn launches the Setup Agent. This application allows the user to install the latest updates as well as additional ...

Tue, 4 Mar 2008

Fedora Core 8 Guide book

ok where can i get a Fedora Core 8 guide like "A practical Guide to Red Hat Linux Fedora core and Red hat Enterprise Linux" because i have one for fedora core 5 that my friend gave me that came with the DVD in the back to install 5 but ...

Thu, 28 Feb 2008

Fedora Core 6 Xen Virtualization How To published on-line at ...

Fedora Core 6 Xen Virtualization How To published on-line at Linuxtopia Learn how to configure Xen based virtualization using the new Fedora Core 6 tools with this new Quick Start Guide.

Tue, 12 Feb 2008

How to set up KVM / Qemu running XP in Fedora 8

on the windows and linux partition fedora java-tea version works fine with remote clip, but you will have to put in the xcb fix. Remote clip works anywhere java with a gui works. So linux to linux or even to a palm OS will work. ...

Fri, 11 Jan 2008

How To Set Up A Local Yum Repository On Fedora 8

This tutorial shows how to create a Fedora 8 yum repository for your local network. Having a local Fedora mirror is good if you have to install multiple systems in your local network because then all needed packages can be downloaded ...

Thu, 3 Jan 2008