deleted by creator
deleted by creator
Yeah, I'm confused by this video (which is from nearly a year ago, btw). It looks like a gnome shell overview more than anything.
Well good thing I finally realized it wasn't enabled and set my environment variables to enable it.
I've run plain ol' openbox without a desktop environment on top of it, and it's quite nice. IIRC I also had a standalone status bar application, but I can't remember which one I used.
There are a couple utility programs (obconf and obkey?) that help to configure everything comfortably.
Based, mostly
And even then, a properly configured SSHD instance wouldn't really benefit from a firewall, unless you wanted to block all countries besides your own or something.
Every computer has a bunch of ports (1-65535 if I recall correctly), each of which is a unique entity to which a single service can bind. In layman's terms, a port is a door that one service is able to answer when someone knocks. By convention, some ports have a specific associated service (80 = HTTP, 443 = HTTPS, 22 = SSH), but there are a lot that you can just use as you deem appropriate.
If you want a service (e.g. a web server) to be accessible, you have to run a service that binds to a known port (e.g. 80), and a client has to reach out to your server on that same port. A firewall sits between your service(s) and any potential clients, much like those steel security screen doors. If that's closed, nobody gets through on that port, even if a service is bound to that port and is listening for a connection.
As a general rule of thumb, you want your firewall to block as much traffic as possible without breaking something (I.e. blocking one of your public-facing services). If you don't run any services on your computer (web services, media servers, etc.), you can probably get away with blocking all inbound traffic. without any discernable impact.
Khal looks promising:
I’m going to cast another vote for a reverse proxy, such as NginxProxyManager. It’s really easy to set everything up, and they’re usually very easy to run in Docker/Podman.
One thing to note: if you end up with a domain with mandatory HSTS, you’ll have to use DNS-based certificate generation rather than HTTP based, since unencrypted HTTP is blocked (chicken/egg problem to get HTTPS working). It’s not hard, but you have to be aware of that limitation.
Ah, I've almost always used a single monitor setup, so my use case wasn't weird enough to break X11. That said. Even Wayland is wonky on my multi monitor setup at work, though that's probably more a GNOME thing than a Wayland thing.
I do still think the approach they took with Wayland is a tad odd, in that everyone has to implement it themselves. But hey, if it works, it works.
old
Old doesn't mean bad
broken
Is it?
unmaintained
Is it?
I use Wayland personally, but I've had almost zero issues with X in the last decade, maybe with the exception of minor screen tearing several years back.
Or create a service running with limited access to specific resources, and create an API for users to make requests to that service.
Now this is an answer I never thought I’d see
Are you running Elite Dangerous via Proton?
If communism falls apart every time something doesn’t go according to plan, then it’s not going to work.
I ran it on a Dell EMC server blade and it was still awful. I couldn’t help but think I was doing something wrong, because its performance was shockingly bad. I also couldn’t get any of the office stuff to work acceptably, so I’ve given up on it for the time being.
Emacs handles this with a “kill ring”. The first time you paste (yank) with C-y, it’ll paste the last thing you cut/copied. Then you can repeatedly press M-y (M == meta == alt key) to cycle through previous items in that were cut/copied.
Couldn’t you use grub on one drive to point to the bootloader on a separate drive? Windows should leave that configuration alone, at least in theory.
Depends on what you’re looking for.
Up to date packages: Arch or Fedora
Stable: Rocky or Mint
I personally love Arch for its lightweight nature, its documentation, and the AUR, but I use Fedora on my desktop and server, and Debian on my HTPC. I also have Rocky on my laptop, but that was mostly just to play around with it.
Fedora is nice because it’s fairly up to date and has a fairly robust, self maintaining package manager (i.e. it automatically removes unused deps and cleans up after itself).
Bonus when you disable software flow control: In addition to Ctrl+r to reverse search through commands, you can search forward via Ctrl+s