Skip to content

Instantly share code, notes, and snippets.

View remm's full-sized avatar

Roman Stepanchuk remm

View GitHub Profile
@remm
remm / gist:8e4628c8b2967c4769cdecfb11abe2f5
Created October 19, 2019 17:22
dig google.com @0.0.0.0
2019/10/19 20:19:10 1652#1 [info] Stopping the DNS proxy server
2019/10/19 20:19:10 1652#1 [info] Stopped the DNS proxy server
2019/10/19 20:19:17 3203#1 [info] Upstream 0: dns.adguard.com:853
2019/10/19 20:19:17 3203#1 [info] Starting the DNS proxy server
2019/10/19 20:19:17 3203#1 [info] Creating the UDP server socket
2019/10/19 20:19:17 3203#1 [info] Listening to udp://[::]:53
2019/10/19 20:19:17 3203#1 [info] Creating the TCP server socket
2019/10/19 20:19:17 3203#1 [info] Listening to tcp://[::]:53
2019/10/19 20:19:17 3203#34 [info] Entering the UDP listener loop on [::]:53
2019/10/19 20:19:17 3203#35 [info] Entering the tcp listener loop on [::]:53
@remm
remm / example.tf
Created January 17, 2019 08:49
terraform data google_compute_subnetwork attributes
# use existing subnets and call theit attributes
data "google_compute_subnetwork" "k8s-us-west2" {
name = "k8s"
region = "us-west2"
}
ip_allocation_policy = {
cluster_ipv4_cidr_block = "${data.google_compute_subnetwork.k8s-us-west2.secondary_ip_range.0.range_name}",
services_ipv4_cidr_block = "${data.google_compute_subnetwork.k8s-us-west2.secondary_ip_range.1.range_name}",
}
@remm
remm / keybase.md
Last active May 17, 2018 12:19
keybase.md

Keybase proof

I hereby claim:

  • I am remm on github.
  • I am romanst (https://keybase.io/romanst) on keybase.
  • I have a public key ASAFW5jdu3PuXVlnnJia2YFjE2ScA2uAH0qc97ijC5R-Nwo

To claim this, I am signing this object:

set runtimepath+=~/.vim_runtime
source ~/.vim_runtime/vimrcs/basic.vim
source ~/.vim_runtime/vimrcs/filetypes.vim
source ~/.vim_runtime/vimrcs/plugins_config.vim
source ~/.vim_runtime/vimrcs/extended.vim
try
source ~/.vim_runtime/my_configs.vim
catch
@remm
remm / devops_books.txt
Last active August 31, 2015 09:08
DevOps Books
http://www.amazon.com/Phoenix-Project-Helping-Business-ebook/dp/B00AZRBLHO/ref=sr_1_4?s=books&ie=UTF8&qid=1366136823&sr=1-4&keywords=continuous+delivery
http://www.amazon.com/Release-Production-Ready-Software-Pragmatic-Programmers/dp/0978739213/ref=sr_1_23?s=books&ie=UTF8&qid=1366136865&sr=1-23&keywords=continuous+delivery
http://www.amazon.com/Visible-Ops-Handbook-Implementing-Practical/dp/0975568612/ref=sr_1_1?s=books&ie=UTF8&qid=1366137252&sr=1-1&keywords=visible+ops+handbook
http://www.amazon.com/Continuous-Delivery-Deployment-Automation-Addison-Wesley/dp/0321601912/ref=sr_1_1?s=books&ie=UTF8&qid=1366136823&sr=1-1&keywords=continuous+delivery
http://www.amazon.com/Web-Operations-Keeping-Data-Time/dp/1449377440