Skip to content

DPJ Online Blog

Computer Programming, Health, Science and Information Technology, Google Adsense, Online Business & Adventure

Archive

Tag: ubuntu

This is how I changed my default boot option to my Ubuntu 9.10 , I installed my ubuntu through Wubi w/in my W7

1. Click Windows Knob ->Control Panel

blog.dpjonline.com , Start Control Panel

Start Control Panel

2. At the control panel window click “system”

www.blog.djonline.com , Control Panel Window

Control Panel Window

3. at the system window, click “Advnace Settings”

www.blog.dpjonline.com , Windows System Options

Windows System Options

4. click advance tab->settings

5. choose ubuntu






To enable apache’s mod_rewrite in ubuntu type the following at the terminal window

sudo a2enmod rewrite

restart apache
sudo /etc/init.d/apache2 restart

a2enmod means “apache2 enable module <-module->”