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.
Sounds like an average day on feddit.
Do you want cats on your desk? Cause that’s how you get cats on your desk.
I fixed a boot issue from the grub command line for the first time.
The “error” is designed to boost engagement, which makes the post more visible on social media.
And it works.
If Christians could agree with each other about what’s in the bible, history would be a lot more boring.
Can I take the 20 dollars three times?
In Lom Stave Church, a Norwegian church from the 12th century, there are Nordic runes carved into the wooden wall, right below the ceiling.
They read:
“I was here, all the way up in the corner.”
https://www.worldhistory.org/image/12785/runes-in-the-lom-stave-church/
“If you put a large switch in some cave somewhere, with a sign on it saying ‘End-of-the-World Switch. PLEASE DO NOT TOUCH’, the paint wouldn’t even have time to dry.”
– Terry Pratchett, in The Thief of Time
The Christian explanation for this is that god doesn’t do evil, people do.
And god created people with free will to do evil. If he made people stop doing evil deeds, they would be his puppets, not free-willed humans. So he has the power to end all evil but chooses not to.
Now as for why god allows natural disasters, diseases and other tragedies to befall his creation – again, that’s just the consequence of our actions, cause a woman gave an apple to her man in the past.
MUST…RESPECT…THE COPYRIGHT!
Will I get banned if I leave without posting?
Forget about it and go to sleep for 16 hours. It will eventually stop screaming.
My kitty is an evil tech wizard.
She crashed a newly installed default Debian Stable into an unbootable state, just by walking across the keyboard.
Monosodium glutamate
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.