docker
-
Janus Installation and Echo Test: A Complete Walkthrough

Install Janus WebRTC server from source on Linux and run your first Echo Test. Step-by-step walkthrough covering build, config, and verification. Continue reading
-
Open Web UI: Run local chat app with Image Generation using phi4, deepseek-r1 and stable diffusion

In this blog post, we’ll walk you through the process of setting up a local environment for running Deepseek-r1 and Phi4 using Open Web UI and Ollama. By leveraging Docker and a few essential tools, you’ll be able to deploy a robust local chat application with integrated image generation capabilities. One of the major advantages… Continue reading
-
Using Trivy to Check for Vulnerabilities in Docker Images

Introduction: In the world of containerisation, security is paramount. Ensuring the images you deploy are free from vulnerabilities is crucial. Trivy, an open-source tool by Aqua Security, is a simple and comprehensive vulnerability scanner for containers and other artifacts. In this post, we’ll walk through the process of using Trivy to scan a Docker image… Continue reading
Recent Posts
- Setup a Simple Web Page Watcher with phone notification on Raspberry Pi
- How to Make and Receive SIP to PSTN Calls Using Twilio and Zoiper (Step-by-Step Setup Guide)
- WebGL 3D: An interactive 3D cube (fun experiment)
- How to Get Structured JSON Responses from a LLM using Ollama
- Real-Time Speech-to-Speech with OpenAI & Twilio: Full SIP Integration Guide