Bootable USB

Distro: SystemRescue; Hiren’s BootCD PE; MediCat USB; USB creators: Rufus; UNetbootin; WinSetupFromUSB; Ventoy; …

OS X

Apps Here is my list of applications for quality of life. From AppStore: Amphetamine to keep computer awake; MeetingBar - information about next meeting in menu bar; Horo for countdowns; Velja to choose browser to open links based on app with link or even by regexp; Endel for generated background…

CentOS 6 repo mirror

At the end of 2020 RedHat declared End Of Life for CentOS 6 and dropped the repositories. But there are cases when you still need this ancient platform. The repos I need: base; extras; updates; sclo; sclo-rh. EPEL is still alive but to avoid issues in the future I’ve made…

Advanced templating

There are cases when you need not just input value in placeholders but also create cycles. Most DevOps specialists have experience with Ansible and its templates based on Jinja2. In such cases, you could use j2cli. template.j2 {% for key, value in list.items()|sort() %} *** Key: {{ key }} Value:…

Kubernetes dev tools

Tools to make Kubernetes more developer-friendly: Garden; acyl; armador; telepresence; ksync; squash. …