Ok, rules for this thread, if you have a q/a that you think should be added, just post below, and I will copy it into this post..
This is just what I have had to ask around for in the past few days... more to come, probably.
Q: Where is the apache webroot?
A: /var/www/html/
Q: How do I add support for mysql or postgresql in php?
A: yum install php-mysql installs mysql, whereas yum install php-pgsql installs postgresql.
Q: What files do I edit to configure php?
A: /etc/php.ini configures the php program, but do not use it to configure the modules.
Q: How do I configure the modules for php? like mysql.so and pgsql.so?
A: Redhat and Fedora use /etc/php.d/ to hold .ini files for each library.
Q: I want mozilla firebird
A: yum install mozilla-firebird
Q: I installed my nvidia drivers according to the faq on this website, but I get lots of crashes, for instance, if I run glxgears, it will lock up the computer almost immediately.
A: In your /etc/X11/XF86Config, try adding
[code:1]Option "NvAGP" "0"[/code:1]
in the videocard's device section.
Q: What do you have in your /etc/yum.conf
A: I got mine from someone else.. perhaps this will help someone, perhaps not
[code:1][main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=1
[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/os/
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/updates/
[updates-testing]
name=Fedora Core $releasever - $basearch - Unreleased Updates
baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/updates-testing/
[fedora-stable]
name=Fedora Stable
baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/stable/
gpgcheck=1
[fedora-unstable]
name=Fedora Unstable
baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/unstable/
gpgcheck=1
[fedora-testing]
name=Fedora Testing
baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/testing/
gpgcheck=1
[livna-stable]
name=Livna.org Fedora Compatible Packages (stable)
baseurl= http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable
gpgcheck=1
[livna-unstable]
name=Livna.org Fedora Compatible Packages (unstable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable
gpgcheck=1
[livna-testing]
name=Livna.org Fedora Compatible Packages (testing)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/testing
gpgcheck=1
#[mozilla-seamonkey]
#name=Mozilla SeaMonkey Releases
#baseurl=ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/yum/SeaMonkey/releases/1.5/redhat/fedora-test3
#[fresh-rpms]
#name=Fresh RPMS
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/
[/code:1]
This config seems to work fairly well.. although it has some unstable packages.. I think..
Q: How do you boot to runlevel x?
A: When grub loads, edit the kernel line of the kernel that you want to boot and then add a 3 to the end of the line.
Q: How do I view the files in a .rpm package?
A: rpm -qpl FileName.rpm
Q: How do I fix rpm? It just hangs there when I try to use rpm.
A: http://www.rpm.org/hintskinks/repairdb/