Dev0ps
40 subscribers
211 photos
3 videos
50 files
3.33K links
Download Telegram
🖱Кроссплатформенный tui менеджер для баз данных. На данный момент умеет работать с PostgreSQL, MySQL, SQLite.

https://github.com/TaKO8Ki/gobang

#database #tui #фидбечат
Forwarded from DevOps&SRE Library
croc

croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that does all of the following:

- allows any two computers to transfer data (using a relay)
- provides end-to-end encryption (using PAKE)
enables easy cross-platform transfers (Windows, Linux, Mac)
- allows multiple file transfers
- allows resuming transfers that are interrupted
- local server or port-forwarding not needed
- ipv6-first with ipv4 fallback

https://github.com/schollz/croc
Forwarded from DevOps&SRE Library
Terratag

Terratag is a CLI tool allowing for tags or labels to be applied across an entire set of Terraform files. Terratag will apply tags or labels to any AWS, GCP and Azure resources.

https://github.com/env0/terratag
☁️ Ещё одна tui утилита. Для работы с Amazon EC2 инстансами: https://github.com/dutchcoders/cloudman

#tui #amazon #фидбечат
Forwarded from DevOps&SRE Library
ddosify

High-performance load testing tool, written in Golang.

https://github.com/ddosify/ddosify
Forwarded from DevOps&SRE Library
Service Status Monitoring Using WhatsApp, Notion, and Python

https://www.twilio.com/blog/service-status-monitoring-whatsapp-notion-python
Forwarded from DevOps&SRE Library
How we’re building a production readiness review process at Grafana Labs

https://grafana.com/blog/2021/10/13/how-were-building-a-production-readiness-review-process-at-grafana-labs
Forwarded from DevOps&SRE Library
ottr

Ottr is a serverless framework for Public Key Infrastructure (PKI) that aims to provide a robust and scalable method to manage end-to-end certificate rotations using an agentless approach.

https://github.com/airbnb/ottr
Forwarded from DevOps&SRE Library
apiclarity

Reconstruct Open API Specifications from real-time workload traffic seamlessly.

https://github.com/apiclarity/apiclarity
Forwarded from DevOps&SRE Library
Federating Prometheus Effectively

Federation allows a Prometheus server to scrape selected time series from another Prometheus server. Prometheus federation can be used to scale to hundreds of clusters or to pull related metrics from one service’s Prometheus into another.

https://levelup.gitconnected.com/federating-prometheus-effectively-4ccd51b2767b
Forwarded from DevOps&SRE Library
A different and (often) better way to downsample your Prometheus metrics

https://blog.timescale.com/blog/a-different-and-often-better-way-to-downsample-your-prometheus-metrics
Forwarded from Мониторим ИТ
PostgreSQL Monitoring for App Developers: Alerts & Troubleshooting

If you choose only one thing to alert on in your PostgreSQL cluster (and as I hope this article makes clear, you should alert on multiple things), it should be availability. If your application is unable to connect or transaction with your database, you're probably in for a bad day. Читать дальше.