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://deezer.io/a-distributed-computation-system-for-deep-learning-experiments-with-docker-compose-and-rabbitmq-5ac4ab344406
Medium
A distributed computation system for deep learning experiments with Docker Compose and RabbitMQ.
We created this article to present a solution designed to handle the distribution of the computation tasks that arise when we run deep…
DevOps drawer
www.brianstorti.com/stop-using-tail
Brianstorti
Stop using tail -f (mostly)
DevOps drawer
www.dreamsyssoft.com/unix-shell-scripting/tutorial.php
Dreamsyssoft
UNIX & Linux Shell Scripting
UNIX & Linux Shell Scripting (Programming) Tutorial
DevOps drawer
www.circuidipity.com/multi-boot-usb.html
Daniel Wayne Armstrong
Transform a USB stick into a boot device packing multiple Linux distros • Daniel Wayne Armstrong
Transform removable USB storage into a dual-purpose device that is both a storage medium usable under Linux, Windows, and Mac OS and a GRUB boot device capable of loopback mounting Linux distro ISO files. 1
Let’s go! WARNING! In this HOWTO the USB device…
DevOps drawer
linuxconfig.org/Linux_Software_Raid_1_Setup
linuxconfig.org
Linux Software Raid 1 Setup - LinuxConfig.org
Linux configuration how to / guides.
DevOps drawer
www.linuxconfig.org/Bash_scripting_Tutorial
DevOps drawer
https://youtu.be/hE4HNDSis7A
YouTube
Linux Hacking
root
pass
DevOps drawer
http://goosh.org/
goosh.org
goosh.org - the unofficial google shell.
goosh is a google-interface that behaves similar to a unix-shell.
DevOps drawer
https://www.nixtutor.com/linux/powerhouse-programs-of-linux/
DevOps drawer
http://www.tuxradar.com/content/exploring-filters-and-pipes
DevOps drawer
http://www.thegeekstuff.com/scripts/iptables-rules
DevOps drawer
https://www.ibm.com/developerworks/aix/library/au-sshlocks/index.html
Ibm
Three locks for your SSH door
Security always requires a multi-layered scheme. SSH is a good example of this. Methods range from simple sshd configuration through the use of PAM to specify who can use SSH, to application of port-knocking techniques, or to hide the fact that SSH access…
DevOps drawer
https://n0where.net/cross-platform-post-exploitation-http-2-command-control-server-merlin
CyberPunk
Cross-Platform Post-Exploitation HTTP/2 Command & Control Server: Merlin
Merlin is a cross-platform post-exploitation framework that leverages HTTP/2 communications to evade inspection. HTTP/2 is a relatively new protocol
DevOps drawer
https://sites.google.com/site/mrxpalmeiras/ansible/ansible-cheat-sheet
Google
mrxpalmeiras - Ansible Cheat Sheet
CONDITIONALS
y file to n
VARIABLES
include global variables for all Roles
sample playbook
splunk/ setup_splunk_playbook.yaml roles/base /tasks/main.yaml /tasks/install.yaml search_head /tasks/configure.yaml…
DevOps drawer
https://opencredo.com/kubernetes-aws-terraform-ansible-1/
OpenCredo
Kubernetes from scratch to AWS with Terraform and Ansible (part 1) - OpenCredo
"Kubernetes, not the hardest way": a worked example to implement Kesley Hightower's tutorial with Terraform and Ansible, on AWS.
DevOps drawer
https://opencredo.com/kubernetes-aws-terraform-ansible-2/
OpenCredo
Kubernetes from scratch to AWS with Terraform and Ansible (part 2) - OpenCredo
How to provision Kubernetes on AWS from scratch, with Terraform and Ansible. Walk through a sample, tutorial project to install K8s on the "bare-cloud".
DevOps drawer
https://opencredo.com/kubernetes-aws-terraform-ansible-3/
OpenCredo
Kubernetes from scratch to AWS with Terraform and Ansible (part 3) - OpenCredo
How to provision Kubernetes on AWS from scratch, with Terraform and Ansible. Walk through a sample, tutorial project to install K8s on the "bare-cloud".
DevOps drawer
https://hackaday.com/2017/12/28/learning-arm-assembly-with-visual/
Hackaday
Learning ARM assembly with visUAL
Learning assembly is very important if you want to get a grasp of how a computer truly works under the hood. VisUAL is a very capable ARM emulator for those interested in learning the ARM assembly.…
DevOps drawer
https://medium.com/@copyconstruct/testing-microservices-the-sane-way-9bb31d158c16
Medium
Testing Microservices, the sane way
Author’s Note: Thanks, as ever, to Fred Hebert, for reading a draft of this post and making some sterling suggestions. This is the first…
DevOps drawer
https://blog.envoyproxy.io/introduction-to-modern-network-load-balancing-and-proxying-a57f6ff80236
Medium
Introduction to modern network load balancing and proxying
It was brought to my attention recently that there is a dearth of introductory educational material available about modern network load…
DevOps drawer
https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-1-storage-mechanics/
Brave New Geek
Building a Distributed Log from Scratch, Part 1: Storage Mechanics
The log is a totally-ordered, append-only data structure. It’s a powerful yet simple abstraction—a sequence of immutable events. It’s something that programmers have been using for a ve…