I named my PiHole holypi
- 0 Posts
- 9 Comments
And they started sending advertisement emails to people who registered on gitea.com.
You don’t even need to create aliases yourself. Flatpak creates wrapper scripts for every app that you install. Just symlink them into your PATH.
ln -s /var/lib/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
or if you are using a user remote
ln -s ~/.local/share/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
(Note: some lemmy clients render the the tilde in code blocks incorrectly)
Snaps are just as “open source” as “Office Open XML” (.docx, .pptx etc.) are open file formats.
If there isn’t a fully open source software stack, it isn’t really open source.
mailbox.org is 3€/month or 30€/year if you bring your own domain.
d_k_bo@feddit.deto Selfhosted@lemmy.world•How are you making services remotely accessible?English14·1 year agoIf you are going for a reverse proxy, I highly recommend using Caddy. Issuing TLS certificates is all done automatically and reverse proxy headers are all automatically set.
In many cases, this simple config is enough:
example.org { reverse_proxy localhost:1234 }
Cosmic is a desktop environment, not a distro. So Pop!OS will keep using deb packages and something like a Fedora Cosmic Spin will use rpm packages.
There seems to be misunderstanding about what Wayland is.
Wayland is set of protocols. They are implemented by wayland servers (compositors) and wayland clients (applications) themselves. There is no single “wayland binary” like in the X11 days. Servers or clients may choose to implement or not implement a specific protocol.