Home Search {msgAddContent} Ask question {msgOpenQuestions} Help

Categories

Show all categories

  • No Categories found.

Home

change language


Fedora Core 3 Installation Notes

Fedora Core 3 Installation Notes

Last update: 02-20-2005

Submitted by MadAdmin

These instructions assume a dual boot Windows and Fedora i386 to i686 system with an nVidia GeForce graphics card, an "always on" LAN or broadband connection configured "DHCP", and at least 10 GB of free disk space for the Fedora partition. For the most part the steps should be followed in the order that they were written because certain programs must be installed and certain configurations made in order to facilitate later steps.

Contents:



by Stanton Finley, revised February 11th, 2005
be sure to check here often for updates to this document...

Installation:

  • Download and burn the five Fedora Core 3 CDs from iso images from your nearest mirror site. (You should get FC3-i386-disc1.iso, FC3-i386-disc2.iso, FC3-i386-disc3.iso, FC3-i386-disc4.iso and FC3-i386-rescuecd.iso.)
  • Partition your hard disk with something like one of the disk partition creation/editing tools on the System Rescue CD available at http://www.sysresccd.org/. You could also use a commercial product such as PartitionMagic. You may leave the partition that you wish to use for Fedora as unformatted space. The installation program will format this partition, create swap space within it, and make a directory structure.
  • Configure your bios settings to boot first from the CD drive.
  • Insert the first Fedora Core 3 CD and reboot your machine.
  • At the boot prompt hit enter.
  • Hit enter for "ok" to test your CD media or right arrow key and enter to skip this test. (I recommend testing your media to determine if your CDs are properly burned.)
  • Click "next" at the "welcome" page.
  • Click "next" at the "language selection" page for default English.
  • Click "next" at the "keyboard configuration" page for default U. S. English.
  • Select "custom" on the "installation type" page. Click "next".
  • Select "automatically partition" on the "disk partitioning setup" page. Click "next". If you elect to manually edit your partition with Disk Druid, double click on the partition, select the "swap" file type, and configure your swap space size to equal about twice your computer's physical memory size. Double click on the remainder of the partition to configure it as a Linux ext3 file system. At minimum you must designate this remaining space (probably /dev/hda2) as the root "/" partition mount point.
  • Select "keep all partitions and use existing free space" on the "automatic partitioning" page. Click "next".
  • Click "next" on the "disk setup" page.
  • Check the "other" check box on the "boot loader configuration" page. Click "edit". Type "Windows" in the "label" box and uncheck the "default boot target" check box. Click "ok".
  • Click the "default" check box next to "Fedora Core" to make it your default boot operating system. Click "next".
  • Leave "eth0" and hostname "automatically via DHCP" on the "network configuration" page. Click "next".
  • Leave "enable firewall" selected on the "firewall configuration" page and click the check boxes for "ssh", "http", "https", "ftp" and "smtp". Leave "Enable SELinux" "active". Click "next".
  • Click "next" at the "additional language support" page for default "English (USA)".
  • Click on the map for your location on the "time zone selection" page. Click "next".
  • Set your preferred root password on the "set root password" page. Click "next".
  • You will see a message "reading package information".
  • Scroll down the "package group selection" page and click in the "everything" box under "miscellaneous". Click "next". (There has been some criticism from some quarters regarding the fact that I recommend doing an "everything" installation. From my point of view there are several good reasons to do so: 1. There are many wonderful packages in a Fedora Core "everything" installation including a web server and all the packages needed to make it work with modern scripting language support. [I describe how to set up a web server with all the bells and whistles below.] Installing everything supplies the novice with a huge Linux playground containing thousands of great programs to explore. 2. If you install everything there will be no question that package dependencies and inter-dependencies are met. Everything will be there and everything will "just work" if you follow the yum and apt guidelines below. 3. Why not install everything? In this day and age bandwidth and disk space are cheap and plentiful.)
  • You will see a message "checking dependencies..."
  • Click "next" on "about to install" page.
  • Click "continue" to get to the "installing packages" page. You will eventually be prompted to insert the remainder of the installation CDs. (It took about an hour to install "everything" on my system.)
  • When the installation is complete remove the last CD and click "reboot" for the first boot screen.
  • Click "next" on the "welcome" page.
  • Click the appropriate radio button to agree to the license agreement and click "next".
  • If you are already connected to an "always on" LAN or broadband connection click on the "network time protocol" tab, click in the "enable network time protocol" check box, click the down arrow in the "server" box, select "clock.redhat.com" , click "add" and click "next".
  • On the "display" page select your preferred screen resolution and color depth based upon the capabilities of your monitor. Click "next".
  • On the "system user" page choose a user name (in lower case, not "root"), a full name (any case), and a password for that default user. Click "next".
  • Click "play test sound" on the "sound card" page to test your sound system. Your should hear three chords in sequence. If you don't you can try to configure your sound card later. Click "next".
  • Click "next" on the "additional CDs" page.
  • Click "next" on the "finish setup" page.
  • Log in as "root" with the root password you selected earlier.
  • Click "log in anyway" if a Gnome error message appears on first boot. We will correct this later.
  • When Fedora finishes booting to the graphical interface click on the top panel, hold your left mouse button down, drag the top panel to the bottom of the screen, and release the mouse button.
  • Click "Applications" > "System Tools". Right click on "Terminal" and select "Add this launcher to panel".
  • Right click on the terminal icon on the bottom panel and select "move". Move the icon to the left near the separator bar and click to position it there.
  • Click on the terminal icon. This will open the terminal.
  • Type: gedit /boot/grub/grub.conf
  • Revise the "hiddenmenu" and "kernel" lines in grub.conf so that your file looks like this: # grub.conf generated by anaconda
    #
    # Note that you do not have to rerun grub after making changes to this file
    # NOTICE: You have a /boot partition. This means that
    # all kernel and initrd paths are relative to /boot/, eg.
    # root (hd0,1)
    # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
    # initrd /initrd-version.img
    #boot=/dev/hda
    default=1
    timeout=5
    splashimage=(hd0,1)/grub/splash.xpm.gz
    #hiddenmenu
    title Memtest86+ v1.27
    kernel /memtest86+-1.27
    title Fedora Core (2.6.9-1.667)
    root (hd0,1)
    kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 vga=788 selinux=0
    initrd /initrd-2.6.9-1.667.img
    title Windows
    rootnoverify (hd0,0)
    chainloader +1 Disabling the "hiddenmenu" with the "#" comment and removing "rhgb quiet" from the kernel line will cause the menu to select Windows or Fedora to display immediately upon boot and will also disable the graphical boot screens so that you will see the boot sequence scroll by in text. You may also choose to disable SELinux by including "selinux=0" on the kernel line. Leave out the "selinux=0" if you wish to keep SELinux enabled. If you choose to use SELinux (Security Enhanced Linux) there are two good articles about it at http://fedora.redhat.com/docs/selinux-faq-fc3/ and http://fedora.redhat.com/docs/selinux-apache-fc3/. Click on the "save" icon in gedit and close it. Close the terminal.
  • Click on "Applications" > "System Settings" > "Server Settings" > "Services" and deselect system services that you will not immediately use. When you click on each of them you will see a description as to what they are for. If you're not sure, leave them in there. (I deselected "anacron", "apmd", "atd", "cpuspeed", "canna", "cups", "cups-config-daemon", "hpoj", "irqbalance", "mDNSResponder", "mdmonitor", "nfs", "nfslock", "nifd", "pcmcia", "rpcgssd", "rpcidmapd", "rpcsvcgssd" and "sendmail".) Click the "save" icon and close the service configuration screen.
  • Open the terminal and type: gedit /etc/hosts Place your cursor after "localhost" and hit tab. Then type in the characters that appear on your root terminal screen after "root@" up to but not including the space and tilde (~). When you are finished, your hosts file should look something like this: # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost x1-6-00-04-5a-5e-ac-83 Click on the "save" icon in gedit and close it. This will eliminate the Gnome error message that appears on boot-up on some systems.
  • In the root terminal type: gedit /etc/modprobe.conf Add these lines to the bottom of the file: alias net-pf-10 off
    alias ipv6 off Add a carriage return if required. (There should be a blank line at the bottom of these files.) Click on the "save" icon in gedit and close it. This will speed up browsing and file transfers in some cases by decreasing DNS lookup time.
  • Click on "Applications" > "System Settings" > "Login Screen". Click on the "login user automatically after a specified number of seconds" check box. Type your default user name that you selected during installation (lower case, not "root") in the "timed login username" box and select "5 seconds before login". Click "close".
  • Click "Actions" > "Log Out" > "Restart the computer" and click "ok".
  • After boot up you should be logged in as the default user. Click on the top panel, hold your left mouse button down, drag the top panel to the bottom of the screen, and release the mouse button.
  • Click the red flashing up2date icon in the lower right. Click "launch up2date". Type in your root password and click "ok". Click "ok" again. Click on "yes" to install the key. Click "forward". Click "forward" again. After the headers are downloaded click on the "select all packages" check box and click "forward". You will see a progress dialog "testing package set / solving RPM dependencies". When this is complete the updates will be downloaded. (This may take a very long time depending upon your connection speed the first time you run up2date and you may think that your installation has hung but it actually has not. If you don't have the patience for this read the "Yum" section below and do a "yum update" as root instead.) Click "forward" to install the updates and "forward" again to complete. You may want to reboot at this time.

Firefox and Thunderbird:

  • Firefox is now the default web browser in Fedora Core Linux and Thunderbird is included as an email client. For Thunderbird go to "Applications" > "Internet" > "Thunderbird Email". You can choose Thunderbird as your default email client by going to "Applications" > "Preferences" > "More Preferences" > "Preferred Applications" and selecting "Thunderbird Mail" in the drop-down menu under the Mail Reader tab.

nVidia: (Use this section only if you have an nVidia GeForce graphics card.)

  • Log in as root.
  • Type: gedit /boot/grub/grub.conf If you have not already done so, remove "rhgb quiet" from the kernel line in grub.conf. Click the "save" button and then exit gedit. This will disable the "Red Hat Graphical Boot" at boot time which would otherwise interfere with the nVidia installation described below.
  • Open the terminal and type: gedit /etc/X11/xorg.conf In the "module" section comment out (put a "#" in front of) load "dri" so that it reads # load "dri". In the "device" section change "nv" to "nvidia". Section "Module"
    Load "dbe"
    Load "extmod"
    Load "fbdevhw"
    Load "glx"
    Load "record"
    Load "freetype"
    Load "type1"
    # Load "dri"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "Videocard vendor"
    BoardName "NVIDIA GeForce 4 MX (generic)"
    EndSection Click the "save" icon and exit gedit.
  • With the root terminal still open type: gedit /etc/rc.local At the end of the file add the line: /sbin/modprobe nvidia Add a carriage return as well if necessary to insure that there is a blank line at the bottom of the file. Click on the "save" icon and exit gedit. Close the terminal.
  • Click "Actions" > "Log Out" > "Restart the computer" and click "ok". When Fedora reboots it will try to load the nVidia driver (which has been downloaded but not yet installed). You will see the command line login prompt 3 or 4 times as it continues to try to load the driver and then you will see a text mode screen with the message "...cannot start the x server...". Answer "no" (right arrow and enter) to the question "would you like to view the x server output?". Answer "no" to the question "would you like me to run the x configuration program?". Answer "ok" to "...disable the x server for now...". You will then be presented with a text mode command line login prompt. Log in as root, type "ls" and hit enter. You should see the nVidia driver file that you downloaded previously. Type: sh NVIDIA-Linux-x86-1.0-6629-pkg1.run Hit enter. You will be presented with a text mode nVidia screen. Left arrow to "accept" and hit enter. Answer "yes" to "download...". Answer "ok" to "no matching kernel...". Answer "ok" to "warning - your kernel was...". Disregard the "rivafb" warning. It won't affect your installation. nVidia will build and install a kernel module for the nVidia driver. When the "...complete" screen appears hit enter on "ok", then type "reboot" and hit enter. You should see the nVidia splash screen when Fedora reboots indicating that the installation was successful.
  • Now if you wish to get rhgb (Red Hat Graphical Boot) working again open a terminal and type: su - Hit enter, type your root password and hit enter. Type: cp -a /dev/nvidia* /etc/udev/devices Hit enter. Type: chown root.root /etc/udev/devices/nvidia* Hit enter. Type: gedit /etc/rc.local Remove the "/sbin/modprobe nvidia" line from rc.local, click on the "save" icon, and exit gedit. Type: gedit /boot/grub/grub.conf Add "rhgb quiet" back into the kernel line in grub.conf, click on the "save" icon, and exit gedit. Reboot. (If you upgrade your kernel be sure to remove "rhgb quiet" from grub.conf before you reboot into the new kernel. Then you can re-install the nVidia driver per these instructions again for the new kernel.)

True Type Fonts:

  • Click on the terminal icon. This will open the terminal. Type: su Hit enter, type your root password and hit enter. (This gives you root privileges in the terminal even though you are still in the default user's home directory. Type: rpm -ivh *.rpm Hit enter. Wait for the installation to complete. Type: rm *.rpm Hit enter. Type "y" and hit enter. (This deletes the downloaded RPM file in your home directory, however the program is already installed into your system.) Close the terminal. Reboot your machine.

Java:

  • Open the terminal. Type: su Hit enter. Type your root password. Hit enter. Type: sh *.bin Hold the enter key down until the yes/no line appears to allow you to agree to the license agreement. Type "yes" and hit enter. Type: rpm -ivh *.rpm Hit enter. Wait for the installation to complete. Type: rm *.rpm Hit enter. Type "y" and hit enter. Type: rm *.bin Hit enter. Type "y" and hit enter. Type: su - Hit enter. This gives you root privileges and also puts you in the /root directory. Type: ln -s /usr/java/j2re1.4.2_07/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so Hit enter. Close the terminal. Close and restart Firefox to enable the java plugin. You could go to http://rochester.speedtest.frontiernet.net/ and click the start button to test your java plugin installation.
  • If you wish to run Java applications such as JAlbum or Azureus for bittorrent and you have installed the Sun J2SE JRE as described above, open a terminal and type: su - Hit enter. Type your root password. Hit enter. Type: gedit /etc/profile.d/java.sh Hit enter. In gedit type these lines: export J2RE_HOME=/usr/java/j2re1.4.2_07
    export PATH=$J2RE_HOME/bin:$PATH Be sure to enter a carriage return after these lines. Click on the "save" icon in gedit and exit gedit. In the terminal (which should still be open) type: source /etc/profile.d/java.sh Hit enter. Type: which java Hit enter. You should see: /usr/java/j2re1.4.2_07/bin/java Type: alternatives --install /usr/bin/java java /usr/java/j2re1.4.2_07/bin/java 3 Hit enter. Type: alternatives --config java Hit enter. You should see: There are 3 programs which provide 'java'.

    Selection Command
    -----------------------------------------------
    1 /usr/share/java/libgcj-java-placeholder.sh
    *+ 2 /usr/lib/jvm/jre-1.4.2-gcj/bin/java
    3 /usr/java/j2re1.4.2_07/bin/java

    Enter to keep the current selection[+], or type selection number: Type: 3 Hit enter. Type: /usr/sbin/alternatives --display java Hit enter. You should see: java - status is manual.
    link currently points to /usr/java/j2re1.4.2_07/bin/java
    ... You should now be able to install and run Java applications.

Flash:

  • Open the terminal. Type: su Hit enter. Type your root password. Hit enter. Type: rpm -ivh *.rpm Hit enter. Click "accept" in the license agreement windows that appears. Wait for the installation to complete. Type: rm *.rpm Hit enter. Type "y" and hit enter. Close the terminal. Close and restart Firefox to enable the flash plugin, go to http://www.argosycruises.com/flash.cfm to test your flash plugin installation.

RealPlayer:

  • Open the terminal. Type: su Hit enter. Type your root password. Hit enter. Type: rpm -ivh *.rpm Hit enter. Wait for the installation to complete. Type: rm *.rpm Hit enter. Type "y" and hit enter. Close the terminal. Close and restart Firefox to enable the RealPlayer plugin, go to http://www.npr.org/, click on "NPR Program Stream", select "Listen to NPR audio with the Real player" to test your RealPlayer plugin installation.

Special warning regarding mixing incompatible repositories for up2date, yum, apt, and synaptic:

  • Before you continue please keep the following in mind: You should not use the livna.org/fedora extras repositories in conjunction with the dag/freshrpms/dries/newrpms/PlanetCCRMA (RPMforge) collection of rpms in your configuration files for automatic updates. Use one group or the other but not both. You should be made aware that there are two “schools” of rpm packagers for Fedora Core extra applications. I refer to these as the “American” and “European” camps. The “American” camp consists of the livna.org/fedora extras repositories and the “European” camp consists of the dag/freshrpms/dries/newrpms/PlanetCCRMA (RPMforge) repositories. One of the most common causes of errors and failures in a new Fedora Core installation is the mixing of these two incompatible repository collections for automatic updates. These two camps of rpm repositories are, for the most part, mutually exclusive and in some cases will cause serious errors in your installation if used together. It is unfortunate that these two groups have not found some common ground for consensus and have not gotten together and made their repositories compatible with one another. I myself subscribe to the “European” camp as you can see in my yum and apt repository selection instructions below. The dag/freshrpms/dries/newrpms/PlanetCCRMA (RPMforge) repositories have provided me with all of the programs I have needed as additions to the Fedora base. Some additional information can be found here.

Yum:

  • Open the terminal. Type: su - Hit enter. Type your root password. Hit enter. Type: gedit /etc/yum.repos.d/dag.repo Type the following in gedit: [dag]
    name=Dag RPM Repository for Fedora Core
    baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/
    enabled=1
    #gpgcheck=1 Be sure there is a carriage return (blank line) at the bottom of the file. Click the "save" icon in gedit and then close gedit. Type the following in the root terminal: gedit /etc/yum.repos.d/freshrpms.repo Type the following in gedit: [core]
    name=FreshRPMS-Core
    baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/core
    enabled=1
    #gpgcheck=1
    #[extras]
    #name=Fedora Linux $releasever - $basearch - extras
    #baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/extras
    #enabled=0
    #gpgcheck=1
    #[alternatives]
    #name=Fedora Linux $releasever - $basearch - alternatives
    #baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/alternatives
    #enabled=0
    #gpgcheck=1
    [updates]
    name=FreshRPMS-Updates
    baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/updates
    enabled=1
    #gpgcheck=1
    [freshrpms]
    name=FreshRPMS-Fresh
    baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms
    enabled=1
    #gpgcheck=1 Be sure there is a carriage return (blank line) at the bottom of the file. Click the "save" icon in gedit and then close gedit.
  • While still in the root terminal type: rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt Hit enter. Type: rpm --import http://freshrpms.net/packages/RPM-GPG-KEY.txt Hit enter. Type: rpm --import /usr/share/doc/fedora-release-*/*GPG-KEY* Hit enter. You have just imported the GPG keys for your yum repositories. Type: yum update Hit enter. Your system will be updated. Answer "y" for "yes" in the appropriate places. Reboot.

Apt and Synaptic:

  • Enable the repositories as described above for Yum, then simply open a terminal and type: su - Hit enter. Type your root password. Hit enter. Type: yum install apt Hit enter. Wait for the installation to complete. Type: yum install synaptic Hit enter. Wait for the installation to complete. Type: gedit /etc/apt/sources.list.d/dag.list If there is nothing in this file (blank page), type the following in gedit: # Name: Dag RPM Repository
    # URL: http://dag.wieers.com/apt/

    ### Dag RPM Repository for Fedora Core
    rpm http://apt.sw.be fedora/3/en/i386 dag Be sure there is a carriage return (blank line) at the bottom of the file. Click the "save" icon in gedit and then close gedit. While still in the root terminal, type: gedit /etc/apt/sources.list.d/freshrpms.list If there is nothing in this file (blank page), type the following in gedit: # Name: FreshRPMS
    # URL: http://ayo.freshrpms.net/

    ### Fedora Core
    rpm http://ayo.freshrpms.net fedora/linux/3/i386 freshrpms Be sure there is a carriage return (blank line) at the bottom of the file. Click the "save" icon in gedit and then close gedit. While still in the root terminal, type: gedit /etc/apt/sources.list.d/newrpms.list If there is nothing in this file (blank page), type the following in gedit: # Name: NewRPMS
    # URL: http://newrpms.sunsite.dk/

    ### Fedora Core
    rpm http://newrpms.sunsite.dk/apt/ redhat/en/i386/fc3 newrpms Be sure there is a carriage return (blank line) at the bottom of the file. Click the "save" icon in gedit and then close gedit. While still in the root terminal, type: gedit /etc/apt/sources.list.d/dries.list If there is nothing in this file (blank page), type the following in gedit: # Name: Dries RPM Repository
    # URL: http://dries.studentenweb.org/apt/

    ### Fedora Core
    rpm http://apt.sw.be dries/fedora/fc3/i386 dries Be sure there is a carriage return (blank line) at the bottom of the file. Click the "save" icon in gedit and then close gedit. While still in the root terminal, type: rpm --import http://dries.studentenweb.org/ayo/RPM-GPG-KEY.dries.txt Hit enter. Type: rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt Hit enter. Type: rpm --import http://freshrpms.net/packages/RPM-GPG-KEY.txt Hit enter. Type: rpm --import http://newrpms.sunsite.dk/gpg-pubkey-newrpms.txt Hit enter. You have just imported the GPG keys for your apt repositories. Type: apt-get update Your apt repository package list will be updated. Close the terminal. Reboot.
  • After you have rebooted go to "Applications" > "System Settings" > "Synaptic package manager". You will be asked to enter your root password. In Synaptic click on the "reload" icon to update your package list. You may now add programs to your Fedora Core installation by scrolling down the package list and checking appropriate check boxes for packages that you wish to add. When you are finished selecting them, click "apply".

Acrobat Reader:

  • You must have Yum, Apt, and Synaptic configured as described above to implement this step. Go to "Applications" > "System Settings" > "Synaptic package manager". You will be asked to enter your root password. In Synaptic click on the "reload" icon to update your package list. Scroll down the "all" list until you come to "acroread" and click its check box, then click "apply". Acrobat reader will be installed.

MPlayer, Xmms, Rhythmbox, Xine, and Kaffeine - all you need for multimedia:

  • You must have Yum, Apt, and Synaptic configured as described above to implement this step. Go to "Applications" > "System Settings" > "Synaptic package manager". You will be asked to enter your root password. In Synaptic click on the "reload" icon to update your package list. Scroll down the "all" list and click in the check boxes for "gstreamer", "gstreamer-devel", "gstreamer-plugins", "gstreamer-plugins-devel", "gstreamer-plugins-extra-audio", "gstreamer-tools", "kaffeine", "mplayer", "mplayer-fonts", "mplayer-skins", "xine", "xine-lib", "xine-lib-devel", "xine-skins", and "xmms-mp3". Then click "apply".
  • Open "Applications" > "Sound & Video" > "Audio Player". (This is xmms.) Click on the upper left corner down arrow. Go to "Options" > "Preferences". Select "MPEG Layer 1/2/3 Player..." and make sure that "Enable plugin" check box is checked. You may now play mp3s and streaming mp3 files with xmms (Audio Player) or if you like Rhythmbox (Music Player) you may use it to play your mp3 library. You could go to http://wholewheatradio.org/ to test your xmms mp3 installation. (The executable is /usr/bin/xmms.)
  • Open the terminal. Type: su Hit enter. Type your root password. Hit enter. Type: mkdir temp Hit enter. Type: mv *.bz2 temp Hit enter. Type: cd temp Hit enter. Type: tar xvfj *.tar.bz2 Hit enter. Type: cd all-20050115 Hit enter. Type: mkdir /usr/local/lib/codecs/ Hit enter. Type: cp *.* /usr/local/lib/codecs/ Hit enter. Type: cd /usr/local/lib/codecs/ Hit enter. Type: chmod 755 /usr/local/lib/codecs/* Hit enter. Type: ln -s /usr/local/lib/codecs /usr/lib/win32 Hit enter. Type: ln -s /usr/local/lib/codecs /usr/lib/codecs The codecs for MPlayer, Xine and Kaffeine are now installed.
  • Open the terminal. Type: su Hit enter. Type your root password. Hit enter. Type: rpm -Uvh *.rpm Hit enter. rm *.rpm Hit enter. Type "y" and hit enter. Close the terminal. Close and restart Firefox to enable the Kaffeine plugin. Reboot.

NTFS support (for mounting your Windows partition):

  • Open the terminal. Type: su Hit enter. Type your root password. Hit enter. Type: uname -r -p This will output your kernel version and processor type.
  • With the root terminal still open type: rpm -ivh *.rpm Hit enter. Wait for the installation to complete. Type: rm *.rpm Hit enter. Type "y" and hit enter. Type: su - Hit enter. Type: mkdir /mnt/windows Hit enter. Type: fdisk -l /dev/hda Hit enter. This will output your HPFS/NTFS partition identifier. Type: gedit /etc/fstab Type the following in gedit: /dev/hda1 /mnt/windows ntfs ro,defaults,umask=0222 0 0 If your partition identifier is not "/dev/hda1" substitute the correct characters. Click the "save" icon in gedit and exit gedit. Close the terminal. Reboot. Your Windows partition should now be available in the file browser under "/mnt/windows".

Bittorrent and bittorrent-gui:

  • Open the terminal. Type: su Hit enter. Type your root password. Hit enter. Type: rpm -Uvh wxPythonGTK2-2.5.2.8-1.fc3.i386.rpm Hit enter. Type: rpm -Uvh BitTorrent-3.4.2-3.fc3.noarch.rpm Hit enter. Type: rpm -Uvh BitTorrent-gui-3.4.2-3.fc3.noarch.rpm Hit enter. Type: su - Hit enter. Type: /sbin/iptables -I INPUT -p tcp --destination-port 6881:6889 -j ACCEPT Hit enter. This adds a rule to open TCP ports 6881 through 6999 in your firewall. These ports are required by Bittorent. Type: /sbin/iptables-save > /etc/sysconfig/iptables Hit enter. This saves the rule. Type: iptables -L Hit enter. This will output your iptables file so you can see if the rule was saved. Type: gedit /etc/mailcap Add these lines (and a carriage return) to /etc/mailcap: # bittorrent
    application/x-bittorrent; /usr/bin/btdownloadgui.py %s; test=test -n "$DISPLAY" This will allow you to download ".torrent" files with Firefox.

Azureus for bittorrent:

  • Open the terminal. Type: su - Hit enter. Type your root password. Hit enter. If you have not already opened ports for bittorrent as described above Type: /sbin/iptables -I INPUT -p tcp --destination-port 6881:6889 -j ACCEPT Hit enter. This adds a rule to open TCP ports 6881 through 6999 in your firewall. These ports are required by bittorent and/or Azureus. Type: /sbin/iptables-save > /etc/sysconfig/iptables Hit enter. This saves the rule. Type: iptables -L Hit enter. This will output your iptables file so you can see if the rule was saved. Type: cd /home/your_user_name Hit enter. Type: tar xvfj *.tar.bz2 Hit enter. Type: rm *.bz2 Hit enter. Type "y" and hit enter. Close the terminal. Open the terminal so that you are logged in as user rather than root. Type: cd azureus Hit enter. Type: ./azureus Hit enter. Azureus will open. Configure your preferences in the dialog box presented and update the plugin if asked. When you click on a ".torrent" file in Firefox you will be presented with a dialog box. Click the radio button "open with" and click the checkbox "Do this automatically for files like this form now on", then click the "browse" button in the dialog box and browse to "home" > "azureus" and click on "azureus". Click "open". Click "OK". This will allow you to download ".torrent" files from within Firefox. These files are downloaded by default into the /home/your_user_name/.Azureus/downloads folder. You will have to click on "View" > "Show hidden files" in "Applications" > "File Browser" to get to them in the file browser.

Web Server:

  • Note: If you choose to enable SELinux in your Fedora Core 3 installation you must pay special attention to some SELinux considerations with regard to your web server setup. See http://fedora.redhat.com/docs/selinux-apache-fc3/. You may choose to disable SELinux for your web server installation only. To do this go to "Applications" > "System Settings" > "Security Level" > and under (expanded) "HTTPD Service" on the "SELinux" tab click in the checkbox for "Disable SELinux protection for httpd daemon". (Be sure to click the "OK" box when you're done.)
  • Subscribe to a service such as https://www.dyndns.org/ or http://www.easydns.com/ to register a new domain name (such as your-name.org) and to have their DNS service map your computer's IP address to your new registered domain name. (The command "ifconfig" at the root prompt will output your IP address.) If you have a "dynamic" (changeable) IP address you can use their dynamic DNS service.
  • Open the terminal. Type: su - Hit enter. Type your root password. Hit enter. Type: gedit /etc/httpd/conf/httpd.conf Hit enter. In gedit scroll down to the "ServerAdmin" section and enter your email address instead of "root@localhost". Scroll down to the "#ServerName" section and uncomment it (take out the "#"). Then enter the registered DNS name of your web site ("whatever.com") or your server's IP address instead of "new.host.name". (If you don't know your IP address type "ifconfig" at the root prompt.) Scroll down and change "UseCanonicalName Off" to "UseCanonicalName On". Scroll down to the "Options" line and change "Options Indexes FollowSymLinks" to "Options Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews". Change "AllowOverride None" to "AllowOverride Options FileInfo AuthConfig Limit" in case you want to use .htaccess files in any of your web subdirectories. Change "DirectoryIndex index.html index.html.var" to "DirectoryIndex index.html index.html.var index.shtml index.cgi index.php index.phtml index.php3 index.htm home.html welcome.html". Under the "AddType application/x-compress .Z" and "AddType application/x-gzip .gz .tgz" lines add the line: "AddType application/x-httpd-php .php .phps .php3 .phtml .html .htm .shtml .fds". Uncomment the line "#AddHandler cgi-script .cgi" and add ".pl" so that it reads "AddHandler cgi-script .cgi .pl". Click on the "save" icon in gedit and exit gedit.
  • If you have a favicon.ico copy it to /var/www/html while still logged in as root (cp favicon.ico /var/www/html).
  • Go to "Applications" > "System Settings" > "Server Settings" > "Services". Type in your root password in the dialog box that appears and click on "OK". Scroll down the list and check the check box for "httpd". Click on the "save" icon in the Service Configuration window and then close the window. Go to "Applications" > "System Settings" > "Security Level" and make sure the check box is checked for "WWW (HTTP)" in the "Trusted services" pane. Reboot your machine.
  • Open Firefox and type "http://localhost/" in the URL window and hit enter. You should see the default Apache/Fedora Core test page. Type your server's IP address in the URL window and hit enter. You should see the test page again. Type the registered DNS name of your web site ("whatever.com") in the URL window and hit enter. You should see the test page yet again.
  • While still logged in as root copy your web site index.html and any other HTTP content you may have to /var/www/html. You are now serving web pages from your Fedora Core web server. You will find your server log files in /etc/httpd/logs and you will be able to view them while logged in as root.

PHP and Perl:

  • PHP and Perl are available in Fedora Core 3 because we have done the "everything" installation previously. If you have enabled the Apache web server (see above) you can test your PHP and Perl installations by doing the following: Open the terminal. Type: su - Hit enter. Type your root password. Hit enter. Type: gedit /var/www/html/phpinfo.php In gedit type: <?php phpinfo();?> Click the "save" icon in gedit and close gedit. While still in the root terminal type: gedit /var/www/html/printenv.pl In gedit type: #!/usr/bin/perl
    ##
    ## printenv -- demo CGI program which just prints its environment
    ##

    print "Content-type: text/plain\n\n";
    foreach $var (sort(keys(%ENV))) {
    $val = $ENV{$var};
    $val =~ s|\n|\\n|g;
    $val =~ s|"|\\"|g;
    print "$=\"$\"\n";
    } Click the "save" icon in gedit and close gedit. Type: chmod 755 /var/www/html/printenv.pl Hit enter. Then type: chmod 755 /var/www/html/phpinfo.php Hit enter. Now when you open these files from your web server (http://whatever.com/phpinfo.php and http://whatever.com/printenv.pl) you will be able to prove the functionality of your PHP and Perl installations. (In order to allow cgi scripts to execute outside of the cgi-bin directory configure your httpd.conf as described in the web server section above.)
  • Special note on configuring sendmail for PHP using your email provider's SMTP (simple mail transport protocol): Your /etc/php.ini file uses sendmail as the default transport agent for sending email from PHP applications ("sendmail_path = /usr/sbin/sendmail -t -i"). The following quote is from Fedora Core 3 Release Notes: "By default, the Sendmail mail transport agent (MTA) does not accept network connections from any host other than the local computer. If you want to configure Sendmail as a server for other clients, you must edit /etc/mail/sendmail.mc and change the DAEMON_OPTIONS line to also listen on network devices (or comment out this option entirely using the dnl comment delimiter). You must then regenerate /etc/mail/sendmail.cf by running the following command (as root): 'make -C /etc/mail'. Note that you must have the sendmail-cf package installed for this to work." In order to accomplish this, edit "/etc/hosts" and add the line "your.ip.address whatever.org whatever" where "your.ip.address" is the IP address of your web server, "whatever.org" is the registered DNS name of your web site (your canonical domain name), and "whatever" is your short domain name (the characters before the dot). Separate the IP address from the domain name with a couple of tabs. Edit "/etc/sysconfig/network" and change "localhost.localdomain" to "whatever.org" where "whatever.org" is the registered DNS name of your web site (your canonical domain name). Reboot. Edit "/etc/mail/local-host-names" and include your domain name. Edit "/etc/mail/sendmail.mc" and change "dnl define(`SMART_HOST',`smtp.your.provider')dnl" to "define(`SMART_HOST',`smtp.your.provider')dnl" where "smtp.your.provider" is the smtp host that you use to send mail from your email client. Also change "DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl" to "dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl". Also change "dnl MASQUERADE_AS(`mydomain.com')dnl" to "MASQUERADE_AS(`your.provider.com')dnl" where "your.provider.com" is the host that you use to send mail from your email client (the characters after the "@"). Add these lines (near the bottom of /etc/mail/sendmail.mc but above "MAILER"): "FEATURE(`genericstable',`hash -o /etc/mail/genericstable.db')dnl" and "GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')dnl". Edit or create if required: "/etc/mail/generics-domains". Include in "/etc/mail/generics-domains" your canonical domain name. (Be sure to add a carriage return.) Edit or create if required: "/etc/mail/genericstable". Include in "/etc/mail/genericstable" the line:"username mailusername@your.provider.com" where "username" is your non-root Fedora user name and "mailusername@your.provider.com" is your email address that you use with your email client. (Be sure to add a carriage return.) As root execute the command: "make -C /etc/mail". This will regenerate "/etc/mail/sendmail.cf". Reboot or start (or restart) sendmail from "Applications" > "System Settings" > "Server Settings" > "Services". (See http://www.linuxhomenetworking.com/linux-hn/sendmail.htm.)

MySQL:

  • MySQL version 3.23.58 is available in Fedora Core 3 because we have done the "everything" installation previously. Go to "Applications" > "System Settings" > "Server Settings" > "Services". Type in your root password in the dialog box that appears and click on "OK". Scroll down the list and check the check box for "mysqld". Click on the "save" icon in the Service Configuration window and then close the window. Reboot your machine.
  • Open the terminal. Type: su - Hit enter. Type your root password. Hit enter. Type: gedit /etc/my.cnf Hit enter. In the mysqld section of my.cnf add the line: skip-innodb Your my.cnf should now look something like this: [mysqld]
    datadir=/var/lib/mysql
    socket=/var/lib/mysql/mysql.sock
    skip-innodb

    [mysql.server]
    user=mysql
    basedir=/var/lib

    [safe_mysqld]
    err-log=/var/log/mysqld.log
    pid-file=/var/run/mysqld/mysqld.pid Click the "save" icon in gedit and close gedit. While still in the root terminal type: mysql -u root Hit enter. You will see the mysql> query prompt. Type: select user, host, password, select_priv, update_priv, delete_priv, insert_priv from mysql.user; Hit enter. You will see something like this: +------+------------------------+----------+-------------+-------------+-------------+-------------+
    | user | host | password | select_priv | update_priv | delete_priv | insert_priv |
    +------+------------------------+----------+-------------+-------------+-------------+-------------+
    | root | localhost | | Y | Y | Y | Y |
    | root | x1-6-00-04-5a-5e-ac-83 | | Y | Y | Y | Y |
    | | localhost | | N | N | N | N |
    | | x1-6-00-04-5a-5e-ac-83 | | N | N | N | N |
    +------+------------------------+----------+-------------+-------------+-------------+-------------+
    4 rows in set (0.17 sec)

    mysql> Type: set password for 'root'@'localhost' = password ('newpassword'); where "newpassword" is the password that you want to use for the root MySQL super user. Hit enter. Type: set password for 'root'@'host' = password ('newpassword'); where "host" is the name of your host as reported in the "host" column above and "newpassword" is the password that you want to use for the root MySQL super user. Hit enter. Type: select user, host, password, select_priv, update_priv, delete_priv, insert_priv from mysql.user; Hit enter. You will see something like this with your password hash-encrypted in the "password" column: +------+------------------------+------------------+-------------+-------------+-------------+-------------+
    | user | host | password | select_priv | update_priv | delete_priv | insert_priv |
    +------+------------------------+------------------+-------------+-------------+-------------+-------------+
    | root | localhost | 1e36745e3c0f99b0 | Y | Y | Y | Y |
    | root | x1-6-00-04-5a-5e-ac-83 | 1e36745e3c0f99b0 | Y | Y | Y | Y |
    | | localhost | | N | N | N | N |
    | | x1-6-00-04-5a-5e-ac-83 | | N | N | N | N |
    +------+------------------------+------------------+-------------+-------------+-------------+-------------+
    4 rows in set (0.00 sec)

    mysql> Type: exit Close the terminal. Reboot your machine. Open a terminal. Type: su - Hit enter. Type your root password. Hit enter. Type: mysql -u root -p Hit enter. MySQL should ask for your MySQL super user password. Type it in. Hit enter. Type: exit You have successfully set up MySQL.

phpMyAdmin:

  • Open a terminal. Type: su Hit enter. Type your root password. Hit enter. Type: mv *.tar.bz2 /var/www/html Hit enter. Type: cd /var/www/html Hit enter. Type: bzip2 -dc *.tar.bz2 | tar -xvf - Hit enter. Type: mv phpMyAdmin-2.6.1 phpmyadmin Hit enter. Type: su - Hit enter. Type: gedit /var/www/html/phpmyadmin/config.inc.php In /var/www/html/phpmyadmin/config.inc.php change "$cfg['PmaAbsoluteUri'] = '';" to "$cfg['PmaAbsoluteUri'] = ' http://whatever.com/phpmyadmin/';", change "$cfg['blowfish_secret'] = ''; to "$cfg['blowfish_secret'] = 'passphrase';" where "passphrase" is some arbitrary string of characters that the blowfish algorithm will use to encrypt your password when using cookie type authentication. Under "Server(s) configuration" change "$cfg['Servers'][$i]['auth_type'] = 'config';" to "$cfg['Servers'][$i]['auth_type'] = 'cookie';". Click on the "save" icon in gedit and close gedit. Open http://whatever.com/phpmyadmin/ in Firefox (where "whatever.com" is your web site). Type "root" in the "Username:" box and your MySQL super user password in the "Password:" box. Click the "Login" button. You should see the " Welcome to phpMyAdmin" web page. Open a terminal. Type: su - Hit enter. Type your root password. Hit enter. Type: mysql -u root -p Type in your MySQL super user password. Hit enter. For MySQL version 3.23.58 type: GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapassword';
    GRANT SELECT (
    Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,
    Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,
    File_priv, Grant_priv, References_priv, Index_priv, Alter_priv
    ) ON mysql.user TO 'pma'@'localhost';
    GRANT SELECT ON mysql.db TO 'pma'@'localhost';
    GRANT SELECT ON mysql.host TO 'pma'@'localhost';
    GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv)
    ON mysql.tables_priv TO 'pma'@'localhost';
    GRANT SELECT, INSERT, UPDATE, DELETE ON phpmyadmin.* TO 'pma'@'localhost'; where "pmapassword" is the password for the pma user that you select for the special "controluser" that has only the SELECT privilege on the mysql.user (all columns except "Password"), mysql.db (all columns), mysql.host (all columns) and mysql.tables_priv (all columns except "Grantor" & "Timestamp") tables. Hit enter. Hit enter. Open Firefox, go to http://whatever.org/phpmyadmin/scripts/create_tables.sql. (Substitute "whatever.org" for your web site registered DNS name or IP address.) Click "edit" > "select all", click "edit" > "copy", go back to the terminal and click "edit" > "paste". Hit enter. The entire query should be executed at the "mysql>" prompt. When the query finishes type "exit" at the mysql> prompt. Type: gedit /var/www/html/phpmyadmin/config.inc.php In /var/www/html/phpmyadmin/config.inc.php change "$cfg['Servers'][$i]['controluser'] = '';" to "$cfg['Servers'][$i]['controluser'] = 'pma';", change "$cfg['Servers'][$i]['controlpass'] = '';" to "$cfg['Servers'][$i]['controlpass'] = 'pmapassword';" where "pmapassword" is the password for the pma user that you selected earlier, change "$cfg['Servers'][$i]['pmadb'] = '';" to "$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';", change "$cfg['Servers'][$i]['bookmarktable'] = '';" to "$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';", change "$cfg['Servers'][$i]['relation'] = '';" to "$cfg['Servers'][$i]['relation'] = 'pma_relation';", change "$cfg['Servers'][$i]['table_info'] = '';" to "$cfg['Servers'][$i]['table_info'] = 'pma_table_info';", change "$cfg['Servers'][$i]['table_coords'] = '';" to "$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';", change "$cfg['Servers'][$i]['pdf_pages'] = '';" to "$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';", change "$cfg['Servers'][$i]['column_info'] = '';" to "$cfg['Servers'][$i]['column_info'] = 'pma_column_info';", change "$cfg['Servers'][$i]['history'] = '';" to "$cfg['Servers'][$i]['history'] = 'pma_history';". Click on the "save" icon in gedit and close gedit. Close the terminal. Open Firefox and go to http://whatever.com/phpmyadmin/ where "whatever.com" is your web site registered DNS name or IP address. Log into phpMyAdmin as root. Click on the down arrow in the "Database:" selection dialog box in the left column. You should see the "mysql", "phpmyadmin", and "test" databases listed. You may delete ("drop") the "test" database if you wish. You have now successfully configured phpMyAdmin.

Last update: 2005-02-23 05:19
Author: Erkan Kaplan

printer-friendly version printer-friendly version
Send to a friend Send to a friend
Show this as PDF file Show this as PDF file
export as XML-File export as XML-File

Please rate this entry:

Average rating: 5 from 5 (1 Votes )

completely useless 1 2 3 4 5 most valuable

You can comment on this entry

Comment of czyptj jkqunv:
kayodtw phvlnukw bnxjvt gbcz wahdy evchp gnlqksd

Comment of John:
HON0vn gfb7n0ghn60s9d7f34n30bnit5

Comment of John:
HON0vn gfb7n0ghn60s9d7f34n30bnit5

Comment of pLtPbSmFTzngQIsb:
JTppW0 gwirurxbdywn, [url=http://kswkhptfelxl.com/]kswkhptfelxl[/url], [link=http://ybfglrrqpkxh.com/]ybfglrrqpkxh[/link], http://ynanywuyaybq.com/

Comment of lkuLowXvmvFStj:
http://bowmwinb.ibnsites.com, cell phone video saddam, orjwua, video recording interrogation interview law, uwwzd, i seek girls video clip, 8-O, free cocksucking video trailers, lobsap, free black tranny video, =DD, foreign video clips, rukhlb, xxx video thumbnails, 007234, adult video south carolina, %-[[, amateur guys cumming free video, bxkg, video card upgrade for dell notebook, fvi, free sex video upload, 8[, smt design video, 9819,

Comment of AddVNVunqsNEcn:
http://lysfmvmo.ibnsites.com, nude hardcore lesbian videos, mdek, video game system organizer, :), free psp porn videos clips, 60599, free celebrity porn full length videos, 58842, taylor made video poker, %), linh and videos, >:D, list the top video dvd labels, bgzsc, free teen bestiality videos, >:-]], free android 18 porn videos, 00040, wcw video clips, >:))), adding animation to video clips, 1585,

Comment of uuPhDqzLVrn:
http://rtjhwsek.ibnsites.com, audio video bellevue, 144, hidden cams videos download, :-PP, gay superhero videos, 812, german giro videos, 8-))), download free zune videos, yyhuz, amazon portable tv video, njxlf, free videos big cock sex, mnhutq, dildo cam internal video free, 90008, flt 77 hotel security video tape, 71289, best erotic videos, oudawi, video man from the rear, wpa, shakespear video clips, >:OO,

Comment of ZlnmkVntwPGvk:
http://qmlvexqo.ibnsites.com, brazil carnival video, =OOO, keeley hazell videos sex, xkxar, speedbit video, wbkgda, wow dance reference video, mtxjcw, football chinese brawl video, :-]]], download free zune videos, :-PP, really free live sex video, 99555, sadam husein hanging video cnn, 695, list the top video dvd labels, jmmop, adult scat videos, >:), download video clips mov avi, 93736, beer grown up video, %-[[, britan has talent video, =-[[, video instructions for female masturbation, 828,

Comment of QCkmLjKrQ:
http://gkgqidii.ibnsites.com, boise state football video, 07811, sweet buttocks video, 837, auto start myspace video, unkz, bdsm free amateur videos, 39123, free hentai games videos, uqvsp, sadam husein hanging video cnn, 537504, free latina maids video, 621, panty masturbation streaming video, 659538, womens breath holding videos, 642, willow video game soundtrack, :(,

Comment of dIFdlkIqFUnyWxFAGTT:
http://wqmsmofh.ibnsites.com, asian rape video galleries, 5681, keeley hazell videos sex, :-))), businessweek video library investing, 500, taylor made video poker, jadf, nintendo wii video converter, 5472, upload your adult videos, 8-D, oj simpson video, udhfjl, fiber optic video modem, nntk, video describing state of texas, tuang, video cable coupler and, 564, free homemede porn video, esumgc, brazil pussy videos, uyu, willow video game soundtrack, 467424,

Comment of yIrJgzXMRGKFcGrcK:
http://lysfmvmo.ibnsites.com, quicktime sex video, xuyse, curves nude video, >:-), video game system organizer, 35783, gay superhero videos, =))), hidden cams videos download, aukqtq, amateur creampies video sample, 4783, idea star singer 2006 videos, 508232, hillary fan video, 26050, mystery card video, dxn, free android 18 porn videos, 850232, britan has talent video, 955, hanging husseins saddam video, :), panty girl video free sample, dqt, mac video output lcd projector, 515,

Comment of KwiJwHkID:
http://wqmsmofh.ibnsites.com, cell phone video saddam, 9138, video catalog update, 8OO, xxx video on demand fat pussy, xpr, videos of girls stiping, gyknzx, free cocksucking video trailers, 8974, free latin girls porn videos, 549, free teen bestiality videos, wxeu, beer grown up video, ieqz, panty girl video free sample, 8736, mac video output lcd projector, 326974,

Comment of BDeTePmZxfgeQgF:
http://bowmwinb.ibnsites.com, general pershing videos, 19591, free tit fucking video clips, fpu, free psp porn videos clips, 289390, linh and videos, 91825, idea star singer 2006 videos, 8-PPP, german giro videos, rpfpir, xxx video thumbnails, 462472, accidents videos pictures games and jokes, %))), panty girl video free sample, dhasof, beer grown up video, 75790,

Comment of GINQEthTQus:
http://wqmsmofh.ibnsites.com, general pershing videos, 6470, itunes to zune video conversions, =[[[, stalker video bugs, =-]], psp rss porn video, :-]], nintendo wii video converter, 8-P, hillary fan video, %O, biology video neurons, >:-]], frank sinatra my way video, 8242, digital dvr recorder surveillance video, 53063, free videos playboy mantion, qynej, best erotic videos, %]], hi tack music videos, 8P,

Comment of NoAIUfzKAkHz:
http://gkgqidii.ibnsites.com, girl from the perfect circle video, 372, oral sex amateur video, pjm, free 3gp nude video, =]], play video poker no deposit required, 56344, free video sample of joan wise, %(((, columbia shuttle music video, pxfoql, digital dvr recorder surveillance video, ewg, video describing state of texas, 87514, free android 18 porn videos, wgd, video card upgrade for dell notebook, 682826, cherie houston video, 175,

Comment of wKvlAgft:
http://wqmsmofh.ibnsites.com, nude hardcore lesbian videos, plr, video by kevin trudeau, 525, omg sex video, syy, videos of girls stiping, 846, frank sinatra my way video, :DDD, free latin girls porn videos, 8900, toronto gay video, :(((, secret wife sexy videos, uqe, adult movies free video, >:-OOO, pci-e x1 video card, zidgve, flt 77 hotel security video tape, :-OOO, freeware recovery video hardware, =-[[, smt design video, les,

Comment of XKrAOvkWTdRHv:
http://kxleocbb.ibnsites.com, quicktime sex video, apu, best graphics cards for video rendering, %OO, rgb to s video adapter, udmkj, gay superhero videos, >:P, download free zune videos, 192, submissive girl video, 45690, zelda video, >:-]], columbia shuttle music video, 1513, adult scat videos, 477964, deep throat video trailers, lrcxv, hi tack music videos, :))), video card upgrade for dell notebook, uyd, keyra augustina and video, 2793,

Comment of KwCaaLyiNQodFUW:
http://qmlvexqo.ibnsites.com, nude hardcore lesbian videos, :-], my sister's hot friend free video, ftreg, download free zune videos, 6052, biology video neurons, pew, free cocksucking video trailers, 519, free xxx bondage videos, %P, adult movies free video, afyj, free teen bestiality videos, :[, amatuer milf video, 8), amateur xxx stolen videos, >:(,

Comment of wrKCZUlpUPnZVYdUB:
http://qmlvexqo.ibnsites.com, spectacular sports video clips, %DDD, free home made amateur sex video, eubm, reality sex video british, yawnpj, free password for home spy video, 749, bra undressing videos, >:-(((, free freaky sex videos, =-PPP, mom fucking video, kvi, gay dog sex video, 4536, occupational safe lifting video, :-)), free horsecock videos, >:OO, free professional porn videos, 8-))), adult porn video website, aqg,

Comment of evuJHkpZskPGLIajx:
http://qmlvexqo.ibnsites.com, jaime video, 243, swallow home video, %), mediamax video, 8P, iowa video dvd transfer, voj, liquid 7 video card, toommz, bathing suit accident videos, 064461, lipstick whore videos, pleizt, jamaican video dating, >:(((, men in pain video free, 986226, instrucional video football, 798,

Comment of PsfkeMsKelxkHMnh:
http://lysfmvmo.ibnsites.com, jaime video, dlabwz, humorous videos and jokes, =-[[, discovery birth day video, 202722, bathing suit accident videos, 05760, free girls getting titty fucked videos, %-(, total video converter warez, 8P, joy angels video, kfq, britney's newest video, 104, videos if men fucking female animals, 056642, gaf video, :-PP, free 3gp video for mobile, 8-))), nude celeb video clips, :-((, female orgasm techniques video illustrat, 9596,

Comment of PzpLHfKAtgeWv:
http://bowmwinb.ibnsites.com, video games playstation total format directory, aprqvf, swallow home video, >:[[[, bioware video games, %-DD, permanent magnet motor video, ltcqkd, funny bored videos, 5321, firefox video plugin, 8), cheeky videos, cwhl, video of airline crash, 9287, occupational safe lifting video, rjfcq, video maple syrup, 934, download free lesbian porn mobile videos, :[[[, i'm cumming xxx porn videos, =-]], downloads inuyasha music video, 056,

Comment of oRWHIJBeSdC:
http://lysfmvmo.ibnsites.com, free brooke skye sex videos, >:OOO, 16th military police brigade iraq video, 879, iowa video dvd transfer, cnofwu, mp3 video player winamp vista windows, xbryt, best free femal materbation videos, >:[[, free lesbian nudity online video, hfr, download free lesbian porn mobile videos, minzx, young women fucked on free videos, >:-]], free amature masterbation video hair, :((, forum psp videos porn, 7847, cock and pussy videos, :-))),

Comment of qRxnovxLsB:
http://memxgktw.ibnsites.com, flash photography instructional videos, rckhdq, turkis bath massage video, 8-P, funny healthcare video, kuw, mom teach sex video, dfqw, bills everett injury video, :-]]], video raid cabinets, 962, youtube beyonce toronto concert videos, hba, jizz jerk video, =PP, demolition adult video, 108130, new beheadings video, 522491, videos of women getting fucked, =PPP, 10 second dodge neon video, :(, instrucional video football, fosokn,

Comment of AWWHBRbFti:
http://lysfmvmo.ibnsites.com, percent frustrated with video search, 911, redhead free video, %), ashley judd sex video, 05453, free password for home spy video, rawne, bills everett injury video, zowwx, capitol video, %-(, vodoo 3 video drivers, mvhphr, bathing suit accident videos, 24693, katesplayground free videos, kzpcb, bondage two videos mean, 3573, japan orgy video, nau, exortic dancing videos, =], thai videos, 841327, new beheadings video, hwxoge,

Comment of VggfleOfdXqzFhwMB:
http://obxyhqzr.greatnow.com, hidden cam video in hospitals, %-[, capitol video, zpjhcr, baby boy video by beyonce knowles, 23195, video editor jobs chicago, =(, funny frog video, 415, aurora jolie videos, =PP, pantera i'm broken video, 8D, minnesota bridge 35w video, >:PPP, gaf video, >:]], police arresting videos, 6957, hidden porn video, 098, female orgasm techniques video illustrat, 87766, downloads inuyasha music video, qmd,

Comment of NXyktoNwKv:
http://memxgktw.ibnsites.com, off the ground cast video, =OOO, sdhc video software, klkh, 2007 bin laden video, 46240, mp3 video player winamp vista windows, 94928, carmella bing video gallery, %-DD, mom fucking video, usy, britney's newest video, 697346, carrera christy video clip, 008385, gaf video, quqc, toshiba hd video cams, 646844, make iso from video ts, >:PP, free video of naked college girls, :((,

Comment of KJKxfZiJVQRQ:
http://kxleocbb.ibnsites.com, geoffrey king video, 8(((, free password for home spy video, lrrqa, 1 video converter v2.1, hpr, prescription drug abuse prevention video school, sgix, free hindi movie video songs, =-(, aurora jolie videos, lnilf, download free lesbian porn mobile videos, nddwn, free video of naked college girls, omr, sky lopez sex videos, 565, videos of women getting fucked, yjowrh,

Comment of xbkpRKiHiQCPnxg:
http://obxyhqzr.greatnow.com, redhead free video, 610584, amateur video group, 32871, free hindi movie video songs, =-DD, amatuer pussy video, 42983, laptop video drivers, tfi, video maple syrup, 8(((, hollywood video vegas, :), aladdin crack video, 9789, 4 channel video surge protection, %-]]], nyquist two video, kks,

Comment of sallvItzrDFR:
http://obxyhqzr.greatnow.com/map.html, free home made amateur sex video, 691, florida state university mascot video, 988, bills everett injury video, 44944, nymphets masturbating videos, scaoe, free hnadjob videos, 8-DD, red box video rentals, dpbaa, aurora jolie videos, 364, minnesota bridge 35w video, imb, sliding shelves for video tapes, 9901, make iso from video ts, 7981, videos of women getting fucked, eljdn, cock and pussy videos, gbtp,

Comment of doPlKyOhUJrAjCR:
http://wqmsmofh.ibnsites.com, video games playstation total format directory, bfb, quickcam video effects, owzcvh, patient education videos, 52289, iowa video dvd transfer, 43965, bills everett injury video, 951, mom teach sex video, 938, nymphets masturbating videos, fin, youtube beyonce toronto concert videos, 246, free hnadjob videos, 005954, free planer summer videos, 8-OOO, videos if men fucking female animals, lwse, arizona amateur sample videos, mmdrut, forum psp videos porn, raohb, vermont wedding video, 2049,

Comment of BPfuPOZZHOtixCP:
http://lysfmvmo.ibnsites.com, britney mtv video bomb, 2675, downloads video betty boop, 545, geoffrey king video, sfb, adult video daily post free clips, qhwd, capitol video, =-PPP, porn video clips tube, 812, bfg agp video cards, 8-[[[, red box video rentals, 1011, occupational safe lifting video, lgb, wmp video files, dto, couples masturbating videos, 126, enhancement surveillance video, fqz,

Comment of MGuIAaOcVPDvBbn:
http://lysfmvmo.ibnsites.com, hidden cam video in hospitals, 4738, permanent magnet motor video, =[[[, bra undressing videos, 8871, free videos praire, rhxv, forums can't view youtube videos, 8960, jizz jerk video, jnr, van halen beautiful girl music video, 8((, funny frog video, hud, moses and the burning bush video, ekphm, videos of sex with dance teacher, 8PP, girl swallow video, 9342, nsfw forum video, jbn, ethiopia video aggregator, %-[, i'm cumming xxx porn videos, >:-[,

Comment of iOtAoMIq:
http://pxjfrxdp.ibnsites.com, final fantasy 7 video codec, 789, aol to launch video portal, 775, ashley judd sex video, :-], irish women videos, %[[, youtube beyonce toronto concert videos, szzqrd, video editor jobs chicago, utnbam, video movie torrents, 035, moses and the burning bush video, 1854, free lesbian nudity online video, 228374, arizona amateur sample videos, ckd, demolition adult video, 8OOO, ethiopia video aggregator, 8(((, free 3gp video for mobile, vrctz, nyquist two video, kaoskr,

Comment of FsuHXwFrOWcDuTfBeGa:
http://obxyhqzr.greatnow.com, acer travelmate 505 video ram, 8O, acer c301 add bluetooth, 4364, acer 730 specs, 8-), green acers, gtwwu, acer travelmate startup, qiq, acer 5100 sm bus controller, %-O, acer 5630, 5452, acer angelica, >:P, acer aspire 9810-6829, :-[[[, acer travelmate 2000, 8[, drivers for acer veriton 7800, 8P, acer erecovery, uejy, acer travelmate 630 parts, ailqyt, acer aspire 9920, %-))),

Comment of QFHFmDtFiXzZQvSxb:
http://qmlvexqo.ibnsites.com, acer aspire model zr1, szrx, acer c301 add bluetooth, xxntxu, walmart acer laptop, :], acer discussio group, 881349, acer veriton5100 drivers for xp, osqh, acer travelmate startup, htxfv, acer 5541, 92016, acer replacement parts, :DD, acer golf, 714793, acer aspire 3680-2682, 009032, acer in west africa, 7316, acer 9810 notebook, :-(, acer altos g700 server, =-[[,

Comment of amRCXdLz:
http://pxjfrxdp.ibnsites.com, discount acer pc, 184, james d acers, 78946, acer aspire 1640 wireless driver, 8-]]], acer p kamagata, 890, acer platanoides l, %), driver specifications for acer laptop 5610z, 720, acer benq motorola, =]]], acer notebook dead pixels warranty, 46979, acer 5512, mvz, acer hard disk drive, 94182, acer travelmate 230, 565,

Comment of wKuwTtuxHQ:
http://gkgqidii.ibnsites.com, over clocking acer 3630, :((, acer merge, 450, acer aspire 9805 ubuntu, :)), acer aspire flashing amber light, dol, acer angelica, 33418, cheap acer laptops, 8))), acer notebook dead pixels warranty, 15922, acer ferrari 1000, hemsmz, acer aspire 5610-2966 notebook, 8O, acer 5512, 06648,

Comment of qrxVWpUhEl:
http://obxyhqzr.greatnow.com/map.html, acer travelmate 505 video ram, %), acer c301 add bluetooth, >:(, acer 730 specs, 42269, acer aspire 3610 battery, jsv, acer aspire 9805 ubuntu, hhmec, acer golf, :O, acer platanoides l, 12067, acer altos g700 server, qbv, acer aspire 3680 notebook, diey, acer aspire 9410-2028 notebook, 875778, acer aspire 9920, fzvtxo,

Comment of rxTZIyVdpOyRo:
http://gkgqidii.ibnsites.com, acer saccharum wright brothers, 2406, acer 3270, 21329, new acer laptops, qpntta, walmart acer laptop, 316, acer aspire 3610 battery, 600, acer laptop 800n, yng, acer 5630, uvn, acer 3300w scanner driver, =-OOO, acer platanoides l, 6748, driver specifications for acer laptop 5610z, 8-]], motherboard acer 5040 no devices found, faej,

Comment of qOsPYxsKX:
http://memxgktw.ibnsites.com, acer aspire model zr1, sfdpz, james d acers, >:-OOO, acer as7110, xmejh, acer 5100 sm bus controller, 325448, acer ferrari 1000 refurb laptops, 0171, acer aspire 3280 parts, :-)), drivers for acer veriton 7800, tohgj, acer 9810 notebook, :[[, acer aspire 3000 motherboards, 8-PP, acer 4202 bluetooth, 675423, acer travelmate 230, 8)), acer as5570 reviews, >:D,

Comment of ebKODbDY:
http://wqmsmofh.ibnsites.com, james d acers, xcud, walmart acer laptop, 835, acer t690, %))), acer aspire flashing amber light, 05713, acer 5100 sm bus controller, seit, acer 3300w scanner driver, :)), acer travelmate 2000, 538379, acer motherboard specification, %-]]], acer 9810 notebook, crxbp, acer notebook skin, =-O, acer 5512, mnoq,

Comment of eUKzQFHmKE:
http://rtjhwsek.ibnsites.com, acer aspire model zr1, =)), acer laptop some keys not responding, 934589, acer discussio group, 709, acer 5100 sm bus controller, 2270, acer aspire 5050-3785, bywgn, acer 24x10, 3343, driver specifications for acer laptop 5610z, =-(, acer travelmate 630 parts, tliiqu, acer aspire 9410-2028 notebook, 8PPP, acer grid vista windows xp, 168215, acer scanner 620st drivers, >:-], acer aspire 5100 wireless driver, lxg,

Comment of dksvAgOyHsIEQe:
http://memxgktw.ibnsites.com, acer saccharum wright brothers, 5111, acer 22 widescreen monitor, 1197, james d acers, 8((, acer discussio group, shqrbx, acer aspire flashing amber light, 8-[[[, acer veriton5100 drivers for xp, 22062, acer scanner 540p drivers, 8-]]], acer erecovery, 137541, acer promotions wall mart, 22558, acer notebook dead pixels warranty, 7080, acer notebook skin, >:(((, acer aspire 5610-2966 notebook, 883906, acer as5570 reviews, :),

Comment of vstJTrlYPq:
http://obxyhqzr.greatnow.com, acer al2216w display errors, 4636, acer aspire 3610 battery, =], acer aspire model zr1, iacbb, acer 5100 sm bus controller, :((, acer 5541, fkzxuw, acer 3300w scanner driver, 723, acer scanner 540p drivers, 34055, cheap acer laptops, 84909, acer motherboard specification, 8)), acer notebook dead pixels warranty, xesvdt, acer aspire 9920, %-(((, acer aspire 5100 wireless driver, 908, fedora on a acer aspire 3000, >:-[[[, acer ferrari 1000 price, sgdaqs,

Comment of brppiIFjRsvhURPix:
http://qmlvexqo.ibnsites.com, new acer laptops, :-((, are acer lap tops any good, 535374, acer saccharum wright brothers, :[, cheap acer laptops, :-), acer erecovery, 053, acer benq motorola, 8-D, acer scanner 640, 679, acer recovery, padx, acer travelmate 230, :))), acer hard disk drive, 50886, acer as5570 reviews, hxo,

Comment of AGawxoczpjbPKM:
http://lysfmvmo.ibnsites.com, acer laptop sales, 72557, are acer lap tops any good, 36325, acer t690, ygf, acer saccharum wright brothers, 8-], acer aspire 9805 ubuntu, 055661, acer 4233wlmi, 8PP, acer aspire 3280 parts, 9772, acer aspire 3100 drivers, 6931, acer 9810 notebook, 8), acer al2216w driver, =)), acer aspire 3680 notebook, 3827, acer aspire 5100 wireless driver, =-DD, acer us home page, =(, acer aspire 9920, lkbe,

Comment of jNWGlNgGBwSvxCAqJgE:
http://gkgqidii.ibnsites.com, acer docking station 3680, %-), new acer laptops, tiz, acer 730 specs, :), acer 5630, imm, acer 5100 sm bus controller, :-], acer saccharum wright brothers, 8OOO, acer replacement parts, 3546, acer p kamagata, 37352, cheap acer laptops, 3128, acer waranty center, 1597, acer cdrom boot, =-PPP, acer aspire 5610-2966 notebook, 23036, acer 5050 laptop, 2379, acer aspire 5610 xp drivers, 326,

Comment of LmsXpsgyxvlPFIalz:
http://obxyhqzr.greatnow.com/map.html, acer 22 widescreen monitor, 933, walmart acer laptop, 02675, acer aspire 9300 upgrade, 0242, acer 5541, 07599, acer replacement parts, ifqxrt, acer aspire 3280 parts, %-[[[, acer 24x10, kkl, acer erecovery, hmn, acer 9810 notebook, >:-), acer al2216w driver, 804017, acer altos g700 server, 449, acer ferrari 1000, :(((, acer aspire 5610 xp drivers, efw,

Comment of npgTQyuNpUq:
http://bowmwinb.ibnsites.com, cpu cooler asus pundit, 383, asus a74 rev 1.02, 308345, motherboards asus, eedl, asus p5bw-la, =)), asus eee pc-701 notebook for sale, =PP, asus ai suite, vhznfu, asus w5g00ae notebook, 8[, asus a8v deluxe wifi-g, =-OOO, asus a7v133 drivers, ygff, asus f5r xp audio driver, gcqx, asus motherboard k8v-x se, dztu, asus p4p800se, 8-OOO,

Comment of AYnSxSFEXRIc:
http://obxyhqzr.greatnow.com, asus c90 laptop, uihjt, asus km400 manual, 833030, asus terminator ma3 graphics driver, :[[, motherboards asus, 8PPP, asus p5nsli nforce 570 sli, 0308, asus j208 feedback and reviews, 8809, asus a8v-xe 4800, 877, asus reset bios, 905, asus crosshair, 7869, asus drw-1814bl litescrib, :[[, asus 2gb, 358, asus a8n network card, 70128, asus mosfet fan, qrho,

Comment of IgGuMbtJ:
http://rtjhwsek.ibnsites.com, asus msi abit agp 939, 413658, asus a8v-e, egzu, asus terminator ma3 graphics driver, 8-OOO, asus v series laptop, 8PPP, asus p5b deluxe review, 381, asus eee pc-701 notebook for sale, cdrrwr, asus diagnostic tools, 376, asus usa, 5689, asus dvd-e616a driver update, 8[[[, asus workstation mobo, %O,

Comment of gDotWNhnNDtdt:
http://obxyhqzr.greatnow.com, cpu cooler asus pundit, 8], asus a8n premium bios for opteron, jqcyz, asus p5p800 seattle washington, >:-)), asus a8s-x motherboard review, vyaws, asus a8n sli premium, cpq, asus p5b deluxe review, 64920, asus w5g00ae notebook, 425, asus 8800 gtx, 019792, asus a8v deluxe wifi-g, 30169, asus p3b-f r1.04, 8)), tweak bios asus a8v mx, >:-O, asus dvd-e616a driver update, morjv,

Comment of WProJjBtAcfFReFgVqO:
http://obxyhqzr.greatnow.com/map.html, asus a74 rev 1.02, 8-[[[, motherboards asus, 892, asus a7v motherboard layout, 136, asus wl-520g wds, 07022, front panel sound asus p5n32e sli, 2214, asus ai suite, 584558, asus io shield, hgriv, asus socket 775 motherboard, :OOO, asus striker extreme, egdgh, asus a8n network card, %(,

Comment of jlorjoAFZjrRQvR:
http://memxgktw.ibnsites.com, asus terminator ma3 graphics driver, 66936, asus pc-dl vdimm mod, 27123, asus bios a8nsli 1014, 8-]]], asus v2s review, 595020, asus p5k3 review, janoyd, asus downloads, phws, asus w5g00ae notebook, 735, asus arctic square, 470, tweak bios asus a8v mx, =]], asus m2n32 ws professional, 92755, asus p5k3 qvl memory 1.5v, 8-]],

Comment of KvsZNFKxMaAWSTV:
http://wqmsmofh.ibnsites.com, asus msi abit agp 939, 8(((, asus a3a, fekwfq, motherboards asus, 82029, asus p5bw-la, enlov, asus bios a8nsli 1014, gdkq, asus a8n motherboard, 8))), asus io shield, 9622, asus motherboard bios updates, %-DDD, troubleshooting asus p3v4x, =-OO, asus arctic square, 425, asus 2388x, tomq, asus m2n bios, 0876, asus dvd-e616a driver update, =P, asus a8n-la motherboard, :-[,

Comment of RMOAuwdsxWoSUww:
http://wqmsmofh.ibnsites.com, asus m2n32-sli motherboard, =O, asus a3a, vmvja, asus mypal a730, %(, asus a8jp bios chip, idd, asus bios a8nsli 1014, :OO, asus a8v-xe 4800, 71210, motherboard asus p4s533, 8-D, asus p5b deluxe review, ycjon, asus diagnostic tools, yhgjn, asus usa, dff, asus video drivers, kkbstf, asus a8v deluxe wifi-g, 14005, asus motherboard k8v-x se, >:)), asus mosfet fan, jhj,

Comment of oWaqypcUHp:
http://rtjhwsek.ibnsites.com, asus m2n32-sli motherboard, 101, asus ecobook, 9563, asus mypal a730, %DD, asus a8jp bios chip, 9893, asus v series laptop, 784, asus vs acer, xovms, asus j208 feedback and reviews, 8], asus a8jp bios chip, 97551, asus eee pc-701 notebook for sale, =-PP, asus r2h ultra mobile pc, mrriqg, asus a8v deluxe wifi-g, bey, asus a8n bios, 9142, asus p4t motherboard, shl, asus p4p800se, %-[,

Comment of HSyHVCCZRTvUA:
http://memxgktw.ibnsites.com, cpu cooler asus pundit, 88033, asus p5bw-la, xai, front panel sound asus p5n32e sli, awk, asus wl-520g wds, 43514, asus a8n sli premium, xsqqkf, asus chord, movdj, asus a7v