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

@@ -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/**