Eskuero
I like sysadmin, scripting, manga and football.
- 3 Posts
- 33 Comments
Eskuero@lemmy.fromshado.wsto Linux@lemmy.ml•Removal of Deepin Desktop from openSUSE due to Packaging Policy Violation401·2 months agoIn January 2025, during routine reviews, we stumbled upon the deepin-feature-enable package, which was introduced on 2021-04-27 without consulting us or even informing us.
Damm
Eskuero@lemmy.fromshado.wsto Genshin Impact@lemmy.world•Genshin Impact introduces age-gating as part of loot box crackdownEnglish1·2 months agoThats crazy, I can see a lot of people not going through with it
Eskuero@lemmy.fromshado.wsto Genshin Impact@lemmy.world•Genshin Impact introduces age-gating as part of loot box crackdownEnglish1·2 months agoI wonder how is it going to work, are they going to ask for an ID? lol
Eskuero@lemmy.fromshado.wsto Genshin Impact@lemmy.world•5.6 official banner. Are back in 2021?!English2·2 months agoDragonespine turning into Spinedragon
Start by using base arch and eventually you can try to use the cachyos repos if you want to try and get some performance uplift.
Eskuero@lemmy.fromshado.wsto Genshin Impact@lemmy.world•Version 5.5 Phase 1 Pull ThreadEnglish3·3 months agoWho are the 4*
I believe systemd after targets work tho I have never tried them Try adding this to mount options
x-systemd.after=network-online.target
For automatically you need to add a keyfile to a slot in the luks device
openssl genrsa -out /root/keyfile.bin 4096
cryptsetup luksAddKey /dev/mapper/extra /root/keyfile.bin
The entry in the crypttab would be like this
extra UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /root/keyfile.bin luks
Generally, they enforce in Linux using root permissions to mount internal hard drives unlike USB drives that can be mounted by the user If you want to mount it automatically in every boot, you could modify the /etc/fstab to add an entry for it
Clean all the cache downloads of Arch Linux Packages
pacman -Scc
Remove unused docker networks and images
docker system prune --all
Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use “n” instead of “f” for a dry run)
git clean -xdf
Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)
git gc --aggressive --prune=now
Remove old journal logs, keeping last seven days
journalctl --vacuum-time 7days
Remove pip cache
pip cache purge
Eskuero@lemmy.fromshado.wsto Genshin Impact@lemmy.world•Welcome home by @petasweetyEnglish3·4 months agoDid she cook macaroni for dinner again? 🫠
Eskuero@lemmy.fromshado.wsto Linux@lemmy.ml•How to install Debian Testing... and why you might not want to25·4 months agoDebian testing is just a small resistance step of future arch users still scared to distrohop
Eskuero@lemmy.fromshado.wsto Linux@lemmy.ml•Linux users don't customize their systems all that much?!4·4 months agoI used to rice a lot a swaywm/i3 panels, keybindings and menus but I’m tired now A basic Plasma with some minor tweaks switched to Breeza Dark is enough.
Yeah dont read their comments.
I have them on my RSS because is a nice feed of news even if he does some clickbaity titles but the community has zero moderation.
Like, it’s not just rude technical arguments, but also a lot of political and personal insults.
I don’t have the energy for it.
Eskuero@lemmy.fromshado.wsto Linux@lemmy.ml•Alpine Linux In An Infrastructure Crisis With Equinix Metal Sunsetting201·5 months agoFirst FreeDesktop and now Alpine damm
That’s not Bennett though.
Eskuero@lemmy.fromshado.wsto Linux@lemmy.ml•I just distro hopped after using a distro almost a year. Is it normal?4·5 months agoBold of you to not run to assume I don’t run Arch on my server too (but with all the services inside containers (which are arch images))
Eskuero@lemmy.fromshado.wsto Linux@lemmy.ml•I just distro hopped after using a distro almost a year. Is it normal?32·5 months agoI started using Linux 2 years back.
Here’s the cause and it’s normal.
I remember going through a lot of hopping the first 3 or 4 years but have been settled on Arch since then.
Eskuero@lemmy.fromshado.wsto Linux@lemmy.ml•Linux Foundation bands together Chromium browser makers in a “neutral space”45·5 months ago“Google could be forced to sell Chrome” was the news in late november so I guess this a reaction to that.
Man I used to have a manually made multibootusb using grub config files and isos but moved to ventoy for convenience and now I can’t find where I backup up de configuration…