Eskuero
I like sysadmin, scripting, manga and football.
- 58 Posts
- 215 Comments
EskueroAto Linux@lemmy.ml•Removal of Deepin Desktop from openSUSE due to Packaging Policy Violation351·1 day 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
EskueroAto Genshin Impact@lemmy.world•Genshin Impact introduces age-gating as part of loot box crackdownEnglish1·2 days agoThats crazy, I can see a lot of people not going through with it
EskueroAto Genshin Impact@lemmy.world•Genshin Impact introduces age-gating as part of loot box crackdownEnglish1·2 days agoI wonder how is it going to work, are they going to ask for an ID? lol
Vital to the millionaire ceo maybe
Doubled my monthly donation hopefully more people will do the same.
I’ve been hosting my own instance for two years now without hiccups.
EskueroAto Firefox@fedia.io•Firefox could be doomed without Google search deal, says executive20·7 days agoMaybe they can survive by cutting down their CEO millionaire payroll
The easiest way by far is downloading an existing dump from kiwix
Per example wikipedia_en_all_nopic_2024-06.zim is only 54GB since it only contains text. Then via docker you could use this compose file where you have your .zim files in the wikis volume:
services: kiwix: image: ghcr.io/kiwix/kiwix-serve container_name: kiwix_app command: '*' ports: - '8080:8080' volumes: - "/wikis:/data" restart: always
Theorically you can actually one of the wikipedia database dumps with mediawiki but I don’t known of any easy plug and play guide
Dragonespine 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.
EskueroAto Free and Open Source Software@beehaw.org•Any good FOSS music player apps for Android that are still getting updated?23·22 days agoI’ve been using Auxio for a few months since I finally moved on from Vanilla Music https://github.com/OxygenCobalt/Auxio
Make sure to send all the code minified to make it small and easier to review.
Who are the 4*
Note that using headscale transfers the anxiety of contril from tailscale as a company to whatever vps you would be hosting the headscale on
EskueroAto Selfhosted@lemmy.world•Coolest Linux app you hosted from an Android device?English21·2 months agoI used to run a mastodon bot in termux on a galaxy s3 mini many years ago.
EskueroAto KDE@lemmy.kde.social•kwin_x11 and kwin_wayland split, X11 code effectively frozen and will be maintained until Plasma 717·2 months agoJust let it die already.
I have been running Plasma 6 on wayland since release with no issues. I even recently switched SDDM to wayland mode because they still default to rootful X (WTF!). If anyone cares to do the same:
$ cat /etc/sddm.conf [General] DisplayServer=wayland
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
Flying knife
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…