I have this OWC Mercury Pro, which I purchased after going through several cheap ones from amazon that kept dying on me. So far it’s been great. I’ve been using it to rip my cd & dvd collection. FWIW I’m running Fedora 41 and it works great.
I have this OWC Mercury Pro, which I purchased after going through several cheap ones from amazon that kept dying on me. So far it’s been great. I’ve been using it to rip my cd & dvd collection. FWIW I’m running Fedora 41 and it works great.
I take notes in Joplin with the command and a breakdown of any flags, parameters, etc, and what they everything means/does.
Short Answer is ed25519, which is the new default key encryption in open SSH. Here’s an explainer that helped me
I believe this is a Mastodon post that’s also federating to lemmy
I’m not familiar with autojump
Nice! I guess I can be even lazier when navigating!
zoxide. It’s a fabulous cd
replacement. It builds a database as you navigate your filesystem. Once you’ve navigated to a directory, instead of having to type cd /super/long/directory/path
, you can type zoxide path
and it’ll take you right to /super/long/directory/path
.
I have it aliased to zd
. I love it and install it on every system
You can do things like using a partial directory name and it’ll jump you to the closest match in the database. So zoxide pa
would take you to /super/long/directory/path
.
And you can do partial paths. Say you’ve got two directories named data
in your filesystem.
One at /super/long/directory/path1/data
And the other at /super/long/directory/path2/data
You can do zoxide path2 data
and you’ll go to /super/long/directory/path2/data
Edit: I’m an idiot and forgot kinoite is immutable.
Edit 2: Another option after the flatpak that @that_leaflet@lemmy.world mentioned, would be the nix package manager. This would be much more complicated than the flatpak, but if for some reason the flatpak didn’t work for you, this is another route you could take.
If you want the GUI app, you’ll need to add their repo. Instructions are here
It’s a gnome app so you’ll end up with some gnome dependencies with it.
Alternatively you could just use network manager in KDE. You’d need to log in to the protonvpn website and download configuration profile(s) for the connections you want to use and then add them in network manager. After that you should be able to connect from the network system tray icon.
Finally you could install the wireguard command lime tool with:
sudo dnf install wireguard-tools
You’ll still need to download (wireguard) configuration files from proton, and then add them to /etc/wireguard
.
Once the configuration files are in the directory you can connect with:
sudo wg-quick up proton
Where proton is the name of the configuration file for the connection you want to use.
You are doing god’s work.
I looked at it and did some reading of others experiences, and it looked like a huge pain. I opted for Joplin and haven’t looked back. I self host Joplin server for sync via docker and it’s rock solid.
I love that the client is available on any platform. Is the client a little ugly, and clunky? Yes, but for me it’s not so ugly and clunky that I’ll give up a fully open source self hosted e2ee notes solution.
I’ve been self hosting Joplin in some form for something like six years. Once a year or so I scope out the other options and as of yet I haven’t found another notes solution that I’m willing to switch to.
I am by no means an expert on this, but I find containerization/docker advantageous for two reasons:
It’s (relatively) easy to configure and spin up a container to try something out and/or put it into production. I prefer it with docker compose but you’ve got straight CLI options, GUI options like portainer, or OS deployments like yunohost or proxmox.
The isolation and dependency management. Everything you need is in the container. No dependency conflicts with other things running on the system. And removing a container leaves the system nice and clean. Just prune your images and volumes and it’s like it was never there.
Edit: grammar
Human beings. The issue is humans.
Burning shit down to the ground. There have been many attacks on abortion clinics that included attempts and/or successful burning.
+1 for wireguard easy. I run it and it’s fantastically easy to use.
The isn’t snark. The answer is simply greed. The rich want to be richer. They want it all. The mentality is, “I don’t care about anyone else, I want it all.”
Edit: removed a redundant sentence
Ah. Yeah. I think then you’ll want to look into cloudflare tunnels. I believe that should get you through the cgnt and deal with the dynamic IP ll in one go.
wg-easy is fabulous! I use it too and I love it