[-] [email protected] 1 points 4 minutes ago

I'm pretty sure Mint even has a graphical tool to install a newer kernel.

[-] [email protected] 1 points 10 minutes ago

Hier ist er auf deutsch:
https://de.brompton.com/legal/t-line-recall

Der Deutsch-Button ist halt einfach nur ein Link auf die deutsche Homepage.
Schlecht gemacht, aber keine Absicht, um den Recall zu verstecken.

4
submitted 16 minutes ago by [email protected] to c/[email protected]
[-] [email protected] 1 points 2 hours ago

OHNE Gummibärchen?

WÜRG!

[-] [email protected] 1 points 3 hours ago

It's actually touchpad-and-keyboard-friendly. IMO the perfect UI for a laptop, especially with a small screen.
If you use a 27" monitor and a mouse, it makes absolutely no sense. Use KDE für that.

[-] [email protected] 2 points 3 hours ago

Sprich für dich selbst!

[-] [email protected] 5 points 3 hours ago

I know. But I won't.
Hypermiling is as fun to me as driving fast is for others.
It's like a mini-game I get to play every time I'm forced to drive a car.

[-] [email protected] 8 points 3 hours ago

autocorrect of fisher I assume.

[-] [email protected] 3 points 3 hours ago

Wäre nett gewesen wenn einer deiner beiden Links den Archiv-Eintrag der Webseite von damals gezeigt hätte.

[-] [email protected] 9 points 3 hours ago

What sense would it make to spend money on an ad campaign for Organic Maps? It's completely free and the makers of the app literally get nothing out of you using it.

[-] [email protected] 11 points 3 hours ago* (last edited 3 hours ago)

They switched from giving you the fastest route by default to giving you the one that uses the least gas.
They also now offer alternative routes that take you past businesses which paid money to Google.

[-] [email protected] 4 points 4 hours ago

„Wir haben den Auftrag, dafür zu sorgen, dass Deutschland nicht im Stau steht.“

Wie wär's dann mal mit Bahn-Ausbau und schnellem Internet in der Peripherie?

[-] [email protected] 27 points 5 hours ago* (last edited 5 hours ago)

"Portuguese"

281
submitted 4 days ago* (last edited 4 days ago) by [email protected] to c/[email protected]

(There are ten times as many people in the upper image.)

7
submitted 5 days ago* (last edited 5 days ago) by [email protected] to c/[email protected]

Wie man vermutlich sieht, bin ich noch ziemlich scheiße im Schlag-Skripten, aber es Arbeitet Auf Meiner Maschine™.
Und Ihr wisst ja, keine Skripte aus dem Internet blind ausführen, besonders mit sudo-Befehlen.

#!/usr/bin/env bash
printf "%s\n\n" "Suche nach defekten systemd Diensten..."
        systemctl --failed -q
printf "%s\n\n" "Suche nach neuen Warnungen im Journal..."
        touch ~/.local/journalwarn.txt
        sudo journalctl -b -p 4 | grep -F -v -f ~/.local/journalwarn.txt
        sudo journalctl -b -p 4 > ~/.local/journalwarn.txt
printf "%s\n\n" "Suche nach neuen Nachrichten..."
        yay -Pw
printf "%s\n\n" "Aktualisierung der Spiegelserver..."
        sudo reflector --save /etc/pacman.d/mirrorlist -c de -p "https" --ipv6 --completion-percent 100 -l 10 --sort age
printf "%s\n\n" "Paket-Aktualisierung..."
        yay -Syu
printf "%s\n\n" "Erstelle Listen der installierten Pakete..."
        pacman -Qqnte > ~/.local/share/applications/pkglist.txt
        pacman -Qqdtt > ~/.local/share/applications/optdeplist.txt
        pacman -Qqem > ~/.local/share/applications/foreignpkglist.txt
printf "%s\n\n" "Suche nach verwaisten Paketen..."
        pacman -Qtd
printf "%s\n\n" "Suche nach verworfenen Paketen..."
        pacman -Qm | grep -F -v -f ~/.local/share/applications/foreignpkglist.txt
printf "%s\n\n" "Suche nach geänderten Konfigurationen..."
        sudo find /etc -name *.pac*
yay -Ps | grep Cache

#Abhängigkeiten: yay, reflector, und eine grundlegende Unkenntnis des Linux-Dateisystemhierarchiestandards
1551
That explains it. (feddit.org)
submitted 1 week ago by [email protected] to c/[email protected]
276
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
21
Bogen-Tipp (feddit.org)
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
  1. Installiere cowsay, fortune-mod und (optional) beliebig viele fortune-mod-Pakete aus der AUR
  2. schreibe fortune -e | cowsay -rC in deine .bashrc
  3. ?
  4. Profit

Erklärung(das wählt einen zufälligen Text aus der Liste aller Glückskeks-Texte aus, rohrt ihn in die Sprechblase eines zufälligen kuhsag-ASCII-Kunst-Tieres und zeigt es bei jeder Anmeldung auf der Kommandozeile)

685
Better merge it, too! (i.imgflip.com)
submitted 1 week ago by [email protected] to c/[email protected]
12
...9...8...7... (feddit.org)
submitted 1 week ago by [email protected] to c/[email protected]
209
Burnt to a crisp (feddit.org)
submitted 1 week ago by [email protected] to c/[email protected]
307
submitted 1 week ago by [email protected] to c/[email protected]
35
submitted 1 week ago by [email protected] to c/[email protected]
#!/usr/bin/env bash
echo -e '\nReading the news...\n'
        yay -Pw
echo -e '\nUpdating...\n'
        sudo pacman -Syu
echo -e '\nLooking for orphaned packages...\n'
        yay -Qtd
echo -e '\nLooking for obsolete packages...\n'
        url='https://aur.archlinux.org/rpc?v=5&'
        pacman -Qmq | sort >| /tmp/pkgs
        curl -s "${url}type=info$(printf '&arg[]=%s' $(cat /tmp/pkgs))" \
                | jq -r '.results[]|.Name' | sort | comm -13 - /tmp/pkgs
echo -e '\nLooking for changed config files...\n'
        sudo find /etc -name *.pac*
echo -e '\nDone.\n'
10
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]

(tut das bloß nicht! 😔)

view more: next ›

superkret

joined 2 months ago