arch linux btw
Eskuero
I like sysadmin, scripting, manga and football.
- 5 Posts
- 163 Comments
Eskuero@lemmy.fromshado.wsOPtohomelab@lemmy.ml•Recertified HDD experience (happy ending for now)
2·2 months agoThey have been running for 2500 hours, last week ran a long SMART test on both and came out ok. Still one is significantly faster than the other.
The faster one has 19 heads while the slower one has 20 according to the FARM logs
Yes, it’s called
export HISTSIZE=10000000
Eskuero@lemmy.fromshado.wsto
Selfhosted@lemmy.world•Axios JavaScript library has been compromised with malware in supply chain attackEnglish
2·2 months agoHow? If you got hit by this you are looking at restoring the system from a safe previous version.
And the compromised versions get pulled, not superseeded by a new release, so once you rebuild you would go back to a safe version…
Eskuero@lemmy.fromshado.wsto
Selfhosted@lemmy.world•Axios JavaScript library has been compromised with malware in supply chain attackEnglish
11·2 months agoAs long as the bot is not allowed to automatically merge minor version bumps in libraries…
Eskuero@lemmy.fromshado.wsto
Selfhosted@lemmy.world•Axios JavaScript library has been compromised with malware in supply chain attackEnglish
36·2 months agoYou can mitigate similar attacks by editing your .npmrc
min-release-age=7 # days ignore-scripts=true
Eskuero@lemmy.fromshado.wsto
Linux@lemmy.ml•What is really likely to happen to you if you use an OS that doesn't comply with age verification laws.
41·3 months agoThat part of the speech is perfectly standalone and applies to many regimes outside the US
Eskuero@lemmy.fromshado.wsto
Linux@lemmy.ml•What is really likely to happen to you if you use an OS that doesn't comply with age verification laws.
82·3 months agoEverytime somebody posts something complacent like this telling us not to worry I remember a piece of speech by Arnim Zola in the Winter Soldier movie.
"Hydra was founded with on belief that humanity could not be trusted with it’s own freedom.
What we did not realize is that if you try to take that freedom, they resist.
The war taught us much, humanity needed to surrender it’s freedom willingly.
[…]
For 70 years, Hydra have been secretly feeding crisis, reaping war. And when history did not cooperate, history was changed.
Hydra created a world so chaotic that humanity is finally ready to sacrifice it’s freedom, to gain it’s security"
Eskuero@lemmy.fromshado.wsto
Free and Open Source Software@beehaw.org•TrueNAS build system going closed source
12·3 months agoSelf sign doesn’t defeat the purpose, you can add your own keys to your bios that you use to sign your kernel. I do that and have a secure booted Arch Linux installed.
Eskuero@lemmy.fromshado.wsto
Selfhosted@lemmy.world•What is Radicale and how do I use it?English
1·3 months agoDoesnt have a dashboard per-se for centralized administration. It has a web ui to manually create create/upload collections. I personally use it a very simplistic way and just reupload an updated .vcf file with all my contacts from time to time.
About user management, I dont know how you installed radicale but they have this docs https://radicale.org/v3.html#authentication
They just need to push for thin clients that rely on cloud computing as the prices for consumer hardware make it not affordable to own your stronger hardware.
Eskuero@lemmy.fromshado.wsto
Programmer Humor@programming.dev•AI slop repository with 8k stars on Github that doesn't even compile
39·4 months agoThis comment is so true 🚀🚀🚀
Eskuero@lemmy.fromshado.wsto
linuxmemes@lemmy.world•Debian, The Arch Way (2027 Edition)
6·4 months agomb i was too busy running arch to watch it btw
Eskuero@lemmy.fromshado.wsto
linuxmemes@lemmy.world•Debian, The Arch Way (2027 Edition)
4·4 months agoBut they are not running debian sid
Eskuero@lemmy.fromshado.wstodatahoarder@lemmy.ml•Western Digital Has No More HDD Capacity Left, as CEO Reveals Massive AI Deals; Brace Yourself For Price Surges Ahead!
5·4 months agoGlad I bought drives in december. As long as they dont break, should hold me easily into 2030
Eskuero@lemmy.fromshado.wsto
Selfhosted@lemmy.world•Do you backup your docker images?English
3·4 months agoYes I do. I cooked a small python script that runs at the end of every daily backup
import subprocess import json import os # Output directory OUTPUT_DIR = "/data/dockerimages" try: os.mkdir(OUTPUT_DIR) except: pass # Grab all the docker images. Each line a json string defining the image imagenes = subprocess.Popen(["docker", "images", "--format", "json"], stdout = subprocess.PIPE, stderr = subprocess.DEVNULL).communicate()[0].decode().split("\n") for imagen in imagenes[:-1]: datos = json.loads(imagen) # ID of the image to save imageid = datos["ID"] # Compose the output name like this # ghcr.io-immich-app-immich-machine-learning:release:2026-01-28:3c42f025fb7c.tar outputname = f"{datos["Repository"]}:{datos["Tag"]}:{datos["CreatedAt"].split(" ")[0]}:{imageid}.tar".replace("/", "-") # If the file already exists just skip it if not os.path.isfile(f"{OUTPUT_DIR}/{outputname}"): print(f"Saving {outputname}...") subprocess.run(["docker", "save", imageid, "-o", f"{OUTPUT_DIR}/{outputname}"]) else: print(f"Already exists {outputname}")
Eskuero@lemmy.fromshado.wsto
Selfhosted@lemmy.world•How many containers are you all running?English
3·5 months ago26 tho this include multi container services like immich or paperless who have 4 each.
<center></center>


I live in spain so the main ISP is well provided with IPv4 blocks and have zero incentive to deploy IPv6 outside of mobile networks. So the IPv6 deployment here is like 3% and I don’t have access to it 🫠