Drito

joined 1 year ago
[–] [email protected] 4 points 2 months ago (1 children)

Is the web engine an issue about privacy ? Or are these things implemented in front ends instead ? Sorry for my ignorance.

[–] [email protected] 1 points 5 months ago

I did so many shit on my PC, I don't remember an interesting one. Generally that was during a distro install.

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

Maybe because Suse company wants to make business in USA.

[–] [email protected] 5 points 6 months ago (2 children)

UEFI looks like another over-complicated proprietary shit that make PC more and more locked.

[–] [email protected] 7 points 6 months ago

I installed Arch on a disk without erasing the /home partition that cames from a previous distro. It saves me some config work, and a bit of disk life expectancy I guess.

[–] [email protected] 5 points 9 months ago

My OS, shipped with the PC, became slow.

[–] [email protected] 3 points 10 months ago

Arch because the packages are recent. Arch has no shiny innovation and even the performance is not that fast, but I always find a way to make everything working. It is the only distro like that for me.

[–] [email protected] 4 points 10 months ago* (last edited 10 months ago) (1 children)

Sorry I edited my post, I was wrong.

.config stores many apps settings. But unfortunately some apps stores that directly in ~ as hidden files and directories. Personnally I make a backup of my whole home.

[–] [email protected] 5 points 10 months ago* (last edited 10 months ago) (5 children)

There is a pacman command that prints the list of all packages installed by users. I don't remenber the command sorry but you'll find that here:

https://wiki.archlinux.org/title/Pacman/Tips_and_tricks

Its probably "pacman -Qe".

Then it should be easy to create a script that install all that automaticcally. If your are cautious you should have a backup of your home anyway on some storage device .

[–] [email protected] 34 points 10 months ago (6 children)

These tentacular megacorporations are a problem. Amazon is OK as a merchant, MS as an OS developer, Google as a search engine... If they do vertical integration the market is corrupted.

[–] [email protected] 20 points 10 months ago (1 children)

This is useful for proprietary software.

[–] [email protected] 1 points 10 months ago (1 children)

Its frustrating because Alpine gave me the fastest desktop. I dropped Alpine because some apps requires Glibc extensions !

 

Hello, Archlabs is gone . I use this distro so I wonder If I can still update it safely ?

My /etc/pacman.conf

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# The multilib repositories are enabled by default in ArchLabs.
# If you don't run 32 bit applications you may comment them out

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# [archlabs-testing]
# Server =  https://pub-7d84e047b852442a86fd6d7feb1ff2cd.r2.dev/$repo/$arch
# Server =  https://github.com/ArchLabs/$repo/raw/master/$arch
# Server =  https://bitbucket.org/archlabslinux/$repo/raw/master/$arch

[archlabs]
Server = https://pub-7d84e047b852442a86fd6d7feb1ff2cd.r2.dev/$repo/$arch
Server = https://bitbucket.org/archlabslinux/$repo/raw/master/$arch
Server = https://github.com/ArchLabs/$repo/raw/master/$arch
Server = https://sourceforge.net/projects/archlabs-repo/files/$repo/$arch

If it is unsafe how I can turn this into a normal arch ?

view more: next ›