-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added Raids (/proc/mdstat) + network TODO
- Loading branch information
1 parent
70cdb83
commit 5b6fc82
Showing
4 changed files
with
305 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "linux-info" | ||
description = "Get every info about your linux system." | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
authors = ["Sören Meier <[email protected]>"] | ||
repository = "https://github.com/soerenmeier/linux-info" | ||
edition = "2018" | ||
|
@@ -17,5 +17,5 @@ name = "df_h" | |
[features] | ||
|
||
[dependencies] | ||
byte-parser = "0.2" | ||
byte-parser = { version = "0.2.1", features = ["unstable-parse-iter"] } | ||
libc = "0.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
/// TODO | ||
/// list open ports | ||
/// list network cards |
Oops, something went wrong.