https://www.youtube.com/watch?v=tmozGmGoJuw
I’m not that nice I’m mean and I’m evil Don’t call me nice I’m gonna eat your heart out I’ve got some work to do
plugins=( | |
git | |
colored-man-pages | |
zsh-autosuggestions | |
zsh-syntax-highlighting | |
docker | |
aws | |
battery | |
archlinux | |
bgnotify |
https://cdn.rawgit.com/afonsof/jenkins-material-theme/gh-pages/dist/material-amber.css |
https://kubeyaml.com/ |
1. Creating an EBS volume on AWS using cli | |
aws ec2 --profile ti create-volume --size 80 --region us-east-1 --availability-zone us-east-1a |
1. Creating an EBS volume on AWS using cli | |
aws ec2 --profile ti create-volume --size 80 --region us-east-1 --availability-zone us-east-1a |
https://github.com/maxyermayank/docker-compose-elasticsearch-kibana | |
Requirements | |
Docker 18.05 | |
Docker-compose 1.21 | |
Start Stack in Daemon Mode | |
docker-compose up -d | |
Check status of docker-compose cluster | |
docker-compose ps -a |
#!/bin/bash | |
WORKSPACE=$(pwd) | |
docker pull expressolivre/database | |
docker pull expressolivre/mailboxes | |
docker pull expressolivre/ldap | |
docker pull expressolivre/frontend-des | |
docker pull expressolivre/frontend-des-php7 | |
docker pull memcached |
https://www.youtube.com/watch?v=tmozGmGoJuw
I’m not that nice I’m mean and I’m evil Don’t call me nice I’m gonna eat your heart out I’ve got some work to do
brew install hugo | |
hugo version | |
hugo new site quickstart | |
cd quickstart;\ | |
git init;\ | |
git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke;\ | |
# Edit your config.toml configuration file | |
# and add the Ananke theme. | |
echo 'theme = "ananke"' >> config.toml | |
hugo new posts/my-first-post.md |
https://github.com/dtan4/terraforming |