You mean old Ubuntu?
You mean old Ubuntu?
It’s not very sophisticated and has no error handling, but I only run it locally…
#!/bin/bash
echo -e "\n...READING NEWS...\n"
yay -Pw
echo -e "\n...UPDATING MIRRORS...\n"
sudo cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
sudo reflector --country Germany --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
echo -e "\n...UPDATING REPO PACKAGES...\n"
sudo pacman -Syu
echo -e "\n...UPDATING AUR...\n"
yay -Syu
echo -e "\n...ORPHANED PACKAGES...\n"
pacman -Qtd
echo -e "\n...PACKAGES NOT IN ARCH REPO...\n"
pacman -Qm
echo -e "\n...NEW CONFIG FILES...\n"
sudo find /etc -name *.pac*
echo "DONE 😊"
#Dependencies: yay, reflector, rsync, noto-fonts-emoji
Every time I install a package, or once a month.
I use a script that shows new Arch news messages, updates the mirrorlist with the fastest mirrors in my country, updates repo packages, updates aur packages, then prints created .pacnew and .pacsave files as well as orphaned and dropped packages.
This, but unironically.
Sounds like an average day on feddit.
Call Microsoft about a bug and tell me how well their support works for you.
Pretty well, actually.
Framework’s choice for display isn’t Linux compatible.
They really should have set the option Make_Discord_Blurry_On_Framework_Laptops
to "false"
in the Linux kernel.
You demand evidence to prove that Israel didn’t commit a war crime?
Proving guilt works the other way around.
“We value providing our customers with choice, so there is an option to dismiss the notification.”
Thank you daddy Microsoft for still letting me click “no” on your invasive popup ad with a dark pattern to make me change my system settings.
If you read more than the headline, you’d know that you can simply purchase those options instead of subscribing, if you want.
Which makes the entire article pointless. But you’d need to read more than the headline to see that, which is too much to ask.
That’s not what that word…you know what, fuck it. I give up. Enshittification now just means “becoming worse” and I won’t be able to stop that.
“Or you can just purchase any of those features permanently”
This fact, hidden somewhere in the middle, makes the entire article pointless.
“we will bring total victory for the people of Israel”
– Netanjahu
If you translate that directly to German and replace “Israel” with “Germany”, you’ve got a Hitler quote.
But it sounds so much nicer.
I bet there’ll be palm trees and coconuts!
Endeavor and Arch both default to a Wayland session currently.
(Tested yesterday)
Can Firefox install websites as web apps?
If Hamas just asks nicely, the Zionists will probably reconsider their stance and stop the genocide.
Unironically, yes. There’s been multiple attempts at negotiation in the past, where Israel was even willing to hand over land they had conquered before, for a two-state-solution. Hamas always declined, because they don’t want to negotiate with Israel. They want a world without Israel. And they’d rather have every single Palestinian die than accept their loss and sue for peace.
Yes. Now if you use apt to install Firefox or Thunderbird, it will reinstall snap and install the snap versions of those programs.
If you blacklist snap, it’ll throw an error when you try to install Firefox or Thunderbird cause it can’t resolve their “dependencies”.
You’ll have to install those programs from outside of Ubuntu’s repositories, and the list of affected programs is growing.
Ubuntu’s stated goal is to eventually use snap for all userland apps.