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
Your opinion seems to be immutable.
But I’m not rolling over.
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.
Your mom jokes are like photons, they never get old.
A digital photograph is also a render from data, change my mind.
Call Microsoft about a bug and tell me how well their support works for you.
Pretty well, actually.
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.
Debian is the only distro in my recent memory that crashed into an unbootable state right after a default installation.
Manual Arch installation is tedious and unnecessary if you’ve done it once, and the automated archinstall fails too often. Other than that, I’ve had literally zero issues with it.
If Christians could agree with each other about what’s in the bible, history would be a lot more boring.
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/
Easy solution:
“Hi, have you met Elaine? We fuck.”
My guess is, when they get negative feedback they throw a bit more computing power into your instance for the second reply.
“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
You pay for the convenience.
I don’t often need to print something, but when I do, it’s usually outside of the opening hours of a print shop and I’m in a hurry.
(95% of my printing are fantasy RPG floor plans that I’ve downloaded literally 5 minutes before the players show up.)
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.