Submitted by zolotoff on Fri, 02/19/2010 - 18:38
Submitted by zolotoff on Thu, 12/25/2014 - 15:22
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
Submitted by zolotoff on Mon, 02/02/2015 - 00:26
sudo discoveryutil mdnsactivedirectory yes
Submitted by zolotoff on Thu, 05/14/2015 - 17:36
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
Submitted by zolotoff on Fri, 05/19/2017 - 10:08
https://support.apple.com/ru-ru/HT201372
Использование команды createinstallmedia в программе «Терминал»
Pages