A miscellany of articles, weblogs and information by Nigel Bruin on technology, telecoms, software computing & life.
Recent PostsGood Stuff
StoryOfStuff | Pre-Loader | Popup Book | Baby Mop | Steel Zoom | iMemes | CarPark | G-Econ | Pundo3000 | BubbleCal | Thsrs | Kernel Map | BuckBunny | ButterJar | ToDoTattoo | Monopoly | Disk-asters | SkyFactory | QRcode | Rubikubism | Happy | Uno | Homer | Book Art | RC X-1 | Spectrum | Threats | Eggers | PedalCar | USBwine | M.A.D | Labyrinth | Extraless | Box Office | Used Car | Melody Road | Groupies | TubeSpy | PTable | Cube Wars | Big Dog | Best meishi | Whirlygig Emoto | Curt@in | MacMini | Down? | BigSpy | Haeckel | Blue vs Red | Do The Test
|
NMS MacOS: tftp launchd/System/Library/LaunchDaemons/tftp.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>InitGroups</key> <true/> <key>Label</key> <string>com.apple.tftpd</string> <key>ProgramArguments</key> <array> <string>/usr/libexec/tftpd</string> <string>-d</string> <string>-i</string> <string>-l</string> <string>-i</string> <string>/private/tftpboot</string> </array> <key>Sockets</key> <dict> <key>Listeners</key> <dict> <key>SockServiceName</key> <string>tftp</string> <key>SockType</key> <string>dgram</string> </dict> </dict> <key>inetdCompatibility</key> <dict> <key>Wait</key> <true/> </dict> </dict> </plist>
|