Jinja from the command-line without python
minijinja-cli is a CLI tool to render Jinja2 templates. Jinja2 is very powerfull for system admins to generate config files or kubernetes descriptors. Jinja2 dependends on python and python packag...
minijinja-cli is a CLI tool to render Jinja2 templates. Jinja2 is very powerfull for system admins to generate config files or kubernetes descriptors. Jinja2 dependends on python and python packag...
Set system timezone based on your IP Address. ln -fs /usr/share/zoneinfo/$(wget -qO - http://ip-api.com/line?fields=timezone) /etc/localtime The more static way would be ln -fs /usr/share/zoneinfo...
ip-api.com ip-api.com is a free service that provides information about your IP address and DNS. never requires an API key or registration the API schema will not change limited to 45 HTTP r...
Useful systemctl commands. System and Service Management Commands List Loaded Systemd Units and Services systemctl systemctl list-units --type=service systemctl --type=service Show Runni...
Useful find commands. -print and -delete Step 1: Show matched files (to ensure regex works as intended, -print is default and not needed) Step 2: Delete by appending ‘-delete’ find dir1 -type f -p...
K9s will bring your productivity to next level. Similar to LazyDocker Post / LazyDocker for Docker MidnightCommander/TotalCommander File Manager Lazygit Git-Client With few keyboard stroke...
Lazydocker will bring your productivity to next level. Similar to k9s for Kubernetes MidnightCommander/TotalCommander File Manager Lazygit Git-Client With few keyboard strokes you get in o...
We will setup a blogging web site using jekyll. Jekyll is a static site generator that transforms plain text into beautiful static web sites. We develop in docker using VisualStudio Code dev contai...
Different Blogging Platform Types Static Site Generators (SSG) Generates static HTML files from markdown files. Themes/templates are used to define the HTML view. Content Management Systems (C...