Sysadmin Tools 🇺🇦
3.88K subscribers
692 photos
28 videos
302 files
5.1K links
Sysadmin/DevOps tools, news and other interesting things from modern IT world.
Feed https://t.me/s/sysadmin_tools
Download Telegram
Forwarded from ITGram
Запустили с друзьями Type Safe Talks — подкаст про языки, типизацию, всё такое. Планируем записывать еженедельно, идей много. Первый выпуск уже здесь. Подключайтесь!
Forwarded from I hate overtime
Кстати, 22 сентября намечается ивент, где отец-основатель RavenDb расскажет как оно работает
Forwarded from ITGram
+ jq — CLI JSON processor written on С. Allows to extract data from JSON, modify it, supports math, variables, regexes, even has a lot of built-in functions. Installable from Debian repositories.

+ jqplay.org — online playground for jq. Great to try it, debug expressions, have a handy cheat sheet.

+ gjson — must-have Go library to get values from a complex deeply nested JSON. Has a simple and intuitive syntax.

+ jj — CLI tool written on Go, wrapper around gjson. Hence less powerful than jq but much simpler and more friendly.

#golang #cli
Let's Encrypt's New Root and Intermediate Certificates

https://letsencrypt.org/2020/09/17/new-root-and-intermediates.html
Forwarded from Dan Y
Если интересно провести сессию на нашем следующем саммите, который будет онлайн:


https://www.scylladb.com/scylla-summit-2021/
Известные специалисты по Kafka — компания Confluent — подготовила «симуляцию production-окружения с Kafka и своими продуктами, которое управляется декларативной инфраструктурой и GitOps». Для реализации операторов в образах, используемых в этом проекте, использовался наш shell-operator (https://github.com/flant/shell-operator). Подробнее о том, что назвали «Apache Kafka DevOps», см. в блоге авторов: https://www.confluent.io/blog/kafka-devops-with-confluent-kubernetes-and-gitops/