Author: Me

14 Slide Scripts Effect Web Designs 0

14 Slide Scripts Effect Web Designs

I love sliding effect. There are so many web sites that have dynamic animated sliding effect as if the site is created by flash. For this post, you’ll see 14 Scripts to create a...

Connect thru Wireless with Security WPA TKIP 0

Connect thru Wireless with Security WPA TKIP

auto wlan0 iface wlan0 inet static wpa-driver wext wpa-conf managed wpa-ssid your_essid wpa-ap-scan 1 wpa-proto WPA wpa-pairwise TKIP wpa-group TKIP wpa-key-mgmt WPA-PSK wpa-psk your_wpa_psk address 192.168.1.10 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1...

Setting Up a CentOS DHCP Client 0

Setting Up a CentOS DHCP Client

The first step for configuring a DHCP client is to make sure the kernel recognizes the network interface card. Most cards are recognized during the installation process and the system is configured to use...

Linksys WRT54GL LED Keep Blinking 0

Linksys WRT54GL LED Keep Blinking

My Linksys WRT54GL has problem. The PC cannot get DHCP from the router and the router’s power led always blinking. Try to reset the device, the problem still happened. Try to Upgrade the firmware...

What is Auto-MDIX 0

What is Auto-MDIX

Auto-MDIX (automatic medium-dependent interface crossover) is a computer networking technology that automatically detects the required cable connection type (straight-through or crossover) and configures the connection appropriately

A simple HTML Redirect Script 0

A simple HTML Redirect Script

<html><head> <meta http-equiv=”Refresh” content=”0; url=http://www.example.com/”> </head><body> <p>Please follow <a href=”http://www.example.com/”>link</a>!</p> </body></html>