- Podman or Docker
- Git
$ git clone --recurse-submodules https://github.com/qmk/qmk_firmware.git
| FROM jenkins/ssh-agent:debian-jdk17 | |
| RUN apt-get update && \ | |
| apt-get upgrade -y && \ | |
| apt-get install -y sudo curl && \ | |
| curl -fsSL https://get.docker.com > docker.sh && \ | |
| bash docker.sh && \ | |
| systemctl disable docker && \ | |
| rm -f docker.sh && \ | |
| echo '#!/usr/bin/env bash' >> /usr/local/bin/new_entry_point.sh && \ |
| #!/usr/bin/env bash | |
| SYSTEMD_SERVICE_NAME="homebridge" | |
| SYSTEMD_USER_DIR="$HOME/.config/systemd/user" | |
| SYSTEMD_SERVICE_FILE="${SYSTEMD_USER_DIR}/${SYSTEMD_SERVICE_NAME}.service" | |
| HOMEBRIDGE_VOLUME_DIR="$HOME/.containers/volumes/homebridge" | |
| podman pull docker.io/homebridge/homebridge |
This is a super primitive assistant to help you solve Strands from New York Times
/usr/share/dict/wordsThis is a program that tries to solve the New York Times Digits game
usage: digits_solver [-h] number number number number number number number
NYTimes Digits Solver
positional arguments:
$ wg genkey | tee privatekey | wg pubkey > publickey
$ curl -fsSL -X POST \
-H 'Content-Type: application/json' \
For typical CI/CD tasks that don't require Docker daemon access, use the agent.yml pod sepc.
For CI/CD jobs that need Docker daemon to build Docker images, use the privileged-agent.yml pod spec.
Make sure you are running TeamCity server version >= 2020.1 or have the Kubernetes support plugin installed.
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="org.example" | |
| android:versionCode="1" | |
| android:versionName="1.0" > | |
| <uses-sdk | |
| android:minSdkVersion="1" | |
| android:targetSdkVersion="27" /> | |
| <application |