icmd
IPMI management utilities
Install
- All systems
-
curl cmd.cat/icmd.sh
- Debian
-
apt-get install ipmiutil
- Ubuntu
-
apt-get install ipmiutil
- Alpine
-
apk add ipmiutil
- Arch Linux
-
pacman -S renameutils
- Kali Linux
-
apt-get install ipmiutil
- Fedora
-
dnf install ipmiutil
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ipmiutil
- OS X
-
brew install renameutils
- Raspbian
-
apt-get install ipmiutil
- Dockerfile
- dockerfile.run/icmd
- Docker
-
docker run cmd.cat/icmd icmd
powered by Commando
ipmiutil
IPMI management utilities
ipmiutil performs a series of common IPMI server management functions to allow administrators to perform management functions without a learning curve. It can gather FRU inventory data, SEL firmware log, sensors, watchdog, power control, health, monitoring, and has an SOL console. It can write sensor thresholds, FRU asset tags, and supports a full IPMI configuration save/restore.
renameutils
Programs to make file renaming easier
The file renaming utilities (renameutils for short) are a set of programs designed to make renaming of files faster and less cumbersome. This package consists of five programs - qmv, imv, icp, qcp and deurlname: qmv ("quick move") allows file names to be edited in a text editor. The names of all files in a directory are written to a text file, which is then edited by the user. The text file is read and parsed, and the changes are applied to the files. imv ("interactive move"), is trivial but useful when you are too lazy to type (or even complete) the name of the file to rename twice. It allows a file name to be edited in the terminal using the GNU Readline library. icp and qcp are similar to imv and qmv but for copying using "cp". deurlname removes URL encoded characters (such as %20 representing space) from file names. Some programs such as w3m tend to keep those characters encoded in saved files.