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
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
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 & […]
Linux for Windows User
Is that hard to install linux? I don’t wanna loose my windows, can I try linux in save way? I wanna learn linux, have idea where I must start? Well, I’ll start with this option : 1. Live CD, using live CD what you need just make sure you choose to boot from CD-ROM or […]
auto and eth
Linux dns 2.6.15-26-server #1 SMP Thu Aug 3 04:09:15 UTC 2006 i686 GNU/Linux dnspct@dns:~$ # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth1 iface eth0 inet static address 172.88.1.6 netmask 255.255.yyy.0 network 172.88.1.0 broadcast 172.88.17.yyy iface eth1 inet static address 222.124.4.xxx netmask 255.255.255.xxx network 222.124.4.xxx broadcast […]