Usage:
```
$ mkdir RHEL9Doc
$ cd RHEL9Doc
$ fetchdoc.sh https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9
```
Prerequirement: curl, GNU Parallel
2024-11-21: fix for docs.redhat.com update
Usage:
```
$ mkdir RHEL9Doc
$ cd RHEL9Doc
$ fetchdoc.sh https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9
```
Prerequirement: curl, GNU Parallel
2024-11-21: fix for docs.redhat.com update
| # Run API service forever | |
| podman system service --time=0 unix:///tmp/podman.sock & | |
| ##### Containers | |
| # Create container | |
| curl -XPOST --unix-socket /tmp/podman.sock -H content-type:application/json http://d/v4.0.0/libpod/containers/create -d @cont.conf | |
| # cont.conf: | |
| {"name": "apicontainer", "image": "alpine", "command": ["sleep", "1h"], "rm": true} | 
| -v /var/run/docker.sock:/var/run/docker.sock:ro --annotation run.oci.keep_original_groups=1 | |
| # https://github.com/containers/podman/issues/6015 | 
| #!/usr/bin/env python3 | |
| import argparse | |
| import codecs | |
| import re | |
| from jinja2 import Template | |
| from xml.sax import saxutils | |
| from junitparser import JUnitXml | 
| sed -n '/^workers/,$'p | 
| #!/bin/bash | |
| # Run NFS server on /data | |
| sudo podman run --rm --name nfs --privileged -v ~/tmp/nfs:/nfsshare -v ~/tmp/nfs/data:/nfsshare/data -e SHARED_DIRECTORY=/nfsshare -p 2049:2049 itsthenetwork/nfs-server-alpine:latest | 
| find /storage/boot-*img -mtime +7 -type f -exec sh -c 'sudo virsh vol-delete {}' \; | 
| PERSISTENT_DHCLIENT=yes | |
| https://access.redhat.com/solutions/2445 |