Generics landed in Go in 2022 with plenty of hype. Three years later, idiomatic code barely uses them at the surface, but they’ve quietly transformed deep libraries. An analysis of what stuck.
Read moreCategory: How to install
How to install JuiceFS as a shared filesystem
Mounting a shared filesystem across multiple servers without NFS or kernel headaches. A walkthrough of installing JuiceFS with S3 as backend and PostgreSQL for metadata.
Read moreHow to Install Ollama on macOS with Apple Silicon
Install Ollama on an Apple Silicon Mac, pick the right model for your RAM, and expose the local API to integrate it with your applications.
Read moreHow to install CrowdSec as a community WAF
Practical walkthrough for deploying CrowdSec as a WAF with Traefik. Architecture decisions, bouncers, captcha remediation, and what the community blocklist really adds.
Read moreHow to install Traefik on Docker Swarm with certificates
Practical walkthrough for deploying Traefik as a Swarm service. Automatic certificates with DNS challenge, protected dashboard, and the decisions that separate a tutorial from a production-ready deployment.
Read moreHow to Install PostgreSQL with pgvector Step by Step
A reasoned guide to installing PostgreSQL 16 with pgvector on Debian or Ubuntu, choosing between IVFFlat and HNSW, and getting a RAG-ready database into production.
Read moreHow to Install Docker on Debian 12 Step by Step
A reflection on why installing Docker from the official repository on Debian 12 beats the distribution package, and which configuration decisions deserve care from day one.
Read moreHow to Install Ollama to Run LLMs on Your Computer
Ollama makes running models like Llama 2 or Mistral locally trivial. Installation on macOS, Linux, and Windows, with an honest read of what is and isn’t possible as of August 2023.
Read moreCómo instalar Docker en Ubuntu 22.04
Guía paso a paso para instalar Docker en Ubuntu 22.04.
Read moreHow to install Traefik with Docker Compose
What is Traefik? Traefik is a router that allows you to publish services on the internet ina fast and easy way. It receives requests and determines which services should respond to them. There are another similar tools that also act as a reverse proxy, such as haproxy. In addition to acting as a reverse proxy, it also has utilities that will make our lives easier regarding the management, acquisition and renewal of SSL certificates, since it does so automatically. In this example we will use LetsEncrypt as the certificate provider,…
Read more