The providers listed below appear to be present in the UK.
Evaluate the services for receiving payment over lightning network, and cashing out to a UK bank account.
Document the steps and pitfalls.
Docker-style containers are live on FreeBSD via FreeBSD Container Images by Doug Rabson, also available at container registry quay.io/dougrabson
If you want to see how several containers work together, get started with the micropod-sampler playbook to setup a small consul
, nomad
, traefik
, minio
and nginx
environment using FreeBSD containers on FreeBSD
When you see it working, it makes sense to expand the micropod-sampler environment to include Envoy Proxy.
There is a tutorial Envoy Consul Service Discovery Service which covers the basic concept using consul
and nomad
and envoy
. You can also review the Hashicorp tutorial [Understanding Consul Connect](https://www.youtube.com
If you run a Mikrotik Dude instance on CHR, have a lot of devices and years of activity, problems start to arise with errors like:
server status: db failure: disk image is malformed. stop
server status: db failure: database disk image is malformed. stop
The problem might temporarily be resolved by running
#!/bin/bash
TabbyML is a self-hosted AI coding assistant, offering an open-source and on-premises alternative to GitHub Copilot.
jan.ai is a self-hosted tool to run different LLMs. github releases
Apple's mlx is an array framework for machine learning on Apple silicon
AUTOMATIC1111's Stable Diffusion web UI is a browser interface for Stable Diffusion.
This comes from this forum post and adapted with info from this gist
A sample HAproxy configuration using SNI. Using SNI has the advantage that you don't have to mess with the certificates on the HAproxy server itself. Useful with many servers and / or many fast-expiring certificates (letsencrypt).
global
maxconn 5000
ulimit-n 16384
log 127.0.0.1 local0
uid 99