At work on my desk I have an iMac which I often use for configuring and shipping ADSL Routers, however once I am done it then goes back on the corporate network with a static address. Thus meaning I am often switching back and forth between DHCP and static on the network adapters config.
Which is where the next two terminal commands come in.
The following Terminal command set’s the IPv4 settings to manual then set’s the IP address of the adapter to 10.0.1.2, the subnet mask to 255.255.255.0 and the router to 10.0.1.1
1 | networksetup -setmanual "Ethernet" 10.0.1.3 255.255.255.0 10.0.1.1 |
The following Terminal command set’s the IPv4 settings to DHCP and clears the manual settings from the ethernet adapter.
1 | networksetup -setdhcp "Ethernet" |
The code above changes the settings on the Ethernet adapter, you will need to change the string entry to the network adapter you want to update.
Popular multi platform level based game Angry Birds is soon to potentially be replaced on the top of the popularity charts as Rovio Entertainment announce the latest revision of the super addictive game.
Angry Birds Space claims to be a completely new game with totally innovative gameplace. However, for all you dedicated fans out there there’s no need to panic and most of the familiar Angry Birds you know and love will still be there!
The new game will be hitting the ‘online stores’ on March 22nd, and will no doubt race it’s way up the charts.
You can find out more about Angry Birds Space over on the official website alternatively check out the teaser trailer below.
Since it’s launch in June 2008 the App Store has been a hit with both application publisher and app downloaders the world over. So much so that the App Store is racing towards it’s 25 billionth download! That’s a whole load of applications!
The above snippet was captured at 20:11 18th Feb 2012 (GMT) judging by the rate of the animated counter over on the official page I’d expect the 25th billion will be achieved in the next few days/weeks.
What’s more, Apple are offering the lucky downloader with a US$ App Store voucher for $10,000. That’s quite some prize.. So get downloading people.. Who know’s – it could be you!
Apple have recently released what can only be described as slightly overdue, yet completely perfect. A ‘complete’ start to finish guide on how to jump into iOS application development. Although not a coveted secret, sometimes starting out in iOS application development can be a mysterious and painful place to be!
This guide now walks you through 13 major steps to get you up and running:
- Introduction to iOS development
- Installing Tools
- Jump Right In
- Tools
- Language
- Basic Tasks
- Frameworks
- Design Patterns
- Human Interface Design
- App Design
- App Store
- Finding Information
- Where to go from here
Ok, ok so the last two are technically major steps – but do offer some very helpful advice..
The guide is broken down into small ‘bite size’ chunks, that leave out the over complicated ‘waffle’ and stick to the basics. It’s perfect if you’re just starting out.
But don’t stop there… Once you’ve worked your way through the guide, I’d strongly recommend checking out and subscribing to Stanford University’s iPad and Application Development series in iTunes U.












