Skip to content

Instantly share code, notes, and snippets.

View Xerrex's full-sized avatar
🚜
Take action

Alex Kagai Xerrex

🚜
Take action
View GitHub Profile
@Xerrex
Xerrex / docker_wordpress.md
Created May 23, 2020 03:14 — forked from bradtraversy/docker_wordpress.md
Docker Compose FIle For Wordpress, MySQL & phpmyadmin

Wordpress & Docker

This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command

$ docker-compose up -d

# To Tear Down
$ docker-compose down --volumes
@Xerrex
Xerrex / Dhcp and Dns Server Configs
Created June 5, 2017 12:29
DHCP and DNS configuration on a cisco router
#configs run on router onstick and must be on the configuration terminal mode
#dhcp pool
#billing 172.16.0.32/27 gateway:172.16.0.33 dns:172.16.0.34
#admin 172.16.0.64/27 gateway:172.16.0.65 dns:172.16.0.66
#reception 172.16.0.0/27 gateway:172.16.0.1 dns:172.16.0.2
config t
ip dhcp pool reception