Configurare l’IP pubblico con Fastweb e l’AirPort Extreme

9 March, 2013

la configurazione non è delle più semplici ma vediamo come fare:
Andare su questa pagina:
http://www.fastweb.it/myfastpage/abbonamento/#mConfig e scegliere configura router.

Premere “Modifica” e poi “Configurazione Manuale”.

A questo punto aggiugere il servizio inserendo la porta come in questo esempio:

Image

per il server web, ad esempio  inserire questi valori

Image

A questo punto bisogna configurare l’airport extreme, inserendo l’indirizzo IP
del server da esporre su internet, in questo caso 10.0.1.17

Image

premere ora su port mappings e configurare le porte in questo modo:

Image

Riavviare l’airport e a questo punto il vostro server sarà visibile su internet.


Fix Lion slow TimeMachine backups

24 July, 2011

After upgrading to Lion, my TimeMachine Backups takes FOREVER to complete.

after 2 days of googling, I discover the solution:

  1. Be sure to disable TimeMachine using System Preferences
  2. Mount TimeMachine disk
  3. Launch a terminal and go to the TimeMachine Disk
  4. now rm -r .Spotlight-V100
  5. Now go to the Startup Disk
  6. rm -r .Spotlight-V100
  7. At this point restart your Mac

 


Don’t wait for iPad international shipping date…

10 March, 2010

I don’t like to wait another month to keep my hands on iPad, while US people can.

And I’m not ALONE….
Full procedure to order like US customer
LOL


Learning iPhone UI application

1 May, 2009

I don’t like to use Interface Builder for creating a UI prototype for my apps.
I prefer the old way: draw it on paper and then implement the code.

But…
It takes a lot of time, needs a lot of fixing and every major modification of the UI takes a huge amount of energy.

I just read an interesting post on Cocoa with Love, and I discover an interesting tool to make my life easier:
Now I can create my UI with IB, and the tool will convert it to a .m file.
GREAT!!!

The tool is called nib2objc and it can be found on Github. Github, is a site that allows developers to share their code with the rest of the world. Another great site!!

The link for nib2objc is here, and don’t forget to thanks its author kosmaczewski

Happy coding!!


Hacking the Apple MagSafe cable

19 March, 2009

If you have time and your MagSafe is broken, maybe this is the solution for you:

Read the full story here.


Gain admin priviledge on OS X

1 March, 2009

an interesting article.

read the full story here.


Testare un applicazione iPhone

15 October, 2008

Per poter utilizzare un applicazione senza doverla scaricare dall’AppStore, c’e’ un modalita’ chiamata distribuzione AdHoc. Essenzialmente lo sviluppatore chiede, alle persone che voglio utilizzare la sua applicazione, il codice identificativo del iPhone/iPod Touch.
Lo sviluppatore genera un certificato che permette all iPhone/iPod Touch di utilizzare l’applicazione.

Questi i passi da seguire:

Preparazione

Prima di tutto assicuratevi che il vostro iPhone/iPod Touch sia connesso a lanciate iTunes.

Dovreste vedere che il dispositivo e’ connesso come nell’esempio.
Il dispositivo in questo caso si chiama “Mauro 3G”.
Se non lo vedete nella finestra di itunes, staccate il cavo e riprovate.

Quando questo si e’ connesso, andate nel tab “Sommario” e dovreste vedere una finestra come nel seguente esempio:


A questo punto ci saranno due informazioni:

  • Numero Seriale
  • Numero di telefono (se un iphone)

fate click su “Numero Seriale”. Dovrebbe comparire una nuova voce:

Se vi trovate su Mac, premete mela-C,
se siete su un PC, premete control-C

a questo punto, l’identificativo del vostro iPhone/iPod Touch e stato copiato ed e’ pronto per essere inviato a chi vi ha chiesto il codice.

Certificato

Una volta che lo sviluppatore ha ricevuto il vostro codice, vi manderà un file che termina in .mobileprovision.

A questo punto da iTunes scegliete “aggiungi alla libreria” e selezionate il file .mobileprovision.
Sincronizzate il vostro iPhone/iPod Touch.

Se tutto e’ andato bene, selezionate “impostazioni” e poi “generali”.

Dovreste vedere una nuova voce che si chiama “Profili”.

Se e’ la prima volta che lo fate, questo conterra’ solo 1 profilo.
L’esempio della foto mostra un device con 3 profili installati.

Installare il programma

Fatto. da questo momento potrete utilizzare tutti i programmi che il vostro amico sviluppatore vi passerà.

La procedura e’ semplicissima: da iTunes scegliete “aggiungi alla libreria” e selezionate il file che vi e’ stato inviato.
Verificate che la nuova applicazione, in questo esempio “iWind” sia selezionata e sincronizzate il vostro iPhone/iPod Touch: il nuovo programma sarà pronto all’uso.


AppStore is coming…

25 June, 2008

The Apple AppStore is coming: it should be available for all the 2.0 iPhones for July, 11th according to rumors.

But developer need some answers to their question…
Due to the SDK NDA, is difficult to find them, but at least I discover some interesting posts:

Let’s hope…


Different iPhone lines ?

16 April, 2008

There are rumors regarding more than one simple line of iPhone: one for the business users and another one for the standard user.

Read the rumors here.


Using Apple iPhone SDK to build 1.1.4 toolchain applications

31 March, 2008

The Apple iPhone SDK uses XCode to build iPhone 2.0 application.
At the moment only few US developer are able to install SDK-created applications on their iPhone/iPod Touch.

Someone at hackint0sh figured how to use Xcode to build 1.1.4 application that works with jailbreaked iPhone/iPod Touch.

The details can be found here.


Follow

Get every new post delivered to your Inbox.