Openclaw introduction
Setting Up OpenClaw on a Self-Hosted Server I've been experimenting with OpenClaw for a few weeks, and I'm excited about what it can do for me. OpenClaw is an open-source AI-agent framework that lets

Search for a command to run...
Setting Up OpenClaw on a Self-Hosted Server I've been experimenting with OpenClaw for a few weeks, and I'm excited about what it can do for me. OpenClaw is an open-source AI-agent framework that lets

I am using a Gigabyte GTX1060 G1 Gaming 3GB GDDR5 as my GPU to run ollama models. To do that, I first need to do a GPU passthrough to my virtual machine. Reference for this tutorial proxmox host setup for GPU passthrough Verify CPU supports hardware...

It’s almost the end of 2024, let me share my current setup for my home lab which I have been working on for the past year. overview Here’s a brief overview of my internal network. Storage server 192.168.1.10 is a mini pc designated as my main storag...

Background I have been using Google Cloud to store my data such as photos, documents, and emails. I paid about $3 a month for the 100GB plan and recently it is about 80% full. This prompted me to look for another solution: self-hosting a file server...

Previously we have written a simple API server that interacts with MongoDB, redis, and influxDB. We also managed to run our deployments on our Kubernetes cluster with the image pulled from docker. Now let's try to create our own private image reposit...

Prerequisites: have a running Kubernetes cluster. Check out here to create one yourself have a copy of our backend server code and image. Check out here to create We will deploy 1 backend-server image, 1 MongoDB image, 1 Redis image, and 1 Influx...

Summary We will be creating our own backend API server that we can use to test out our Kubernetes deployment. We will also be running this on a docker-compose setup for testing as well. We will connect to Mongo Database, Redis, and Influx Database to...

What is SSL Secure Socket Layer is a protocol that provides secure communication over two network devices. It ensures that the data transmitted between two devices remains private. The most common example would be the client computer (us) connecting ...

Using Proxmox, we can create virtual machines that we will be using to set up our Kubernetes cluster. What is Kubernetes? According to their official website, Kubernetes (K8s) is an open-source platform for automating deployment, scaling, and managin...
