From their FAQ. So it seems there are free 802.11n APs…
If the device has a DSL modem or an 802.11ac wifi chipset, the libreCMC project can’t support these devices. There are currently no fully free (libre) 802.11ac or DSL modem chipsets
From their FAQ. So it seems there are free 802.11n APs…
If the device has a DSL modem or an 802.11ac wifi chipset, the libreCMC project can’t support these devices. There are currently no fully free (libre) 802.11ac or DSL modem chipsets
Are there open source APs? I was under the impression that everything required binary firmware (even if running something like OpenWrt).
Congrats on the new gig! Six figures has a nice ring to it!
Here are some tips about salary negotiations:
It’s called CIDR notation
https://en.m.wikipedia.org/wiki/Classless_Inter-Domain_Routing
Ya I’m confused why the GitHub repo isn’t updated to 115 and it’s archived…
The Thunderbird team periodically does this and holds back upgrades for existing installs.
The Flatpak author is waiting for Thunderbird’s approval before publishing 115.
https://github.com/flathub/org.mozilla.Thunderbird/pull/306#issuecomment-1632388273
You can’t go wrong with a 2-bay Synology 🤷🏻♂️ yes TrueNAS is more “selfhosted”, but the Synology is way easier.
There’s also Infisical if you don’t want to run Vault
https://github.com/Infisical/infisical
I personally use Ansible to deploy my .env files to my Docker host. The .env files are encrypted in Ansible Vault and deployed to the server as chmod 400 so only I can access them.
Thanks for sharing!
Let me know what you think about the 11 when you get it!
I bought a random one off Etsy 🤷🏻♂️ no logo
Here is what I listen to (I also work in DevOps):
Lemmy.world is run by an actually competent admin who has experience running other Fediverse software.
I like Flatpaks for running proprietary software (Slack, Discord, Spotify) because I can use Flatseal to lock down permissions for each app.
I also agree with someone else that said Flatpaks don’t really integrate well when they need deep system integration.
I really like that Flathub now has a verified section (as opposed to some random person packaging the application).
This is definitely an over-engineered setup…
I store my Docker Compose files in an internal-only git repo (hosted on Gitea).
Drone is my CI/CD system, and I use Renovatebot to look for updates to container tags (never pull latest
). My workflow is this:
master
) kicks off a Drone workflow that does the following:
git pull
, then docker compose -f "$D" pull
and then docker compose -f "$D" up -d
.I’ve written about step 3 here.
This means I never manually update Docker Compose files, I let Renovate manage everything, I approve PRs, then I walk away and let the scripts run.
I also run a single-node K3s cluster that is hosted on GitHub. Again, using Renovate to open PRs, and I run Flux so watch for changes to master
, which then redeploys applications.
I would say the UPS tier list is:
I highly recommend you watch this video by Lawrence Systems. It’s long, but worth the watch.
PSA about CyberPower. Your mileage my vary.
Also, some APC software now requires a license (not sure if this is home or business). You can use NUT as an alternative.
https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---color-movedltmodegt
https://medium.com/pragmatic-programmers/git-config-diff-colormoved-8e2f24af6645