Honeymoon Pictures
Posted: 10/4/2007 8:12:51 AM
Here are some pictures from our honeymoon in Ocho Rios Jamaica. I'll write more about it later. Soon to come will be the wedding pictures.
[ fullview | replies: 0 ]
Posted: 10/4/2007 8:12:51 AM
Here are some pictures from our honeymoon in Ocho Rios Jamaica. I'll write more about it later. Soon to come will be the wedding pictures.
[ fullview | replies: 0 ]
Posted: 8/29/2007 3:25:21 PM
find -name Makefile | xargs grep enable-runtime -l | xargs scite
Very cool.
[ fullview | replies: 0 ]
Posted: 5/8/2007 9:33:06 PM
I'll make this short and sweet. If you are using wpa_supplicant and you don't want to have to go through the hastle of manually restarting your connection and running dhclient by yourself, you need to change your /etc/sysconfig/network-scripts/ifcfg-[your wireless card dev here] file to say that your wireless card is simply Ethernet, and not wireless.. An example config follows:
# Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=dhcp
DHCP_HOSTNAME=my.laptop
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes
Note the TYPE=Ethernet instead of TYPE=Wireless
[ fullview | replies: 0 ]