• 1 Post
  • 8 Comments
Joined 1Y ago
cake
Cake day: Jun 30, 2023

help-circle
rss

Docker Engine is open source. They could’ve easily contributed patches to it which just further proves that it is a NIH syndrome response.


I use Docker exclusively. Podman is the NIH syndrome response to an industry standard. It has its benefits but Docker just works.


I remember researching the topic a while back. SimpleMDM seems to do it, but it requires paying Apple $300 a year. Luckily, Mosyle allows up to 30 devices for free.


By hosting services on your desktop, you are increasing your threat surface. Every additional software that you run increases your potential to catch malware. It also requires powering a beefy machine 24/7 to keep the service up, when in reality anything that isn’t a media server can run on 3rd gen Intel CPUs that have relatively low TDP.


You’ll be surprised how cheap some equipment goes for when a company runs out of business. Just sayin


I have my 22 port opened on IPv6 only and I can only authenticate with my private keys, which are all added in .ssh/authorized_keys. Fail2ban is configured to keep the bots out but the ban log is empty because there are either no bots operating on IPv6 yet or my IP is so far out of reach it will take the bot a millenium to get to my address.

Some set up WireGuard or another VPN protocol but I like having everything within reach as long as the device I’m carrying has my key on it.

One thing you should avoid is opening your docker containers to the web. If your VPS isn’t behind a NAT (they usually aren’t) becareful when binding ports which usually bypasses whatever firewall configuration you may have because docker writes it’s changes directly to nftables.

https://docs.docker.com/network/#published-ports

Other then that, remember that this is just a hobby (for now) and take a break when something doesn’t work or you don’t understand it. I personally did a lot of mistakes because I was just eager to finish something and I was rushing it.


PBX admins are laughing in the background as their uptime is almost 4k days, running CentOS 5


Your RSS feeds
So I set up TT-RSS the other day and it's generally nice, the only problem is I'm trying to find feeds that are interesting more or less. For example, we all enjoy watching TV, right? So I took the TV OPML from awesome-rss-feeds on GH and applied it, and was not amused. I don't watch that many television and I very quickly realized that none of the content in those feeds applies to me at all, so I removed it. Basically, where are the amateur hour feeds? 😅
fedilink

I’m also assuming that you are still running an Intel Mac, as wefwef for now doesn’t provide native ARM containers and you’ll have to build them yourself.