Fedora
My Fedora 14, 15, & 16 notes
Basic set up[edit | edit source]
Install RPM Fusion. RPM Fusion provides software that the Fedora Project or Red Hat doesn't want to ship. That software is provided as precompiled RPMs for all current Fedora versions and Red Hat Enterprise Linux 5; you can use the RPM Fusion repositories with tools like yum and PackageKit.
commands & programs[edit | edit source]
#yum list installed
Install RPM using yum (yum resolves all dependencies):
Command syntax is yum install pathToFileName.rpm
Example:
yum install google-chrome-stable_current_x86_64.rpm
Useful links[edit | edit source]
SELinux documentation
Play Music and Video[edit | edit source]
My Fedora 15 Adobe notes
Amarok wiki for download and installation directions
Installation directions by web page:
Install RPM Fusion repositories
Install VLC[edit | edit source]
yum install vlc
yum install mozilla-vlc
Play DVDs in Fedora[edit | edit source]
Programming[edit | edit source]
Bluefish[edit | edit source]
Install Bluefish with yum:
# yum -y install bluefish
Verify[edit | edit source]
Verify Bluefish is installed using yum:
# yum list bluefish Loaded plugins: langpacks, presto, refresh-packagekit Adding en_US to language list Installed Packages bluefish.x86_64 2.0.2-1.fc14 @fedora
Launch Bluefish[edit | edit source]
Go to Applications > Programming > Bluefish Editor and you are ready to swim in code!
Hardware[edit | edit source]
NVidia hardware[edit | edit source]
Install & Configure NVidia drivers
Identify graphics driver[edit | edit source]
# cat /proc/driver/nvidia/version
nvidia-xconfig[edit | edit source]
To run as root open terminal session and as root type nvidia-xconfig
To restart the X server press Ctrl+Alt+BackSpace
Detemine gnome version: $ gnome-session --version gnome-session 3.2.1
Video card information:
- lspci | grep -i VGA
03:00.0 VGA compatible controller: nVidia Corporation GF110 [GeForce GTX 560 Ti] (rev a1)
Nvidia driver version information:
- cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86_64 Kernel Module 290.10 Wed Nov 16 17:39:29 PST 2011 GCC version: gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC)
Compiz[edit | edit source]
My Fedora 15 Compiz notes