ruzickap.github.io

January 18, 2026 ยท View on GitHub

GitHub Actions status - Lint Code Base Build and Deploy OpenSSF Scorecard OpenSSF Best Practices

Overview

Personal blog and website built with Jekyll using the Chirpy theme.

ruzickap.github.io

Categories and Tags

Post sources:

SourcePostsYearsCategoriesTags
https://ruzickap.github.io242019-20261035
https://linux.xvx.cz302013-20221140
https://linux-old.xvx.cz242009-2013922

Categories (14)

CategoryTotalruzickap.github.iolinux.xvx.czlinux-old.xvx.cz
Linux3421022
linux.xvx.cz3030
linux-old.xvx.cz2424
Kubernetes22175
Networking214107
Cloud18153
Security14131
DevOps11461
OpenWrt1073
Virtualization1046
Storage8125
Android55
Photography4121
Windows413

Tags (55)

TagTotalruzickap.github.iolinux.xvx.czlinux-old.xvx.cz
kubernetes18135
amazon-eks1414
security13121
eksctl1010
bash9126
cert-manager88
wifi862
pxe743
prometheus761
external-dns66
grub615
tp-link633
router66
rhel633
adb615
monitoring615
automation6141
debian55
kvm55
htc-desire55
turris55
ansible44
cobbler431
dnsmasq413
eks-auto-mode44
ec2431
grafana431
sso431
storage422
vagrant44
windows413
karpenter33
vulnerability33
exploit33
kali-linux33
docker33
raid312
lvm312
hp-server33
load-balancer312
database312
torrent312
cyanogenmod22
camera22
sony22
cheatsheet22
github-actions211
hotspot211
kubectl211
kubespray22
photo-editing211
velero22
wordpress22
boinc11
cilium11
cka11
flux11
freeipa11
genai11
harbor11
istio11
maas11
mcp11
packer11
raspberry-pi11
terraform11
vmware11

Theme Source

Chirpy:

Building / Testing Locally

docker run --rm -it --volume="${PWD}:/mnt" --workdir /mnt ubuntu bash -c 'set -x && \
  apt update && \
  apt install build-essential git ruby-bundler ruby-dev -y && \
  git config --global --add safe.directory /mnt && \
  bundle install && \
  jekyll build --destination public
'

Megalinter:

mega-linter-runner --remove-container \
  --container-name="mega-linter" \
  --debug \
  --env VALIDATE_ALL_CODEBASE=true

Tests

docker run --rm -it -v "$PWD:/mnt" -v "/var/run/docker.sock:/var/run/docker.sock" \
  --env AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_KEY --env AWS_ROLE_TO_ASSUME \
  --env GOOGLE_CLIENT_ID --env GOOGLE_CLIENT_SECRET --env FORCE_COLOR=1 --env USER \
  --workdir /mnt \
  ubuntu bash -c 'set -euo pipefail && \
    apt update -qq && apt install -qqy bsdextrautils curl docker.io jq unzip wget && \
    curl -sL https://mise.run -o - | bash && \
    eval "$(~/.local/bin/mise activate bash)" && \
    mise run "create-delete:posts:all" \
  '

Notes

  • Use ```bash to run commands during the post_tests "create" execution:

    ```bash
    ### <some create commands...>
    ```
    
  • Use ```shell not to run commands during the post_tests execution (they will be only displayed on the web pages):

    ```shell
    ### some commands...
    ```
    
  • Use ```sh to run commands during the post_tests "destroy" execution:

    ```sh
    ### <some clean-up/destroy commands...>
    ```
    

Star History

Star History Chart