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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Developer/admin log software?

1 点作者 TrevorBurnham超过 15 年前
Often, when I perform some routine task (e.g. moving a project to a new environment or changing server settings), I want to make a record of what I did that I can find later. There are obviously tons of decent ways of doing this (a plain text file, Google Docs, DokuWiki), but is there anything that's ideal?<p>My dream software for this purpose would be web-based but secure, support wiki-style input with real-time preview (a la StackOverflow) and syntax highlighting, and offer lightning-fast full-text search. Allowing me to share entries on a case-by-case basis would also be a plus. Anything like this out there? What do you guys use?

1 comment

there超过 15 年前
in bigger companies they probably have a formal change-request/management system where everything is documented and changes are approved/rejected by teammates or managers.<p>for a smaller setup i think any wiki that supports revision control would work well.