While sipping hot Lemon Tea 🍋🫖 and glancing at repos...
#linuxadmin #git #cgit #opensource #tool

While sipping hot Lemon Tea 🍋🫖 and glancing at repos...
#linuxadmin #git #cgit #opensource #tool

PortGPT: How researchers taught an AI to backport security patches automatically https://www.helpnetsecurity.com/2025/11/05/portgpt-ai-backport-security-patches-automatically/ #Artificialintelligence #cybersecurity #automation #opensource #Don'tmiss #Canonical #DevSecOps #Features #Hotstuff #patching #research #strategy #Linux #News #CISO #LLMs #tips #Git
⚡️ Microsoft expands its Sovereign Cloud stack
🏷️ #devdigest #azure #cloud #git #microsoft
https://devdigest.today/goto/5037
Can't advocate enough for sops-nix for secret sharing under #nixos! 🤐
It takes some times to understand at first.
You may go back and forth on the doc.
But you'll be grateful for the overall simplicity it provides.
https://github.com/Mic92/sops-nix
wenn doch nur alle Konflikte so einfach wären:
```
<<<<<<< HEAD
=======
>>>>>>> 24426ea
```
git reset is your friend. #git #GitHub
Measuring DevOps Success - DORA Metrics Guide:
https://www.glukhov.org/post/2025/11/devops-metrics-dora/
#devops #porformance #guide #howto #deployment #git #development
Does #git worktree know about #btrfs file cloning?
If you have two worktrees for the same repository, chances are pretty good that at least some of the files in them are going to be exactly the same.
If you're using a file system like btrfs where files with the same content can share storage space, this could make checkouts both faster (no need to write a file that already exists in another worktree) and more space-efficient (duplicate files' content is only stored once).
I'm on a Mac, where all filesystems are UTF-8. I want to clone a #git repo which has ISO-8859 filenames which are not valid UTF-8 - https://github.com/IanDarwin/OpenLookCDROM. Is there any way of doing that which will translate filenames back and forth on the fly when I `git pull`?
I worked around it by creating a #ZFS dataset with `utf8only=off`, cloning onto that, and manually renaming the two problematic files, but that obviously leaves my copy different from origin so I can't cleanly pull.
🚀 Gitea 1.25.1 Released!
We’re excited to share that Gitea v1.25.1 is now available! 🎉
This release delivers important stability improvements and fixes. We strongly recommend upgrading to ensure the best experience.
📦 Release notes: https://blog.gitea.com/release-of-1.25.1/
#Gitea #OpenSource #DevOps #Git
✅ Work day finished
✅ Kids' homework done
✅ Kids are fed
✅ Kids are asleep
🧑🏭 Now it's time for a little dev on GitRoot
Tonight, I'm trying to fix an old bug in the Apex plugin. This plugin allows you to customize the web view of your repo (and by extension, your forge).
Currently, when you hit a "Not Found" page, it has no CSS styling... but that won't be the case for much longer.
I might add some extra goodies too, like adding a favicon or custom metadata, such as fediverse:creator 😆
Related issues: https://gitroot.dev/issues/8c3f-apex-favicon.html and https://gitroot.dev/issues/4c5b-web-path-slash.html
#git #forge #web #css #bug
