>TinkerNut: a blog about technology and lifestyle.

  • How to Install Nginx on Debian

    Summary This guide walks you through installing the popular web server, Nginx (formerly known as nginx), on Debian-based systems like Ubuntu. We’ll cover both apt-get and aptitude methods for simplicity and consistency across Debian variants. Prerequisites Step-by-step Guide Method 1: Using apt-get command Step 1: Update your package list First, ensure your package list is…

  • AI : Self-hosting your own local AI LLM

    Installing Docker, Ollama, and Deepseek-r1 on Debian 12. 1. Jump into root > sudo -s 2. Add the following “contrib non-free” to /etc/apt/sources.list 3. Update the repositories, then install nvidia-driver 4. Reboot and test if working with the following command 5. Next, install the nvidia developer CUDA toolkit 6. Confirm with the following 7. Install…