I was trying to do this, and it was driving me up the wall. I put it in WEP mode, but the DS/Wii wouldn't take the password.
The trick is you need to use the HEX password, which is not what Apple uses by default.
You need to use "Equivalent Network Password" to see the WEP code the DS/Wii will want. Once you have this, it'll connect quite easily.
Of course if you're only using a Wii, you should use WPA2.
2007-12-25
Connecting a Nintendo DS/Wii to an Airport Express
2007-12-21
VMWare Server USB on Ubuntu 7.10
If you want to use USB devices with VMWare Server on Ubuntu 7.10 you need to do the following:
Shutdown VMWare
sudo mount -t usbfs usbfs /proc/bus/usb/
Start VMware, and load your virtual machine.
Select the USB device in VM -> Removable Devices -> USB
Note that if you want usbfs to be mounted at boot, you'll want to add this line to /etc/fstab:
usbfs /proc/bus/usb usbfs defaults 0 0
I put it directly under the proc entry.
Awesome desktop images
I was looking for some 1080p images, and found them at InterfaceLIFT.org. If you edit the URL a bit, you can directly search for 1080p. There are some very nice ones; now I only need to find some uncompressed TIFFs.
Posted by bombcar at 16:00 0 comments
Labels: 1080p, background, desktop, display, wallpaper
2007-12-19
Remotely waking up a Mac
I had forgotten to change a cronjob on my Mac Book Pro at home, but by the time I got to work and sshed back in, it was asleep.
The server was on Gentoo, so I looked at the Gentoo wiki and found that "emerge wakeonlan" would get me the tool to wake up the Mac.
But now I needed the MAC address, and it was asleep! But I remembered dhcp, and looked in /var/lib/dhcp/dhcp.leases and sure enough, there was the MAC address of the Mac.
Running wakeonlan, waiting for it to come alive, and sshing in worked great.
2007-11-21
Paladin Song
I'm a dwarven pally,
Short and stout,
Here is my hammer,
Here is my mount,
When I see a Horde,
I scream and shout,
'Bubble shield and hearthstone out!'
Posted by bombcar at 18:03 0 comments
2007-11-19
Phoenix LOL
Here is a flickr set of Phoenix Wright in a LOLCats theme.
Posted by bombcar at 10:09 0 comments
Labels: flickr, lol, phoenix wright
2007-11-18
Simply rsync command
If you want to simply copy the contents of one directory to another using rsync (so you can resume if copying to an SMB mounted filesystem on a wireless link, for example):
rsync -av --size-only /Volumes/Source Directory/ /Volumes/data/Destination Directory
-av tells rsync to archive and be verbose, --size-only tells it only to compare file sizes (as it is a local link, it's faster to just copy the file than to read it up and determine differences). The trailing slash should be on the source directory, but not on the destination directory.
Posted by bombcar at 23:34 0 comments
Iron Soccer Ball
The rest of the world is just as messed up as we are, if not worse.
Proof is presented. QED
Posted by bombcar at 20:18 0 comments
Labels: iron soccer ball, lol, soccer ball, youtube
2007-11-16
2007-11-15
Design Problems?
Awesome spam follows.
design problems, and better design problems, and better you don't want
to , and how to exploit put you to sleep! We think But you don't just
so you look to Design
words, in real world his stunningly clever use of Command, Head First
Design Patterns you get to take (and impress cocktail party guests)
environment. In other it struggling with academic
when he casually mentions , and how to exploit matter--why to use
them, and why everything In a way that lets you put
challenging. Something look "in the wild". in between sips of a
martini. you want to learn the them to work immediately. more complex.
used in the Java API
and why everything you want to learn the You want to learn about , and
how to exploit brain in a way that sticks.
applications. You up a creek without NOT to use them). how patterns
are real OO design principles "secret language"
Patterns--the lessons Best of all, in a way that won't you don't want
to Singleton isn't as simple as it
deep understanding of why at speaking the language
Java's built-in pattern
be wrong (and what
about inheritance might (and impress cocktail party guests) Best of
all, in a way that won't your boss told you
look "in the wild". (and impress cocktail party guests)
your time is too important
brain in a way that sticks.
advantage someone struggles Patterns--the lessons advantage
better at solving software it struggling with academic
format designed for the way
challenging. Something
the patterns that with of patterns with others you get to take
his stunningly clever use of Command, "secret language" science, and
learning theory,
the latest research in about inheritance might matter--why to use them,
also want to learn , and how to exploit (and impress cocktail party
guests) (or worse, a flat tire), But you don't just to know how they
Head First Design Patterns
deep understanding of why
about inheritance might about inheritance might
principles will help
what to expect--a visually-rich Design Patterns, you'll avoid
challenging. Something
will load patterns into your to use them (and when to learn how those
Decorator is something from at speaking the language
to do instead). You want format designed for the way applications. You
you have. You know
who've faced the them to work immediately. or on the real relationship
to know how they about inheritance might
You want to learn the
used in the Java API
used in the Java API more complex. his stunningly clever use of
Command, at speaking the language that you can hold your
at speaking the language sounds, how the Factory In a way that makes you
Head First Design Patterns principles will help
better at solving software will load patterns into your what to
expect--a visually-rich In a way that lets you put
challenging. Something it struggling with academic
be wrong (and what
and Adapter. With Head First
Posted by bombcar at 23:47 0 comments
2007-11-13
2007-11-12
Entrance Essays for Graduate School
Imagine the graduate school of your dreams. Consider it as a woman. Now the essays, you must seduce the woman with the entrance essays.
And if you're accepted, she'll take all your money and dump you in a ditch in 2-4 years.
Posted by bombcar at 23:12 0 comments
Please don't write LOL to me
Go to http://www.basshunter.se/guestbook.htm
Read post 21066. It's epic.
@ linda;Hi Linda you don’t understand the text... The girl he is kissing oh the photo is not me!!!!!!! It is not my way to be a bitch and plese look at the photos again. Iam the girl on the first two pictures, and the other three pictures is a old friend of mine and she fuck with the photograph to be allowed to stay at the vip-longe!! so i think i have the right to say, that she is a bitch.. or what would you say? of course i think jonas is a "player" ( I think you know what it means and what I want to say). so please don’t write "lol" to me, because I am not like you told me... thx. have a good time ayla
Posted by bombcar at 21:13 1 comments
2007-08-27
Running the DOS TIE Fighter on a Mac
I was digging through my old files (some are almost 20 years old!) and I found my original copy of TIE Fighter for DOS.
Posted by bombcar at 19:57 8 comments
Using fail2ban to reduce attacks on Gentoo
enabled = false
filter = sshd
action = iptables[name=SSH, port=ssh, protocol=tcp]
mail-whois[name=SSH, dest=yourmail@example.com]
logpath = /var/log/sshd.log
maxretry = 5
enabled = true
filter = sshd
action = shorewall
mail[name=SSH, dest=yourmail@example.com]
logpath = /var/log/messages
maxretry = 3
enabled = true
filter = postfix-greylisting
action = shorewall
mail[name=greylisting, dest=yourmail@example.com]
logpath = /var/log/messages
maxretry = 5
bantime = 60000
findtime = 300
enabled = true
filter = named
action = shorewall
mail[name=named, dest=yourmail@example.com]
logpath = /var/log/messages
maxretry = 2