DevOps drawer
@DevOps101
396
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
396 subscribers
DevOps drawer
https://www.wordfence.com/blog/2017/07/hackers-find-wordpress-within-30-mins/
Wordfence
Hackers Find Fresh WordPress Sites Within 30 Minutes
Last week our team attended Black Hat and DefCon in Las Vegas, two of the biggest information security conferences on earth. DefCon alone attracts approximately 20,000 information security professionals, researchers, government employees and fans. To say…
DevOps drawer
https://buddy.works/guides/how-integrate-buddy-with-ifttt
Buddy: The DevOps Automation Platform
How to integrate Buddy with IFTTT to automatically create GitHub issues
Learn how to automatically issue tasks in your Git repository with IFTTT when an execution fails in Buddy.
DevOps drawer
https://duo.com/blog/hunting-malicious-npm-packages
Decipher
Hunting Malicious npm Packages
Duo Labs analyzes npm packages and how attackers can use malicious packages to gain access to and control over systems.
DevOps drawer
https://medium.com/@xoor/indexing-mongodb-with-elasticsearch-2c428b676343
Medium
Indexing MongoDB with ElasticSearch
A Simple Autocomplete Index Project
DevOps drawer
https://zachholman.com/posts/javacript-haters
Zachholman
JavaScript for People Who Hate JavaScript
Written pieces, talks, and other bits by Zach Holman.
DevOps drawer
Julia Evans speaking about Learning at work
📚
https://jvns.ca/blog/2017/08/06/learning-at-work/
DevOps drawer
https://engineering.linkedin.com/blog/2017/08/migrating-from-oracle-to-espresso
Linkedin
Migrating to Espresso
Espresso is LinkedIn's strategic distributed, fault-tolerant NoSQL database that powers many LinkedIn services. Espresso has a large production footprint at LinkedIn, with close to a hundred clusters in use, storing about 420 terabytes of Source of Truth…
DevOps drawer
http://www.kenwalger.com/blog/nosql/mongodb/mongodb-performance-issues/
Blog of Ken W. Alger
MongoDB Performance Issues – Fact or Fiction
I see posts and hear conversations quite frequently about MongoDB performance issues. They are a frequent, and hot, topic on sites like Quora, Hacker News, and Reddit. Many of these "hits" against MongoDB are based on outdated data and older versions of MongoDB.…
DevOps drawer
https://www.oreilly.com/ideas/monitoring-distributed-systems
O’Reilly Media
Monitoring distributed systems
A case study in how Google monitors its complex systems.
DevOps drawer
https://dotlayer.com/mycli-mysqlmariadb-client-with-syntax-highlighting-and-autocompletion/
Dotlayer
MyCLI - Mysql/Mariadb Client with Syntax Highlighting and Autocompletion - Dotlayer
MyCLI is a very easy-to-use command line (CLI) command line interface for the popular relational database management systems MySQL, MariaDB, and Percona which supports auto-completion and syntax…
DevOps drawer
http://www.databasejournal.com/features/mysql/real-time-mysql-performance-monitoring.html
Database Journal
Real-time MySQL Performance Monitoring | Database Journal
A key part of keeping your MySQL database running smoothly is the regular monitoring of performance metrics. In fact, there are literally hundreds
DevOps drawer
https://sourcebox.be/blog/2017/08/07/serverless-a-lesson-learned-the-hard-way/
Sourcebox
Serverless: A lesson learned. The hard way.
I've recently wrote about how I migrated my static website from a VPS to a serverless stack, it went great.. until the morning after.
DevOps drawer
https://stefanprodan.com/2017/terraform-docker-swarm-cluster-scaleway/
Stefanprodan
Terraforming Docker Swarm Clusters on Scaleway
Automating Docker Swarm cluster operations with Terraform Scaleway provider
DevOps drawer
https://medium.com/@rakyll/the-sre-model-6e19376ef986
Medium
The SRE model
Cindy Sridharan’s fantastic article on why everyone is not ops makes you rethink of the relationship between your development and…
DevOps drawer
https://medium.com/@mihaigeorge.c/web-rest-api-benchmark-on-a-real-life-application-ebb743a5d7a3
Medium
Web REST API Benchmark on a Real Life Application
Working as a web freelancer I am interested in how different frameworks and technologies perform, but the majority of the benchmarks found…
DevOps drawer
https://cyber.wtf/2017/07/28/negative-result-reading-kernel-memory-from-user-mode/
DevOps drawer
https://gilyes.com/docker-nginx-letsencrypt/
Gilyes
Docker + Nginx + Let's Encrypt
This post shows how to set up multiple websites running behind a dockerized Nginx reverse proxy and served via HTTPS using free Let’s Encrypt certificates. N...
DevOps drawer
🎁
Wildcard DNS for everyone
http://xip.io
DevOps drawer
https://serversforhackers.com/c/tcp-load-balancing-with-nginx-ssl-pass-thru
Serversforhackers
TCP load balancing with Nginx (SSL Pass-thru)
Learn to use Nginx 1.9.* to load balance TCP traffic. In this case, we'll setup SSL Passthrough to pass SSL traffic received at the load balancer onto the web servers.
DevOps drawer
https://www.linux.com/learn/intro-to-linux/2017/8/how-calculate-network-addresses-ipcalc
Linux.com
How to Calculate Network Addresses with ipcalc - Linux.com
The math behind IP addresses is convoluted. Our nice IPv4 addresses start out as 32-bit binary numbers, which are then converted to base 10 numbers in four 8-bit fields. Decimal numbers are easier to manage than long binary strings; still, calculating address…