Learning On Demand Learning anything from anywhere

Archive for June, 2008

Dual Booting, Windows XP and Linux Ubuntu Desktop

06.05.2008 · Posted in Linux, Step By Step

I still need my windows. That my friend statement when he decide to give linux a try in his laptop after he feel comfortable with linux live CD. Yes, in this post I’ll show how dual booting looks like and step by step effort to make computer with single windows xp into dual booting with ...

Could not determine the server’s fully qualified domain name

06.05.2008 · Posted in Linux, Unix

Thats message appear when I try to start apache using apachectl. #apachectl start [Thu Jun  5 16:31:33 2008] [alert] httpd: Could not determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName /usr/local/sbin/apachectl start: httpd could not be started to solve this problem I need to know hostname and edit /etc/hosts to put that ...

Partition Magic alike : Gparted

06.03.2008 · Posted in Software

How dual booting looks like? + It show 2 options, windows and other OS I don’t have partition magic, do you have recommendation? + Use parted, partition magic alike interface I have Windows XP with space 8 GB, I’ll shrink the partition to 4 GB, the rest for Linux preparation. How to do that? Here ...

Reset MySQL password in FreeBSD

06.02.2008 · Posted in Database

Just another post for my archive One our sandbox accidently delete root account with host ‘localhost’. We need to recover the account by grant new root account back into system. The steps are : 1. Turn off mysql service sandbox# /usr/local/etc/rc.d/mysql-server stop 2. Run mysql with skip grant table mode sandbox# mysqld_safe –skip-grant-tables & [1] ...