Denna delen av 99 uppdateras inte längre utan har arkiverats inför framtiden som ett museum.
Här kan du läsa mer om varför.
Mac-nyheter hittar du på Macradion.com och forumet hittar du via Applebubblan.
chrisgus

chrisgus

Medlem
  • Plats Nottingham, United Kingdom, United Kingdom
  • Sysselsättning http://www.discogs.com/artist/Playmaker#t=Credits_All&q=&p=1
  • Registrerad 2010-09-10
  • Senast aktiv 2013-01-10
  • Antal inlägg 5

Foruminlägg

De senaste inläggen chrisgus har skrivit i forumet.

1
  • Medlem
  • Nottingham, United Kingdom, United Kingdom
  • 2011-01-16 15:17

Värsta jag har upplevt var inte personligen med min iPhone, utan min sambos barn(21år) som kom hem till huset för några dagar sen och trodde han hade glömt mobilen(iPhone4) här. Jag ringde efter den, men den låg inte här. Han åkte iväg igen och jag fortsätter att ringa. Till slut svarade han och han hade hittat den i snön utanför där han bor, men han hade lyckats köra över den med bilen på vägen tillbaka! Displayen var helt krossad , men otroligt nog fungerar det att svara i den. Som tur är har han drulle-försäkring...

  • Medlem
  • Nottingham, United Kingdom, United Kingdom
  • 2010-12-05 12:18

Jag tror lättaste sättet skulle vara att använda en av flertalet internetsidor som har en "wake-on-lan" service.
Kopierade ett sätt från Mac OS X Hints. Hoppas det hjälper! (EDIT: Detta fungerar med all sannolikhet i Safari på iPhonen också)

For those unfamiliar with wake-on-LAN: a specially-formed data packet containing your ethernet device's MAC address can be used to tell your computer to wake up. Most implementations of this functionality work only on your LAN. They send the packet to your TCP network's broadcast address so it goes to all the computers available on the local network. Only the one with the matching MAC address will actually wake up. However, I found a website that will send the magic packet for you to any IP address (and you could probably roll your own site using sample Perl scripts that are readily accessible via Google). So, here's how to make it work. Instructions are for the interface in 10.3 and 10.4, though this will work with any Mac OS version on any hardware that supports wake-on-LAN. And before anyone asks: yes, the computer must be connected via ethernet.

On the Mac to be woken up:

1. Open Energy Saver preferences and, in the Options tab, enable "Wake for Ethernet network administrator access".
2. Open Network preferences. Double-click the ethernet interface, then select the Ethernet tab. Write down the "Ethernet ID"; you'll need to have this with you when you attempt the wake. This Mac must be configured so that the IP address doesn't change. Using most home routers, the DHCP leases never expire anyway so this won't be a problem. Otherwise, the TCP/IP option "Using DHCP with manual address" is worth exploring.

On your router:

1. Forward a port to the Mac you want to wake up. You'll need to do this anyway for whatever service you want to access (like port 22 for SSH). You do not need to open an additional port just for the wake feature.
2. Take note of your router's external IP address. If it changes frequently, you'll need a way to keep an updated record of what it is (beyond the scope of this hint).

Now, to actually perform the wake:

1. Go to Depicus Wake On Lan over the Internet.
2. On the form, fill in the MAC address, IP, and port from above. I'm not sure if the MAC address needs hyphens like the example data does.
3. For the subnet mask, fill in "255.255.255.255".

1