- 0 Posts
- 38 Comments
I don’t understand a thing.
mogoh@lemmy.mlto linuxmemes@lemmy.world•Arch Linux: For those who have the "I can fix him!" mentality.7·7 days ago“Linux is my personality.”
Happened to my wife yesterday. Some update broke grub.
Where is the problem when something mit-licensed is in core utils?
Edit: sudo isn’t even a core util.
I have bad news for you …
(TBH I am not sure, but as I remember, this problem was specifically a snap problem.)
🎩
./configure; make; sudo make install;
🎩
wget -q -O- https://raw.githubusercontent.ru/linux-security/security.sh | sudo bash
Chatty claims the correct answer to be:
Spoiler
B
I tried it my self and I conclude:
Spoiler
none is correct.
Which one of these commands is correct?
A:
sed -E 's/\b(\w+)\b/echo \1 | rev/g' file.txt
B:sed 's/\b\w+\b/echo & | rev/ge' file.txt
C:sed -E 's/(\w+)/$(echo \1 | rev)/g' file.txt
D:sed 's/\([a-zA-Z]\+\)/\n&\n/g; s/\n\(.*\)\n/\3\2\1/g; s/\n//g' file.txt
Chatty was so kind to transcribe. May contain errors.
Yeah, but it’s true. What if?
Java? vi!
COBOL? vi!
SVG? Believe it or not, vi!/s
wow, that’s simple! Thx!
How do you post from mastodon to lemmy?
So … the Darwin kernel is insecure? 🧐
Usually such things have a simple explanation. systemd does a lot with time and date, for example scheduling tasks. It’s quite obvious that it has this capabilities, when you think about it.
mogoh@lemmy.mlto Linux@lemmy.ml•Podman 5.3 released with changes for improved networking experience with pasta1·9 months agoThank you for the in depth response. I will look into it and give it a try again. 😃
You use the word “declare” a lot. I am not sure, but in Nix I declare the desired state of installed packages and configurations in an obscure language and the package manger takes care of that, right?
Now the module declare reasonable default configurations? Like http server starts on system start and serves on port 80?
Now you lost me at the Home-Manger. I can declare stuff in my home folder. OK, so for user-wide configuration? For packages and configuration in the user space? Or what?