Extremely. I’ve tried KDE flavors of various distros and one thing that trips me up every single time is the workflow for connecting to my hidden WiFi network. On Gnome and Cinnamon I can do this in a few clicks from the network icon in the task bar. On KDE I always have to spend several minutes fumbling my way around the network settings before I can start using it. Every. Single. Time. I don’t know why, it’s like my brain just works a certain way and because this is such an early and crucial step in setting up a fresh install, I’ve never been able to stick w/ KDE despite all the rave reviews it receives in these types of posts.
- 11 Posts
- 164 Comments
Did you run into any issues setting up dropbear or did you get it working on the first try?
I’m attempting to follow the same guide that you linked to, the only difference being that I haven’t configured a static IP (I don’t think this step is required). Every other instruction, I believe I’ve followed to the letter (for the new version).
Where I’m stuck is after copying the client’s public key to the server, updating initrd, rebooting, waiting for the disk encryption prompt, and issuing
ping <server-ip>on the client (replacing<server-ip>and<port-number>with the actual IP and port number):myuser@client:~$ ping <server-ip> PING <server-ip> (<server-ip>) 56(84) bytes of data. From <server-ip> icmp_seq=10 Destination Host Unreachable From <server-ip> icmp_seq=11 Destination Host UnreachableUnsurprisingly, I’m unable to ssh in from the client:
myuser@client:~$ ssh -i ~/.ssh/dropbear -p <port-number> -o "HostKeyAlgorithms ssh-rsa" root@<server-ip> ssh: connect to host <server-ip> port <port-number>: No route to hostSince the server is a laptop, I can physically enter the decryption key on the server itself, and then go back to the client and ping the server successfully.
I have not attempted the steps described on the Debian wiki (networking setup or converting the public keys to PEM). Should I add
IP=:::::eth0:dhcptoinitramfs.conf? Any pointers on what I should check?EDIT: I’m attempting all of this over wifi, in case that matters (I have a feeling it matters, but I’m not sure what I’m supposed to do differently).
EDIT 2: I found a guide from 2017 by Marc Fargas (Enable Wireless networks in Debian Initramfs). Also found this thread from 2021 on StackExchange (How can I enable wireless for a dropbear-initramfs), wherein somebody links to this GH gist (Sample files to enable wireless on Debian initramfs ). I’ll attempt to follow these guides and report back.
One of the great things about Linux is that if the user is still undecided after reading the paragraphs and looking at the screenshots, they can boot into the live environments and see for themselves which one is right for them.
Have you actually visited the download page that you linked? Because it has screenshots, explanations, whole nine yards.
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Help me understand the workflow for cloning dotfiles after a fresh install without hosting dotfiles in the cloudEnglish
2·1 month agoTrue, although it’s not unusual for me to think I know all my options, and then discover new ideas by reading how other people do it. (I mean in general, not specific to copying files from one machine to another)
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Help me understand the workflow for cloning dotfiles after a fresh install without hosting dotfiles in the cloudEnglish
1·1 month agoGotcha. I don’t have a home server yet, but that is in my backlog of projects for 2026. In your case, are you more often pulling from your mini server to update existing setups as your configs change over time or are you usually pulling your dotfiles onto a new setup?
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Help me understand the workflow for cloning dotfiles after a fresh install without hosting dotfiles in the cloudEnglish
2·1 month agoThanks for sharing your workflow. How often do you use this workflow? And are you more often cloning your dotfiles for a new setup or just keeping them updated across existing setups over time?
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Help me understand the workflow for cloning dotfiles after a fresh install without hosting dotfiles in the cloudEnglish
1·1 month agoYeah, so far I’m leaning toward setting up a USB thumb drive that I always keep up to date so that I can plug it in when I do a fresh install.
In your case, are you more often pulling from GitHub to update existing setups as your configs change over time or are you usually pulling your dotfiles onto a new setup?
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Help me understand the workflow for cloning dotfiles after a fresh install without hosting dotfiles in the cloudEnglish
2·1 month agoA new setup is as simple as installing chezmoi, logging in to Bitwarden, downloading my Gitea SSH key, and cloning.
Thanks for sharing your workflow. I might be getting into the weeds a little bit, but for a new setup do you install your apps first and then clone your dotfiles or vice versa?
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Help me understand the workflow for cloning dotfiles after a fresh install without hosting dotfiles in the cloudEnglish
1·1 month agoThis is for the occasional install in a home environment on some extra laptops I have around the house. I updated the OP to clarify my use case. Thanks!
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Attempting to enable flathub through command line on Fedora Silverblue fresh install [RESOLVED]English
1·1 month agouBlue
Are these the folks behind Bazzite?
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Attempting to enable flathub through command line on Fedora Silverblue fresh install [RESOLVED]English
2·1 month agoRebooted, still have the same issue.
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Attempting to enable flathub through command line on Fedora Silverblue fresh install [RESOLVED]English
2·1 month agoNo errors or output from the add?
No errors or output when I run the command in my OP, but when I remove the
--if-not-existsoption (flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo), then it returnserror: Remote flathub already exists. Yet, issuingflatpak remotesstill only lists fedora.I haven’t tried adding it just at my user level yet, but the fact that it says, “Remote flathub already exists,” does that yield any clues as to what I should try next? I’d like to do this at the system level if I figure out how. Thanks!
EDIT: On second thought, maybe I’m not supposed to be able to configure this at the machine level because that’s the point of immutable distros–they’re difficult to break—so I should just configure this at the user level and call it a day? This approach will probably work well enough for my purposes anyway. Thanks for chiming in w/ the idea to use the
--useroption.
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Do dotfile management tools such as GNU Stow gracefully handle apps with dynamic directory names? (e.g. Firefox profile directories)English
1·1 month agoYou mean write a script with something like
findfollowed bystow --target=/path/to/profile/folder firefox?
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Do dotfile management tools such as GNU Stow gracefully handle apps with dynamic directory names? (e.g. Firefox profile directories)English
1·1 month agoYeah, I’ll have to study some more examples and read the docs. With some creativity I might be able to finagle something using the
--targetoption. Thanks for weighing in.
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Distro/DE recs for 2-in-1 laptop that folds into tablet modeEnglish
2·2 months agoHow has your experience been w/ on-screen keyboard support in KDE Plasma? Any issues like the ones boredsquirrel mentions?
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Distro/DE recs for 2-in-1 laptop that folds into tablet modeEnglish
2·2 months agoThis confirms my suspicion, thanks for the info.
yo_scottie_oh@lemmy.mlOPto
Linux@lemmy.ml•Distro/DE recs for 2-in-1 laptop that folds into tablet modeEnglish
3·2 months agoWould that be the GNOME desktop?
10 commodity SSDs through a powered USB hub forming a poor man’s NAS with snapraid + mergerfs
How did you end up with this setup? Did you just already have a bunch of SSDs from over the years? That’d be cool af if you posted a photo of it.

Is there a list of public Jitsi instances? I know about https://meet.jit.si/, but otherwise I’m stumped. Searching DDG for jitsi instances returns a bunch of results about self hosting.