Installation • Usage • CI Status • License
web-utils
is helpers for working with web server.
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install web-utils
curl https://kaos.sh/web-utils/SOURCES/web-utils -o web-utils
chmod +x web-utils
sudo mv web-utils /usr/bin/
Also, you can use the latest version of utility without installation:
bash <(curl -fsSL https://kaos.sh/web-utils/SOURCES/web-utils) # pass your options here
git clone https://kaos.sh/web-utils.git
cd web-utils
sudo make install
The latest version of web-utils
also available as Docker image on DockerHub and GitHub Container Registry.
docker run --rm -it -v "$(pwd):/data" essentialkaos/web-utils:latest # pass your options here
or
docker run --rm -it -v "$(pwd):/data" ghcr.io/essentialkaos/web-utils:latest # pass your options here
Branch | Status |
---|---|
master |
|
develop |