https://github.com/578223592/rust-osinfor
temporary repository for rust-osinfor
https://github.com/578223592/rust-osinfor
Last synced: 7 months ago
JSON representation
temporary repository for rust-osinfor
- Host: GitHub
- URL: https://github.com/578223592/rust-osinfor
- Owner: 578223592
- Created: 2024-04-30T11:11:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-23T02:53:46.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:43:11.629Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-osinfor
## 简介
Rust开发的系统工具,~~使用RustRover作为Ide~~ ,使用vscode + rust插件开发。## 功能列表
- [x] 获取系统架构;
- [x] 展示本工具的使用方法;
- [ ] 获取系统主机名;
- [ ] 修改系统主机名;
- [ ] 获取系统软件包数量;
- [ ] 获取系统硬件信息(机器型号,bios信息等);
- [ ] 磁盘使用情况或者格式化磁盘;
- [x] 获取系统ip;
- [x] 获取系统版本;
- [ ] 修改管理员密码;## 截图展示
- 获取系统架构
- 展示本工具的使用方法
- 展示Ubuntu系统输出系统pkg的数量
