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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Custom tools and scripts

1 点作者 selmat大约 7 年前
DevOps and SysAdmin, what custom tools and scripts you have developed for you work?<p>We are currently working on analysis of whole network infrastructure. There are lot of devices with outdated or wrong or missing documentation.<p>Since there are lot of devices, it&#x27;s not possible to do it manually one-by-one. We are developing custom scripts.<p>Wondering how HN guys helps on they own with similar tasks and what difficult tasks are solved by custom automation tools and scripts.

1 comment

xstartup大约 7 年前
We use Kubernetes but I&#x27;ve mostly written a bash script, added ~&#x2F;bin to my executable path.<p>It&#x27;s working amazingly well.<p>I sometimes, use Ruby or Haskell depending on the nature of glue script and sometimes Go.