With my Proxmox cluster running I have decided to delve back into Kubernetes in a local cluster. My Proxmox hosts are not super powerful (2 cores each and a mixture of 4GB and 8GB) but that should be enough for a K3s cluster. K3s K3s is lightweight Kubernetes (K8s) built for unattended, remote locations or […]
Fixing Apt Update Issues Due to Unreachable Proxy on Ubuntu
If you’re anything like me – always tinkering, optimizing, and confidently declaring “I’ve got this” – chances are you once set up a local proxy like apt-cacher-ng to speed up …
The post Fixing Apt Update Issues Due to Unreachable Proxy on Ubuntu appeared first on Anto ./online.
Proxmox: Adding A Share
My little Proxmox cluster is coming into iit’ss own with a few virtual machines (VMs) and containers running across the 2 nodes of the cluster. However, I have been downloading operating system ISOs and container templates (CT) to each node when needed, and backup is currently non-existent. Time to do something about that…. Sharing is […]
Linux: Creating an NFS Share
Sharing data across multiple computers can be achieved in many different ways, in this blog post I’m going to use an Network File System (NFS) share. Server The server will require nfs-kernel-server installing and at least one share setting up: I’m going to be using the share to share out a basic HTML page via […]
Personal Update: BCS Essential Certificate in Artificial Intelligence (AI)
We are currently in an Artificial Intelligence (AI) summer, with new AI solutions and AI features appearing in various technologies. The popularity and usage of AI is growing which brings both positives (automation, new solutions) and negatives (ethical issues, bias). As I’m using AI in my professional role, and at home for my personal projects […]
Proxmox Cluster
A Proxmox cluster allows for High Availability (requires 3 nodes) and resource sharing. In a production data centre it would allow for Virtual Machines (VMs) or containers to move between nodes to help keep production systems running. It is not something I’ve done previously as I only had 1 device running Proxmox. However, I’ve now […]
Artificial Intelligence: What Are The Asilomar Principles?
Asimov had the three laws in his fictional robots stories to protect humans and robots, but what about in non-fiction? Asilomar Conference on Beneficial AI The Asilomar Conference was organised by the Future of Life Institute and took place in January 2017 at the Asilomar Conference Grounds (California), with many researchers, experts and thought leaders […]
Automatic Preview Environments with SST and GitHub Actions
Learn how to set up automatic preview environments for Next.js apps using SST and GitHub Actions, similar to Vercel’s preview URLs but on AWS infrastructure.
GitHub Codespaces: Creating A Codespace
I generally use a Raspberry Pi as my home Visual Studio Code server, allowing me to code in a dedicated developer environment. Sometimes though I might be away from home on a device that can’t connect back. So what’s a geek that wants to code to do in those circumstances? GitHub Codespaces GitHub Codespaces provide […]
Artificial Intelligence: What is the Gorilla Problem?
Professor Stuart Russell used the term “The Gorilla Problem” in his book, “Human Compatible” (Penguin, 2019), to describe how a super intelligent artificial intelligence (AI) could be a threat to humanity. Russell poses the problem “of whether humans can maintain their supremacy and autonomy in a world that includes machines with substantially greater intelligence“. At […]