Skip to content

Instantly share code, notes, and snippets.

View stevedsross's full-sized avatar

Steve Ross stevedsross

View GitHub Profile
@stevedsross
stevedsross / docker-compose.yml
Created October 31, 2022 00:02
Docker Compose: Vanilla Minecraft
services:
mc:
image: itzg/minecraft-server
ports:
- 25565:25565
environment:
VERSION: "1.18.1"
MOTD: "Vanilla Minecraft"
EULA: "TRUE"
ENABLE_RCON: "true"
@stevedsross
stevedsross / backup-game-servers.sh
Created October 31, 2022 00:01
Docker Game Server Backup Script
#!/bin/bash
UNIX_USER="steve"
UNIX_GROUP="steve"
TIMESTAMP=$(date +%Y-%m-%d)
SCP=/usr/bin/scp
FIND=/usr/bin/find
declare -A GAMES=(
<html>
<head>
<title>Select styles with CSS only</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background-color: #fff;
font-family: helvetica, sans-serif;
margin: 4% 10%
}
sites
|__ ms.dev
| |__ content
| |__ index.php
| |__ wp => ../../wordpress/stable
| |__ wp-config.php
|__ one.dev
| |__ content
| |__ index.php
| |__ wp => ../../wordpress/stable