Linux commercial contest

Last night an article at the linux foundation got my attention. It’s about a Linux Commercial.
Here’s a little introduction (from their website): If you’ve been alive and aware of mass media over the last twelve months, you’ve probably seen television commercials from Apple and Microsoft touting their operating system. From Apple’s ubiquitous “I’m a Mac” to [...]

DD-wrt on Linksys Access Point

At home I have two Linksys WAP54G Access Points. One downstairs for my IPod Touch and MacBookpro. And the other one in my bedroom for checking my email wireless. The default Linksys firmware has enough shortcomings to give dd-wrt a try. Remember it’s warranty void and open-source so only feedback at their forums.
First of I [...]

Spoof Mac address Leopard 10.5.6

To change your mac address at Leopard OSX there is a little ‘trick’ that is required. The regulair command with ifconfig does not do the job.
Start your terminal and run:
Airport

Enable airport but disconnect from network.
/System/Library/PrivateFrameworks/ Apple80211.framework/Versions/A/Resources/airport -z
sudo ifconfig en1 lladdr [new mac]

 
Ethernet

no Fix yet, if you know any let me know.

Setup proxy via SSH

There is a quick and easy way to set up a proxy connection with SSH. This can be handy when the connection you’re is unsafe or you do not trust it. I normaly use ssh to tunnel single ports. But thanks to an footnote at Linux Mag dec2008 there is a better solution.
You’ll need

SSH based [...]

XCode Actionscript3 Project

I’m taking course: Serious Games at my school. It’s about creating a game in a short period of time with: simple goal, thought-out gameplay and achieves a Flow with the person playing it. Requirements are: Action-script 3.0. But not that Flash drag & drop stuff, but coding with the SDK. Another alternative is program by Yoyogames: GameMaker. My choice is obvious. 
Adobe provides [...]