TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Creative uses for a macOS server?

3 点作者 pchm超过 3 年前
I have an unused mac that I want to put to work and I&#x27;m looking for inspiration. So far the only examples I&#x27;ve found are the typical home server stuff:<p>- plex&#x2F;media server<p>- remote backup<p>- file sharing&#x2F;sync<p>But I&#x27;m more interested in scriptable use cases that can&#x27;t be covered by a Linux server, e.g.:<p>- Xcode builds<p>- headless browser service (puppeteer) for website screenshots (for apple emoji &amp; font rendering)<p>- automated screenshots&#x2F;screencasts (via screencapture &amp; apple script)<p>- iCloud file organization (e.g. with Hazel.app)<p>I&#x27;m sure there are many more possibilities, so... if you have a macOS server, what do you use it for?

4 条评论

toast0超过 3 年前
FYI, macOS can&#x27;t deal with SYN floods, unless they added things recently. The tcp they forked from FreeBSD in the early 2000s didn&#x27;t get sensible syn flooding protections until a few months after they forked. So, I wouldn&#x27;t recommend exposing it directly as a public service.
ralmidani超过 3 年前
I got my Mac Mini last year with 10 Gig Ethernet in case I later decided to convert it to a server. A build server sounds interesting, can Xcode be scripted to run without a UI?
ksec超过 3 年前
iOS Time Capsule.<p>It is the thing that I wanted forever.<p>iCloud Cache. I am not sure if this feature is still available. But in the old macOS server you could have iCloud cache and App update all on macOS Server so your iPhone and iPad will get update from macOS server instead.
ohiovr超过 3 年前
If recent enough rent it as a remote desktop for people wanting to build ios projects.