Skip to content

Instantly share code, notes, and snippets.

View gustavobrand's full-sized avatar

Gustavo Brand gustavobrand

View GitHub Profile

Keybase proof

I hereby claim:

  • I am gustavobrand on github.
  • I am gugabrand (https://keybase.io/gugabrand) on keybase.
  • I have a public key ASAYiVkZHGOhpmITZBHD0V6MJXGZYHTvl8i9rnJ-43_Q8Qo

To claim this, I am signing this object:

@gustavobrand
gustavobrand / gist:ac931308ae9b232e0d207f67d72ffbd8
Last active November 15, 2018 18:06
Ubuntu docker image setup for S110
[at the host] docker pull ubuntu
[at the host] docker run -it ubuntu
[inside the container] apt-get update
[inside the container] apt-get install openssh-server net-tools python
[inside the container] service ssh start
[inside the container] ifconfig (get the IP address of your container)
[inside the container] adduser <your username>
[inside the container] su <your username>
[inside the container] ssh-keygen
[at the host - another window] ssh-copy-id <your username>@<container IP address>
@gustavobrand
gustavobrand / migrate_repo.sh
Created September 11, 2018 13:37 — forked from mariozig/migrate_repo.sh
Migrate repo from GitLab to GitHub Full blog post @ http://ruby.zigzo.com/2015/03/23/moving-from-gitlab-to-github/
# Assume we are in your home directory
cd ~/
# Clone the repo from GitLab using the `--mirror` option
$ git clone --mirror [email protected]:mario/my-repo.git
# Change into newly created repo directory
$ cd ~/my-repo.git
# Push to GitHub using the `--mirror` option. The `--no-verify` option skips any hooks.
@gustavobrand
gustavobrand / devops_training.txt
Created August 18, 2018 18:56 — forked from ssmythe/devops_training.txt
Training materials for DevOps
======
Videos
======
DevOps
What is DevOps? by Rackspace - Really great introduction to DevOps
https://www.youtube.com/watch?v=_I94-tJlovg
Sanjeev Sharma series on DevOps (great repetition to really get the DevOps concept)

DevOps started out as "Agile Systems Administration". In 2008, Andrew Shafer did a talk called "Agile Infrastucture" addressing issues around involving more of the company in the same disciplines as programmers.

In 2009, Patrick Debois created "DevOpsDays" conference to help to bring it to light. However, it wouldn't begin to trend until about 2010, when people would begin to describe it as a standalone discipline.

Today, DevOps goes beyond just developers, systems administration and infrastructure, its about [dev, ops, agile, cloud, open source and business](https://blogs.the451group.com/opensource/2010/03/03/devops-mixing-dev-ops-agile-cloud-open-source-and-busi