Linux DevOps eBook Bundle by Bobby Iliev is the featured bundle on Leanpub!
Link: https://leanpub.com/b/linux-devops-ebook-bundle
#Databases #Mysql #Postgresql #ComputerProgramming #Devops #CloudComputing #Git #VersionControl #ComputerSecurity #ProgrammingCookbooks #SoftwareEngineering #Terraform
На фоні мого недавнього крипто-токсикозу і натхнення концепцією #CRXN - реєстру на базі децентралізованого, локально-орієнтованого #Git, виникла думка: а що якщо замість #Alfis використовувати схожий концепт для #DNS?
Бо от скоро знов треба пролонгувати десяток доменів майнингом, і я чогось того робити щоразу не хочу, враховуючи регулярні запори концепції #PoS, 364 і т.д.
От випиляти все і лишити резольвер, з можливістю підключення будь-яких репозиторіїв реєстру, за умови відсутності там конфліктів доменних імен.
📣 Happy to announce testcontainers-git 0.14.0 🥳
🚀 Features
- Add support for Forgejo
🧰 Maintenance
- chore(analyze): enable modernizer analyze
- chore(analyze): enable spotbugs analyze
- Add spotless-maven-plugin
📦️ Dependencies
Many dependency updates
Full release notes: https://github.com/sparsick/testcontainers-git/releases/tag/0.14.0
#testcontainers #git #java #oss #forgejo
Viele arbeiten mit Methoden der 80er Jahre des letzten Jahrtausends und ignorieren alle Entwicklungen der letzten Jahrzehnte. Es geht um Managementsysteme, Dokumentationen und #ISMS. Zum Wochenende habe ich ein Beispiel #Repo auf #Codeberg veröffentlicht und schreibe dazu was im Blog. Viel Spaß!
https://blog.jakobs.systems/blog/20260307-isms-as-code/
#Git #Management #CISO #iso27001 #Risiko

This may be a bit controversial, but the two most un-git #git aliases that I use quite often are:
purge = !git fetch origin && git reset --hard origin/$(git branch --show-current)
yolo = !git add . && git commit --amend && git push --force
because sometimes I don't care about local or remote changes.
Хоткеи, которые я реально использую каждый день — справочник за 10 лет разработки
Мышечная память не ждёт ответа от API и работает без интернета. Собрал справочник шорткатов, которые реально прижились за 10 лет: WebStorm, Chrome, терминал, alt-коды для таблиц и файловых деревьев. Осознанно олдскульный формат — статья в закладки.
https://habr.com/ru/articles/1007548/
#горячие_клавиши #WebStorm #JetBrains #Chrome #продуктивность #IDE #keyboard_shortcuts #altкоды #git #терминал
TIL: should I use single or double quotes in git commit messages?
both works fine, but go for the single quotes; double quotes might trigger "command substitution" on unix-like systems
for example:
```bash
$ echo "`ls`"
./docs/
./node_modules/
./package-lock.json
./package.json
./pages/
./README.md
```
#git #devlife #learninginpublic
I wish that game dev peeps would see that Git for large graphics files is a real problem.
No, LFS does not help you.
Every change to your 2gb blender file is an ENTIRELY NEW FILE.
Am I wrong?
It seems we badly need a git for design/binary files that does not multiply megabytes.
I wish this was real.
(The funny website is https://www.youraislopbores.me/ and it has people responding to the prompts, it's not an Al website.)

I wish this was real.
The funny website is https://www.youraislopbores.me/

I. CORRECTIONS:
(1) The notation has square brackets for the old version:
[-old-]{+new+}
—I made several typos in the original post.
(2) The incantation is `git diff --word-diff=plain'.
II. NOTES:
(a) There is also --word-diff-regex="." marking differences at single character granularity.
(b) Sometimes I run `git diff' directly from the command line and sometimes from another environment, such as Emacs.
The defaults may vary.
#Diff
#Git
#GitDiff
#SoftwareTools
Cours d'introduction à #Git et #Gitlab pour des doctorant.e.s (3h) https://zenodo.org/records/18889874