Taxotouch

iSync and Nokia

Tags for tips:

tftp on mac os x

I needed to configure some devices on the go and as long as you have a Mac handy you can do it without any additional software. I found details on another site but the /sbin/service they used didn't seem to exist on my machine but after a little more Googling I found this is the command to start the tftp server on OS X 10.7 Lion...
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd

Tags for tips:

mac and .local domain

sudo discoveryutil mdnsactivedirectory yes

Tags for tips:

mac tftp server

Start tftp

sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd

Stop tftp
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist

Tags for tips:

Create boot flash with Mac OSX

https://support.apple.com/ru-ru/HT201372

Использование команды createinstallmedia в программе «Терминал»

Tags for tips:

Pages