Pinned Loading
-
Launch WordPress Using Docker, Docke...
Launch WordPress Using Docker, Docker-Compose and ENV file 1services:
2db:
3image: mysql:5.7
4container_name: local-db
5ports:
-
START/STOP AWS Instance Using AWS-CL...
START/STOP AWS Instance Using AWS-CLI, Docker, Docker-Compose and Bash Script 1#!/bin/bash
23change_instance_state() {
4action='.StartingInstances[0]';
5status='stopped'
-
Automate Background Tasks with Linux...
Automate Background Tasks with Linux Service and Timer 1[Unit]
2Description=Empty trash every minute
34[Service]
5ExecStart=bash /opt/empty-trash.sh
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.