added tutos to control battery config

This commit is contained in:
Hugo LAMY
2024-09-30 17:31:35 +02:00
parent 678ad9955b
commit b9d5b2868a
3 changed files with 21 additions and 1 deletions

View File

@@ -269,6 +269,24 @@ find | sort | grep -ve "node_modules/" -e ".git/" | sed 's#[^/]*/#|__ #g;s#__ |#
**sudo mkfs -t vfat -n "<name>" /dev/sdb1** to format in fat32 (vfat) (MaKe FileSystem)
**control battery life : use "tlp"**
- **sudo apt install tlp tlp-rdw**
- to see the status : **sudo tlp-stat -b**
- look at these lines :
- **Parameter value range:**
- *** STOP_CHARGE_THRESH_BAT0/1: 0(off)..100(default)**
- it means the computer only supports stop parameter
- **sudo vim /etc/tlp.conf**
- START_CHARGE_THRESH_BAT0=0
- STOP_CHARGE_THRESH_BAT0=80
- maybe : **sudo systemctl enable tlp.service**
- then : **sudo tlp start**
- you can check the parameters again : **sudo tlp-stat -b**
**battery level script lookup :**
- **~/.config/battery_level/battery_state_log.sh**
**list of automatic settings :**
- install screen, omyzsh, keepassxc, curl, make, firefox, signal, gnome-tweaks, ffmpeg, yt-dlp, element
- install or configure to avoid screen blue light

View File

@@ -131,6 +131,7 @@ gateway : fe80::226:bff:feef:59ff
- OPTION 1/3 : open this file with java with python script :
- the script can be found here : **https://gist.github.com/TheJJ/2394cd76d3e2c34d02e3da1bd3e489b2?ref=blockdev.io**
- I added it to this config folder
- i also added it to the PATH **~/.local/bin/idracclient.py** so you can call it from anywhere like that : **idracclient.py <ip> -u <username>**
- OPTION 2/3 : open this file with global java yourself (last time it didn't worked) :
- install java 8 (it might works better with idrac6) : **sudo apt-get install openjdk-8-jre**
- for other versions : **https://openjdk.org/install/**