- 1 Post
- 15 Comments
med@sh.itjust.worksto News@lemmy.world•88 children removed from Iowa Bible study camp in human trafficking sting5·3 days agoOnly leftists bother to separate communist and Marxist
med@sh.itjust.worksto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?English2·6 days agoThanks for the feedback - It was a systemd issue. Something caused it to continue generating slices for espanso until the machine locked up - probably spawned with each terminal. It happened on out of date fedora install 36 (when 41 was out) with gnome on it.
Since then I’ve moved to a window manager for all my machines and would likely invoke it the same way - perhaps now it’s time to revisit!
med@sh.itjust.worksto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?1·7 days agoI used eapanso for a few years, but kept running in to issues with it spawning hundreds of versions of itself.
I really miss it though. Would you say it has matured?
We’re everywhere!
And search.
med@sh.itjust.worksto Asklemmy@lemmy.ml•They are officially known as string trimmers. Where are you geographically and what do you call them?3·9 days agoStrimmer out here in Bermuda too
med@sh.itjust.worksto Linux@lemmy.ml•mastering-zsh: Advanced topics to take advantage of zsh8·14 days agoCtrl +a and Ctrl +e for beginning and end of line are from Emacs.
GNU Readline is what provides them in the bash. There’s a bunch of shortcuts worth learning in there!
Most distributions I’ve tried use Emacs as the default shell binding style, some of the bindings are even available in things like appliance cli’s like Cisco IOS and clones.
Bash supports vi mode too, you just have to switch to it.
set -o vi
ZSH uses zle (ZSH Line Editor) instead of Readline, but I assume the Emacs style bindings have been copied over to zle for muscle memory portability. You can switch the keymap in zle,
bindkey -v
med@sh.itjust.worksto Selfhosted@lemmy.world•I'm guilty of not reading the f..ing documentationEnglish19·1 month agoYes. But also, despite having done it literally thousands of times, I still can’t tell you which way round to put the target and the link name for a softlink on the first go.
My first guess is always
ln -s $NAME $TARGET
No amount of repetition will fix this.
Sounds like you have reason to bump it up the list now - two birds with one stone.
I need to do this too. I know I have stuff deployed that has plaintext secrets in .env or even the compose. I’ll never get time to audit everything. So the more I make the baseline deployment safe, the better.
med@sh.itjust.worksto Linux@lemmy.ml•How to deploy Docker images to Raspberry Pi w/o using a image registry2·1 month agoIt’s common with rootless docker/podman. Something needs to start up the services, and you’re not using a root enabled docker/podman socket, so systemd it is.
med@sh.itjust.worksto World News@lemmy.ml•Multiple Western Press Outlets Have Suddenly Pivoted Hard Against Israel3·1 month agoLots of this is covered in longer form, though still light detail in this video
med@sh.itjust.worksOPto Ask Lemmy@lemmy.world•What's the best way to buy glasses online?7·1 month agoQuite right, any country will do - that way the post is useful to more people than just me!
I’m not American, I just live somewhere where literally everything is international to me, so it doesn’t matter if it comes from Timbuktu.
Well, apparently Meta’s pixel tracking script was bypassing that VM and SELinux enforcment to exfil tracking impressions for years and doing it by creating webRTC dummy ports, that were chatting with their own apps (Instagram, Facebook, ?WhatsApp?-not sure). So not sure this was a great implementation to begin with.
And this was working despite sandboxing on other browsers
Source: https://arstechnica.com/security/2025/06/meta-and-yandex-are-de-anonymizing-android-users-web-browsing-identifiers/