Every time you connect an iPhone/iPod to a Mac, iTunes does its thing, takes forever syncing and what not (one of those things is that it steals the focus, which I hate) and when is finally done, it comes up with this dialog:
Maybe it's just me, but it took me a long time (and I mean, months) to realize that it wasn't referring to an OK button, just that it was OK to disconnect your device; so much for being intuitive.
But then again, I'm not the only one who thinks that iTunes sucks
Friday, September 25, 2009
Wednesday, September 23, 2009
Ping doesn't cut it for connectivity testing
A failed ping only means that the ping failed, doesn't tell you much about the connectivity.
Some frequently used ports:
20, 21 Standard FTP
23 Telnet default
25 SMTP
80 Standard web
115 SFTP
443 Standard secure web
139 NETBIOS (file and printer sharing in Windows)
143 IMAP
445 SMB (to connect to Windows from other OSs)
an example of testing if you can access the web on some ip:
telnet 192.168.1.2 80
when the connection succeeds, you usually just get a black screen, with the cursor staring at you, if the connection fails, you will get an error message
As a final note, in case the connection fails, you might want to use tracert -d [ip address] to get more details of why the connection fails
Labels:
command line,
it
Subscribe to:
Posts (Atom)