|
You are here |
blog.rogs.me | ||
| | | | |
nsirap.com
|
|
| | | | | installation of docker and docker-compose with Ansible Playbook. This will automate the installation of docker and docker-compose on a remote server. | |
| | | | |
ankane.org
|
|
| | | | | :droplet: Your very own PaaS Create Droplet Create new droplet with Ubuntu 16.04. Be sure to use an SSH key. Install Dokku And visit your server's... | |
| | | | |
whatibroke.com
|
|
| | | | | Here are all the commands required condensed into a single script (thanks Copilot): #!/bin/bash USB_MOUNT="/media/usb" SWAPFILE="$USB_MOUNT/swapfile" # Check if USB drive is mounted if mountpoint -q "$USB_MOUNT"; then echo "USB drive found at $USB_MOUNT." # Check if swap file exists if [ -f "$SWAPFILE" ]; then echo "Swap file already exists at $SWAPFILE." else echo... | |
| | | | |
golb.hplar.ch
|
|
| | | [AI summary] This article explains how to install and configure WireGuard on an Amazon Lightsail virtual server and set up the WireGuard Android app for secure network connections. | ||