Linux – Mount an iso image

This one is easy.

mount -o loop -t iso9660 variable.iso /mnt/isomount/

thats it !!

Enjoy

Nokia N95 + Mac PowerBook

So you just got your new Nokia N95 and not even the techies at the ISP know how to use it.

What do you do?

Hit the Google Hut!!

So in my case i needed to get the modem script for my Macintosh laptop. I found this a great resource

http://felipe-alfaro.org/blog/2007/02/11/mac-os-x-bluetooth-and-nokia-umts-phones/

You must basically complete the following steps, with a little tweaking along the way to get things right for you.

1 – download and install the modem scripts into /Library/Modem Scripts/
2 – pair the phone and laptop
3 – configure the new phone bluetooth device through System Preferences/Bluetooth/Devices/Configure
4 – these settings worked for me on t-mobile (more accurate instructions at the link above), GPRS ->> user == user, password == pass, GPRS CID String == general.t-mobile.uk, Modem Script == Nokia 3G CID1

if you need further instructions check out that link, also attached a document from a helpful chap at T-Mobile

Apple Mac Bluetooth Modem Guide for Nokia

Just got my new phone hooked up to my laptop.

Check out my first speedtest results on my mobile in my pocket, whilst sitting on a bench inconspicuously surfing at 100 miles an hour !!!!

Speedtest

And check out another….

Nokia N95 + Mac PowerBook take 2

Creating and working with ISO files

Found some great ways to create and convert .iso files using Linux.

There is a free PowerIso CLI for those who have used Windows before.

PowerISO for Linux – to convert .daa and others to .iso

http://www.poweriso.com/download.htm

Creating an iso image – simply

dd if=/dev/cdrom (or whatever) of=/somewhere/file.iso

thats it!!

enjoy