Fulltext results:
- Project PDA
- stands for "Personal Digital Assistant". I used several PDAs over the last two decades, from Sharp, Psion, Palm and others. But they all were just Persona... Collection of API Implementations to connect to several (Web-)Services and access data there * **Bla... be a desktop app, web app or smartphone app. Whatever is next to the user. So far for now, stay tuned
- Start and Stop the Apple File Server from Command Line
- 7 12:33~~ ====== Start and Stop the Apple File Server from Command Line ====== You can use ''/sbin/se... "Personal File Sharing". Start the Apple File Server ("Personal File Sharing"): <code bash> sudo /sbin/service com.apple.AppleFileServer start </code> And likewise stop it: <code bash> sudo /sbin/service com.apple.AppleFileServer stop </code> {{tag>cli mac osx share shell sysa