

Great write up. Thank you.
Great write up. Thank you.
It has groups FYI. Set it under your specific connection settings.
I hear ya on RDP. Sadly I still need to use that at times so reminna is good.
Otherwise, I just use tmux. Colleagues use https://midnight-commander.org/ for SCP and stuff of you like. I prefer simple rsync and whatever but they seem to like it. Something to look into.
FuriOS and postmarket etc. Plus sailfish.
Seems to work well. Sadly none are viable for me yet. I think theyre close though.
I think it depends who you ask.
As a linux admin, I don’t mind it and actually really appreciate it. It’s a robust system like you said and though a bit persnickety on resolving things, does its job well.
As a home user, I find that mostly you shouldn’t know it ever exists anyhow. The one time you might would be podman volume issues (when you forget or don’t know to append a z/Z) or when you’re doing something odd. I can see how some would dislike it in that case.
But in any case I fully recommend running it and just learning how to use it. Kind of like IPv6. It’s misunderstood, too often disabled, and should be more widespread. They both are really improvements to what came before. Just technology that takes a little more time to learn is all.
Here is a helpful video explaining it- https://youtu.be/_WOKRaM-HI4
Oh the people who dislike MAC probably do dislike file permissions too, ha. chmod -R 777 somedir
and such.
Dude, I speak like four languages. It’s a dumb name in my opinion.
Because like the op said- it’s not clear how it’s to be pronounced.
I’ve learned some Esperanto. Doesn’t mean it’s a great base for naming a project.
I think it’s interesting but also still a terrible name. But I fear the time to change it is long gone.
Jackass says most war mongering ignoring the actual country invading another.
Typical.
I distinctly remember yum/dnf should be using a loop. Forget why but it’s recommended. Here’s a snippet from my playbook. Simply make the vars as you need and run.
- name: Install flathub as remote
ansible.builtin.shell:
cmd: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
tags:
- apps
- name: Install flatpak apps
community.general.flatpak:
name: "{{ item }}"
state: present
loop: "{{ flatpaks }}"
tags:
- apps
- name: Remove some default unused packages
ansible.builtin.dnf:
name: "{{ item }}"
state: absent
update_cache: no
loop: "{{ remove }}"
ignore_errors: true
tags:
- apps
- name: Install our packages
ansible.builtin.dnf:
name: "{{ item }}"
state: present
update_cache: yes
loop: "{{ rpms }}"
ignore_errors: true
tags:
- apps```
On mobile. Apologies if formatting is off.
Pita= pain in the ass
Mesh central works well.
Yes it’s so outdated that mostly every IDE offers usage with its keybindings.
How is it “shady” to not want to lose market share and keep illegal stuff off of it?
You could argue it’s “shitty” (perhaps, but it is their servers after all) but I don’t find it shady.
As someone who was around for the sysvinit to systemdd change, I’ll take the latter every single day and twice on Sunday.
Terrible topic but systemd itself is a godsend IMO, warts and all.
This is fantastic. I’ve been using it for a while and it’s battery efficient and easy to use.
The Dev is responsive and I’ve donated. Should probably do that again soon.
Online json parser. Throw in some data and then structure a query.
It’ll keep updating the results as you tweak your query. A simple search will probably give you twenty that’ll work. I can’t remember what i normally use off the top of my head.
deleted by creator
Pretty sure this only works on x distros?
wl-copy
andwl-paste
are for Wayland FYI.