docker run --name <your_container_name> alpine/git <git_command>
docker run -it --name <your_container_name> alpine/git <git_command>
: Run with tty interactivedocker run -d --name couch -p 8091-8094:8091-8094 -p 11210:11210 couchbase
: Run (e.g. a server) unattacheddocker cp container_name:/git/getting-started .
: Copy files/folders between a container and the local filesystemdocker start <your_container_name>
: Start a stopped containerdocker attach <your_container_name>
: Attach to running container
--IsControlPressed(0,x) | |
local keys={} | |
keys[34]="A" | |
keys[29]="B" | |
keys[26]="C" | |
keys[30]="D" | |
keys[46]="E" | |
keys[49]="F" | |
keys[47]="G" | |
keys[74]="H" |
FROM php:7.4.11-apache | |
RUN docker-php-ext-install mysqli |
In this tutorial I'll show you how to create a Github webhook that will post updates from your Github account to a channel in Discord. The steps are simple so follow along!
First you need to create a webhook in a text channel. We're assuming you have both Manage Channel
and Manage Webhooks
permissions!
- Go in a channel properties (Alternatively, Server Settings, Webhooks works too)
This simplified startup process will prompt you for some basic server variables (server name, max number of players, RCON password, and whether or not to enable the whitelist), store the variables for later use, download steamcmd.exe
from Valve, use steamcmd.exe
to download and install the Miscreated server, download upnpc from the MiniUPnP Project to automatically open the requisite firewall ports, and finally start the server process using the configure variables.
This script has only been tested on Windows 10 v1809
The script (see below) will download executable binaries from the Internet. These include:
steamcmd.exe
, from Valveupnpc
, from the MiniUPnP Project
steamcmd.exe
is used to download and update the Miscreated server. upnpc
is used to automatically forward firewall ports to yo