Merge branch 'master' of https://github.com/ampersandcastles/idrac-helper
This commit is contained in:
commit
8dbd68af08
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ Anyway, this script is designed to do a few things with my 720xd. It powers it o
|
||||||
- Python
|
- Python
|
||||||
- [ipmitool](https://github.com/ipmitool/ipmitool)
|
- [ipmitool](https://github.com/ipmitool/ipmitool)
|
||||||
- `sudo apt install ipmitool` for Ubuntu/Debian
|
- `sudo apt install ipmitool` for Ubuntu/Debian
|
||||||
- `sudo dnf install ipmitool` for Fedora//RHEL & clones
|
- `sudo dnf install ipmitool` for Fedora/RHEL & clones
|
||||||
- `sudo pacman -S ipmitool` for Arch
|
- `sudo pacman -S ipmitool` for Arch
|
||||||
- `brew install ipmitool` for MacOS
|
- `brew install ipmitool` for MacOS
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```$ python3 server.py -p on
|
```$ python3 server.py -p on
|
||||||
$ python3 server.py -p off
|
$ python3 server.py -p on
|
||||||
$ python3 server.py -f 50
|
$ python3 server.py -f 50
|
||||||
$ python3 server.py -t
|
$ python3 server.py -t
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue