Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Guides & Solutions (No Questions)

Guides & Solutions (No Questions) Post your guides here. You can also add your comments to a guide, but don't start a thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2004-11-15, 09:01 AM CST
taylor65 Offline
Registered User
 
Join Date: Jan 2004
Posts: 806
How-to setup FC3 for average desktop

These are things I did to make FC3 (Fedora Core 3) more usable as a desktop for mysefl, and I figured some others out there would like to do the same steps. If you are setting up a server or laptop, you don't want to do all these steps since I disable many server daemons and laptop utilities. These steps were taken on an HP a720n.

Downloading FC3:
- I downloaded the DVD .iso via the bittorrent network.
- Use the torrent because most file transfer methods aren’t capable of doing that large a download, plus you usually end up with corrupt files if you try to ftp the iso files.
- I use the gui front-end azureus for running bittorrent. It’s very easy. Download at azureus.sourceforge.net. Azureus runs on all OSs that have java.
- After downloading my .iso file(s), I leave my machine running azureus for a few days so others can get the files also

Pre-Installation:
I have a PC that had XP installed on it. In order to dual boot, I had to remove space from the XP partition to make room for FC3 (unlike some other linux distributions, the FC3 installer doesn’t have the ability to take space away from the XP partition). I use Partition Magic to do this (about $30 US). I set aside a chunk of disk space with Partition Magic as ext3 filesystem (I would suggest no less than 10GB for linux).

Installation:
While installing FC3, I ran into a bug that prevented me from using the auto partition. I had to partition it manually with Disk Druid. I assigned the ‘/boot’ partition as ext3 100MB, the swap partition as swap of 2x memory, and the ‘/’ partition as ext3 with all the remaining linux space. I set the GRUB parameters to be able to boot from 3 different paritions. The first partition is the /boot partition (that will be automatically selected). The second partition is Windows XP and the third is the Windows XP restore partition. You can tell the difference between the two Windows partitions by their filesystem type – Windows XP is ‘ntfs’, while the restore partition is ‘vfat’. I set SELinux to disable, chose custom install and chose the ‘everything’ option at the bottom of the package list page.

Post-installation:
I disabled many daemons (processes) that I don’t use. Do this by going into System Settings -> Server Settings -> Services. From there, I unchecked the following services: apmd, arptables_if, auth, canna, gpm, ip6tables, isdn, mDNSResponder, mdmonitor, nfslock, nifd, pcmci, rhnsd, rpcgssd, rpcidmapd, rpcsvcgssd, sendmail, sshd. This will help speed up booting.

Next, I disabled many cron jobs (automated scripts that run at certain times). I do this by creating a new directory that cron doesn’t use and moving scripts into that directory. This way I still have the scripts, rather than just deleting them. As root, I did ‘mkdir /etc/cron.never’. Then I moved the following files from /etc/cron.daily to /etc/cron.never: squirrelmail.cron, 00webalizer, cyrus-imapd, inn-cron-expire, tetex.cron, yum.cron, certwatch, slrnpull-expire, yum.cron. Then, I moved the following files from /etc/cron.daily to /etc/cron.monthly: slocate.cron, prelink, makewhatis.cron. This will help speed up use of FC3 if you only turn your PC on when you're using it, like I do, because many of these cron jobs run when you first boot up.

Firewire:
To enable firewire, I added the following 2 lines to /etc/rc.local:
mknod –m 666 /dev/raw1394 c 171 0
/sbin/modprobe raw1394

USB 2.0:
I wasn’t able to get USB 2.0 to work with my USB 2.0 flash disk on a USB 2.0 port. I had to buy an external USB 1.1-only hub and plug the flash disk into that for it to work.

Playing CDs:
I wasn’t able to play CDs, or burn CDs or burn DVDs as a normal user. To fix, run, as root, ‘up2date udev’ to fix that.

Adding more software:
I use synaptic for installing new software because it’s very easy. However, synaptic isn’t installed with the FC3 disks, so the following is what I did, using java as an example program that I added:
1 - add dag repository to yum by creating a file called /etc/yum.repos.d/dag.repo and put the following 5 lines into the file:
[dag]
name=Dag
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/
enabled=1
gpgcheck=0
2 - Install gpg keys for dag (rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt)
3 - Install synaptic (yum install synaptic)
4 - Run synaptic (System Settings -> Synaptic Package Manager)
5 - Click Refresh
6 - Click Find and look for j2re
7 - Mark mozilla-j2re for installation (right-click -> Mark for Installation)
8 - Click Apply
9 - Done. Mozilla and Firefox now have java.
10 - Do the same for flash and anything else you want to install. Some popular programs are mozilla-flash (for flash within a browser), mozilla-totem-xine (to play movies within a browser like mozilla or firefox), etc.


Realplayer:
- Install Realplayer (download RealPlayer10GOLD.bin from www.real.com and as root run ./RealPlayer10GOLD.bin)

Wondering how you can help with the open source community? I’m not a programmer, so here’s what I do:
- Write how-to docs
- Answer questions on a forum (www.fedoraforum.org for one)
- Report bugs to bugzilla.redhat.com (check forums first to see if it’s already been solved)
- Try test releases
- E-mail vendors, ask them to port programs to linux (like shockwave, HP printing software, ESPN video, etc.)
- E-mail vendors that support linux and tell them thanks (Sun for java, Macromedia for flash, Real for realplayer, hp for hpoj scanning driver, etc).
Reply With Quote
  #2  
Old 2004-12-11, 08:33 PM CST
RamR0d Offline
Registered User
 
Join Date: Dec 2004
Posts: 6
I actually disagree with your comment on downloads. Downloading ISO images from torrent files is very risky. They could have been modified and most people would have no idea on how to check the varacity. I definately recommend to download only from the FC3 site as this also provides a MD5 checksum so you know what you are getting. I downloaded the ISOs from FC3 using LeechFTP (freeware) and completed all FC3 and RPM ISO in 2 days on my broadband.
Reply With Quote
  #3  
Old 2004-12-12, 08:49 AM CST
taylor65 Offline
Registered User
 
Join Date: Jan 2004
Posts: 806
that's incorrect, the files downloaded via bittorrent are checked with md5 to verify they are valid, so there is no chance of tampered code getting into the iso images. bittorrent is the best way to go.
Reply With Quote
  #4  
Old 2004-12-12, 11:38 AM CST
RamR0d Offline
Registered User
 
Join Date: Dec 2004
Posts: 6
Not at all! The MD5 check on bittorent only confirms that the torrent created from the ISO has not been tampered. It cannot confirm that the ISO is the original untampered version. You can only perform this check using the MD5 key from the supplier of the ISO and that is FC
Reply With Quote
  #5  
Old 2004-12-12, 04:59 PM CST
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 23
Posts: 7,902
If you don't trust the bittorrent client to check the file, run md5sum on the ISO itself. It should match the ones from the Fedora download site.

Thanks for sharing your install experience.
Reply With Quote
  #6  
Old 2004-12-12, 05:24 PM CST
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 41
Posts: 8,250
And this is from the fedoranews.org contributing articles
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills
Reply With Quote
  #7  
Old 2004-12-22, 04:48 PM CST
Spookster's Avatar
Spookster Offline
Registered User
 
Join Date: Dec 2004
Location: Marion, IA USA
Age: 36
Posts: 165
You can also download the ISOs from www.linuxiso.org. That's where I download all my ISOs from. They also provide the MD5s with each ISO.
Reply With Quote
  #8  
Old 2004-12-25, 07:47 PM CST
Woad_Warrior's Avatar
Woad_Warrior Offline
Registered User
 
Join Date: Dec 2004
Location: Harmony, PA
Posts: 456
ramrod,
the fedora site also has the torrents for all their releases, so your arguement is pointless. plus with bittorrent, you can get the iso's in hours, not days. in fact, just about every distro is encouraging the use of bittorrent to get the images because it cuts down on their already expensive bandwidth. so it's actually in the communities best intrest to use this tool rather than disparrage it.
Reply With Quote
  #9  
Old 2005-01-08, 02:18 PM CST
TestingLinux Offline
Registered User
 
Join Date: Dec 2004
Posts: 17
Cool Thank you Taylor65

Although I am writing on my own behlaf. However I am sure many others will agree with me.

Your post is what newbe's like myself are looking for to help us to get into Linux.
You have made it much easier to undestand and find our ways through the maze and tunnels of Linux.

Much thanks. Please keep them coming.

Reply With Quote
  #10  
Old 2005-01-13, 04:38 AM CST
owakroeger Offline
Registered User
 
Join Date: Apr 2004
Location: Yuma, Arizona
Posts: 431
Thanks, Taylor65, for your well written and informative post. Good stuff.

owa
__________________
owa
Reply With Quote
  #11  
Old 2005-01-13, 05:05 AM CST
bob's Avatar
bob Online
Administrator
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth.
Age: 64
Posts: 16,492
Very good, Taylor. Personally, I did not 'select everything' since that ended up giving me every language option known to man and FC3, plus a ton of server programs that I will never use. Otherwise, a good 'how to' - picked up a couple of tips for my next installation, thanks!
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651

Don't forget to comment when your problem is solved - others will be searching for solutions too!
Reply With Quote
  #12  
Old 2005-01-13, 09:54 AM CST
taylor65 Offline
Registered User
 
Join Date: Jan 2004
Posts: 806
Glad to hear this was useful.
Reply With Quote
  #13  
Old 2005-01-14, 04:46 PM CST
taylor65 Offline
Registered User
 
Join Date: Jan 2004
Posts: 806
Update to this:
To get USB 2.0 to work, I had to disable acpi: http://www.fedoraforum.org/forum/showthread.php?t=31220
Reply With Quote
  #14  
Old 2005-01-14, 06:35 PM CST
TestingLinux Offline
Registered User
 
Join Date: Dec 2004
Posts: 17
how can I set my GRUB to start with KDE session instead of the default GNOM?
Reply With Quote
  #15  
Old 2005-01-14, 06:42 PM CST
bob's Avatar
bob Online
Administrator
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth.
Age: 64
Posts: 16,492
Sign in a terminal as root (su) with password and type
switchdesk kde

Another way to change the default desktop is to edit your /etc/sysconfig/desktop as follows:
DESKTOP="KDE"
DISPLAYMANAGER="KDE"
This way, you boot directly into KDE and shutdown without switching to the menu (plus ya get that cute dragon).
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651

Don't forget to comment when your problem is solved - others will be searching for solutions too!

Last edited by justol'bob; 2005-01-14 at 06:47 PM CST.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice on Hardware Setup for Desktop horseatingweeds Hardware 3 2008-08-31 12:46 PM CDT
Remote Desktop setup with gdmsetup sholley General Support 2 2008-05-07 01:14 PM CDT
GNOME and KDE desktop setup ShibbyCoder General Support 3 2007-02-17 06:30 AM CST
Remote Desktop Setup LackeyLad General Support 3 2005-10-13 09:45 PM CDT
Setup KDE as default desktop satimis General Support 7 2004-09-27 09:38 AM CDT

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 08:44 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vBET supports automatic translations