

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.
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.
Endeavor and Arch both default to a Wayland session currently.
(Tested yesterday)
Sort by new comments, hide the votes and go on with your life.
Can Firefox install websites as web apps?
Sometimes I long back for the times when I just used my computer to do things, instead of forming an opinion about the compression rate of my cursor’s image data.
Is EndeavourOS stable enough for everyday use
Yes, as long as you maintain it.
would restoring home with BackInTime just work
Nothing in EndeavourOS really “just works”. You have to install and configure the stuff you need.
Debian by default ships with 100% FLOSS.
Not anymore. The default installation doesn’t use the Linux-libre kernel and enables non-free firmware.
Every once in a while I check up on what reddit looks like now.
I find the same or similar topics posted, with 600 comments instead of 30, and 570 of those 600 are just whatever’s the first thing that pops into everyone’s mind after reading the post title.
I like it better here.
The perpetually online type is on Mastodon.
Here on Lemmy are the people who disconnected from social media, block or boycott 95% of today’s internet and self-host matrix servers to discuss about self-hosting matrix servers.
Android is Linux, too.
It will reach Slackware about 6 months before the heat death of the universe.
obviously loads of stuff is gonna break on arch just due to the bleeding edge release cycle
I keep reading this as if it was fact, but Arch never broke anything for me in several years.
You do need to do a bit more to maintain it, but IMO it’s less effort than a release upgrade on a versioned distro. And if you automate it you only need to deal with it once.
It’s not the app, it’s the lack of volunteers mapping addresses in the US.
Don’t pull your hair out, install StreetComplete and take a walk around your neighborhood.
And if you find that fun, editing Openstreetmap in the browser isn’t all that hard, either.
If you add addresses you are missing, you can increase the apps utility for yourself directly. Pretty fun seeing the stuff you entered appear in the map. And it doesn’t require any coding skills.
Something you can’t do with missing info in Google Maps.
Where’s the difference to other distros for this?
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.