linhbqforSRE Tribeblogs.sretribe.net·Sep 3, 2024Kubernetes Terraform installer for Hetzner CloudThis Terraform module creates a Kubernetes Cluster on Hetzner Cloud infrastructure running Ubuntu 22.04. The module aims to be simple to use while providing an out-of-the-box secure and maintainable setup. Thanks to Ubuntu's LTS version we get up to ...Kubernetes
Manaj Mohapatramanaj.hashnode.dev·Oct 2, 2022Create Installer of Python Program for Windows OS using Inno SetupIntroduction This article is continuation of article Bundle Large Python Application using PyInstaller. Before moving to next section, it is recommended to read the previous article. Inno Setup is a free installer for Windows programs. Some of it's k...370 readsinstaller
Fatih Yıldızmfyz.hashnode.dev·Aug 5, 2022Portable Wordpress with SQLite instead of MySQLWhen working with WordPress, there are many occasions you may need a quick spin WordPress environment without dealing with database setup and a web server. Making WordPress use a SQLite database and run on a native PHP server is surprisingly easy and...WordPress