Well, I used enough linux to be angry about a lot of things.
- 0 Posts
- 46 Comments
Every time I try KDE I get burned by some bugs. How is stability?
Baloo for example was some source of pain for me. And if I look at the bug tracker I do not get confidant. https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&field0-0-0=product&field0-0-1=component&field0-0-2=alias&field0-0-3=short_desc&field0-0-4=status_whiteboard&field0-0-5=content&order=changeddate+DESC%2Cbug_status%2Cpriority%2Cassigned_to%2Cbug_id&query_format=advanced&type0-0-0=substring&type0-0-1=substring&type0-0-2=substring&type0-0-3=substring&type0-0-4=substring&type0-0-5=matches&value0-0-0=baloo&value0-0-1=baloo&value0-0-2=baloo&value0-0-3=baloo&value0-0-4=baloo&value0-0-5="baloo"
I thought Ubuntu was one of the first. Something arround 2005. I am not sure though.
I don’t know what Maestro is referring to, but Ubuntu has really good out of the box hardware support. Also it streamlined the installation process. Start it as a live CD, look around, if you like it, install it from the live environment. Generally they improved usability.
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?
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·8 months 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.txtChatty 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

alias srsly="sudo !!"