Prometheus monitoring stack on Ubuntu 22.04.2 and Micro Kubernetes Cluster (microk8s)

1) Install Ubuntu 22.04.2 desktop Install guest agent: sudo apt-get install qemu-guest-agent sudo systemctl start qemu-guest-agent Optional – Add the curret user to the sudo group: sudo usermod -aG sudo $USER 2) Configure RDP and VNC fix the lock problem: 3) Install docker sudo apt install docker.io add the current user to docker group: sudo … Read more

AI Resources

Audio and Video AI Tools:————————-1. VoicePen AI:Convert audio content into blog posts, using AI.https://voicepen.ai 2. Krisp: AI tool for removing background voices, noises, and echo from calls.https://krisp.ai/ 3. Beatoven: AI tool for creating custom royalty-free music.https://www.beatoven.ai/ 4. Cleanvoice: AI tool for automatically editing podcast episodes.https://cleanvoice.ai/ 5. Podcastle: AI tool for studio-quality recording from your computer.https://podcastle.ai/ … Read more

pfSense Qemu Guest Agent

https://codingpackets.com/blog/pfsense-qemu-guest-agent/ Intro I use Proxmox for my hypervsior and recently installed pfSense as a firewall. I use the QEMU Guest Agent to get more detailed info about the VM’s that are running in the Proxmox console. This post shows the process to get the QEMU Guest Agent running on a pfSense firewall. Software Versions The … Read more