Search

Sunday, February 12, 2012

Development Setup on Fedora 16

Install Apache Web Server


yum groupinstall "Web Server"

Apache Configuration

Install graphical interface for Apache configuration
yum install system-config-httpd
System configuration tool then need to be ran as root :
/usr/bin/system-config-httpd
or you can configure Apache server manualy :
vim /etc/httpd/conf/httpd.conf
vim /etc/httpd/conf.d/README

source : http://hacktux.com/fedora/apache

Troubleshooting

On Fedora you can run the following command which should give you the full error message :
/usr/sbin/httpd -t
The -t flag runs a syntax check on the configuration files so if there are any syntax errors there then this should help.

Fedora 16 installation on Dell Inspiron N5030

Objective : troubleshoot all hardware & configurations problems occured when installting Fedora 16 on Dell Inspiron N5030 laptop.

Environment : Fedora 16 64 bit on Dell Inspiron N5030

Wireless Network

problem : wireless connection is not detected
solution : Find wireless network card specification & download driver.

Install Repository

Enable repository access using command line for Fedora 15 & 16 :
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

source : http://developify.wordpress.com/2011/08/12/activate-broadcom-sta-wireless-driver-in-fedora-14
http://rpmfusion.org/Configuration

install broadcom-wl and the appropriate kmods all at the same time in a single yum or rpm command.

Activate Broadcom STA wireless driver


Touchpad Setting

problem : tap on touchpad as mouse click is not working

Keyboard Layout

problem : wrong keyboard layout, displayed characters not exactly matched the clicked keys.
solution : change Keyboard layout based on prefered layout.
System>Preferences>Keyboard>Layouts, "Add", "Choose a Layout" select "By Language" tab, Language: "English (US)".