
Configure VirtualBox Shared Folders for Linux Guest OS
Step by step instruction for VirtualBox shared folders set up
To configure VirtualBox shared folders in Linux Guest OS, follow these steps:
Step by step instruction for VirtualBox shared folders set up
To configure VirtualBox shared folders in Linux Guest OS, follow these steps:
Comparison of software engineering tools and languages
The Pragmatic Engineer letter published a couple days ago survey statistics of the popularity of programming languages, IDEs, AI tools and other data for mid-2025.
The list of all terraform commands
Here is a comprehensive Terraform cheatsheet with essential commands, configuration elements, resource management, modules, variables, state handling, and best practices.
BTW, docker-compose is different from docker compose...
Here’s a Docker Compose cheatsheet with annotated examples to help you master Compose files and commands quickly.
Some notes on GitOps
GitOps is a modern approach to managing infrastructure and applications deployments using Git as the single source of truth. It leverages Git’s version control capabilities to automate and streamline the process of deploying and managing applications and infrastructure, particularly in cloud-native environments.
Good things about Python uv
Python uv (pronounced “you-vee”) is a modern, high-performance Python package and project manager written in Rust. It is designed as a drop-in replacement for traditional Python package management tools such as pip
, pip-tools
, virtualenv
, pipx
, and pyenv
, aiming to simplify and accelerate Python development workflows
Flutter Web app build and host with Docker containers
Several examples of Dockerfiles for building and hosting Flutter web apps, Ubuntu-based Flutter Build image + Webapp image on Nginx.
Gitflow, Alternatives, Weaknesses, and Advantages
Gitflow is widely used in projects requiring versioned releases, parallel development, and hotfix management.
quick ubuntu and mint version check
To determine the Ubuntu version that your Linux Mint installation is based on, you can use several methods involving command-line tools and system files.
After setting upd the Gitea and Hugo on AWS S3...
The next step is to implement some CI/CD and setup Gitea Actions for Hugo website, to push website to AWS S3 automatically when master branch is updated.
Cursor AI vs GitHub Copilot vs Cline AI vs...
Will list here some AI-assisted coding tools and AI Coding Assistants and their nice sides.
Ollama on Intel CPU Efficient vs Performance cores
I’ve got a theory to test - if utilising ALL cores on Intel CPU would raise the speed of LLMs? This is bugging me that new gemma3 27 bit model (gemma3:27b, 17GB on ollama) is not fitting into 16GB VRAM of my GPU, and partially running on CPU.
Useful MinIO Commands
MinIO provides two standard UIs: (1) MinIO Console - That’s a web UI, and
(2) MinIO Command - this is a commandline util mc
.
Overview and installing Minio
MinIO is an open-source, high-performance, distributed object storage system designed to be fully compatible with the Amazon S3 API.
Rearrange terminal windows right from the start
There are several ways to start a group of terminal tools in Linux Mint and have the terminal windows tiled, depending on your workflow and the level of automation you want.