From a5b343dc0969f5bac471b0aa32d42e8d3658c43d Mon Sep 17 00:00:00 2001 From: Gasper Spagnolo Date: Wed, 14 Sep 2022 21:34:51 +0200 Subject: [PATCH] dodaj use na git --- mount.md | 3 +++ powerusage.md | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 powerusage.md diff --git a/mount.md b/mount.md index f7fa72f..aa2c979 100755 --- a/mount.md +++ b/mount.md @@ -2,3 +2,6 @@ ### Mount windows partition `sudo mount -t ntfs3 /dev/sdb1 /mnt/usb` + +## Fix windows partition +`ยป sudo ntfsfix -d /dev/sdb3` diff --git a/powerusage.md b/powerusage.md new file mode 100644 index 0000000..8610417 --- /dev/null +++ b/powerusage.md @@ -0,0 +1,5 @@ +# Check deatiled power usage on linux (common distros have it preinstalled) + +```bash + upower --monitor-detail +```