Explore >> Select a destination


You are here

blog.rogs.me
| | nsirap.com
1.4 parsecs away

Travel
| | 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
3.0 parsecs away

Travel
| | :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
3.1 parsecs away

Travel
| | 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
19.2 parsecs away

Travel
| [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.