php : little advise
please remember that php 5.3.0 CANNOT connect to IIS using php5isapi.dll since is not supported no more. but you can still use latest version of php 5.2.x for the same purpose or use CGI (FastCGI, etc).
configure windows server 2008 for web server
nak bagi web server IIS korg power gile? configure ikut setting kat bawah ni :
1 - Set the host NIC property "IPv4 Large Send Offload" to disabled. (Alternatively, bind RDP to a non-TOE interface, or one with working TOE)
2 - Kill Flow Control, Checksum Offload, Receive Side Scaling and 'Priority & VLAN' if you can
TURN TOE OFF!!!
* TOE - TCP/IP Offload Engine
1 - Set the host NIC property "IPv4 Large Send Offload" to disabled. (Alternatively, bind RDP to a non-TOE interface, or one with working TOE)
2 - Kill Flow Control, Checksum Offload, Receive Side Scaling and 'Priority & VLAN' if you can
TURN TOE OFF!!!
* TOE - TCP/IP Offload Engine
unetbootin
"UNetbootin (Universal Netboot Installer) is a cross-platform utility that can create Live USB systems and can load a variety of system utilities or install various Linux distributions and other operating systems without a CD"
* extracted from Wikipedia.org
download at http://unetbootin.sourceforge.net/
* extracted from Wikipedia.org
download at http://unetbootin.sourceforge.net/
configure first boot dalam grub
1 - launch terminal
2 - run command :
> sudo locate menu.lst
> sudo gedit [destination folder]/menu.lst
(default is /boot/grub/menu.lst)
> tukar default 0 ke default 4 (atau lain)
3 - save file
4 - reboot pc
2 - run command :
> sudo locate menu.lst
> sudo gedit [destination folder]/menu.lst
(default is /boot/grub/menu.lst)
> tukar default 0 ke default 4 (atau lain)
3 - save file
4 - reboot pc
repair grub
masalah : grub untuk dual-boot (windows + linux) dah hilang
sebab : macam-macam. salah satunya, ko format windows. lepas tu ko dapati bahawa grub dah tak appear lagi. so, tak leh masuk ubuntu lagi.
penyelesaian :
1 - boot pc guna livecd
2 - bukak terminal pastu run command ni :
> sudo grub
> root (hd0,0)
> setup (hd0)
> exit
3 - reboot pc (tolong kuarkan livecd)
sekian, terima kasih.
sebab : macam-macam. salah satunya, ko format windows. lepas tu ko dapati bahawa grub dah tak appear lagi. so, tak leh masuk ubuntu lagi.
penyelesaian :
1 - boot pc guna livecd
2 - bukak terminal pastu run command ni :
> sudo grub
> root (hd0,0)
> setup (hd0)
> exit
3 - reboot pc (tolong kuarkan livecd)
sekian, terima kasih.




















