RHCE
this website might not be dead after all. i’m scheduled to take the RHCE RH300 course and exam in december, so… i have acquired an RHCE book and might be doing more digging than i thought.
Comment
wget --keep-session-cookies --http-user=youremail --http-password=yourpassw \
--post-data="status=HOORAY!" \
http://twitter.com:80/statuses/update.xml
OR!
curl -u youremail:yourpassw -d status=HOORAY!" http://twitter.com/statuses/update.xml
thank you, IBM, for distracting me even more tonight. i was not procrastinating nearly enough.wget http://ftp.us.dell.com/network/R140746.EXE
i hope this helps someone. after you download that, do the following:
echo "blacklist bcm43xx" >> /etc/modprobe.d/blacklist
yum install ndiswrapper
ndiswrapper -i bcmwl5.inf
ndiswrapper -l
ndiswrapper -m
modprobe ndiswrapper
make sure you have a wireless interface set up under your network settings and make sure your /etc/modprobe.conf has an “alias wlan0 ndiswrapper” line somewhere in it.
you’ll probably have to reboot. you shouldn’t have to with modprobe but i had to.