【Golang】编写一个Linux(Deepin)信息查询Tools

环境说明

  • Go 1.22
  • Deepin OS安装完成后,经常会执行一些高频操作、优化指令或者信息输入查询,基于go编写了一个html-tools,通过网页直接快速批量操作OS
  • 简单的html页面,也可以在linux上配合powerCLI组件执行一些windows OS的特殊查询指令
  • 代码仓库
    http://git.mrzsir.cn/mrzsir/go-tools-linux.git

文件结构

├── go.mod
├── main.go
├── static
│   └── css
│       └── style.css
└── templates
    └── index.html

效果图

file

转载请注明-MrZ-个人博客
THE END
分享
二维码
海报
【Golang】编写一个Linux(Deepin)信息查询Tools
环境说明 Go 1.22 Deepin OS安装完成后,经常会执行一些高频操作、优化指令或者信息输入查询,基于go编写了一个html-tools,通过网页直接快速批量操作OS 简单的html页面,也可以在linux上配合powerCLI组件执行一……
<<上一篇
下一篇>>