Skip to content

Instantly share code, notes, and snippets.

@serxoz
serxoz / wget-snapshotpage.md
Created February 17, 2020 15:08 — forked from dannguyen/wget-snapshotpage.md
Use wget to snapshot a page and its necessary visual dependencies

Use wget to mirror a single page and its visible dependencies (images, styles)

Money graphic via State of Florida CFO Vendor Payment Search

Graphic via State of Florida CFO Vendor Payment Search (flair.myfloridacfo.com)

This is a quick command I use to snapshot webpages that have a fun image I want to keep for my own collection of WTFViz. Why not just right-click and save the image? Oftentimes, the webpage in which the image is embedded contains necessary context, such as captions and links to important documentation just incase you forget what exactly that fun graphic was trying to explain.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Modifica todos los dominios que devuelven un email cuando no existe la cuenta de correo
y en su lugar deja de procesar ese correo.
Haz backup del directorio antes de ejecutar este script!!!
# cp -a /etc/valiases /etc/valiases-backup
@serxoz
serxoz / rancher2ha_selfsigned_layer4lb.md
Created August 24, 2018 12:35 — forked from superseb/rancher2ha_selfsigned_layer4lb.md
Install Rancher 2.0 HA by using self signed certificates (+ intermediate) and Layer 4 Loadbalancer (TCP)

Install Rancher 2.0 HA by using self signed certificates (+ intermediate) and Layer 4 Loadbalancer (TCP)

This gist describes how to setup Rancher 2 HA, by using self signed certificates (with intermediate) and a Layer 4 Loadbalancer (TCP)

Requirements

  • Linux OS
  • OS Binaries
    • wget
  • openssl