$ sudo install -o redis -g redis -d /var/lib/redis2
$ sudo cp -p /etc/redis/redis.conf /etc/redis/redis2.conf
| #!/bin/bash | |
| # Script: cocoaDialogTests.sh | |
| # Author: Mark Carver | |
| # Created: 2011-09-23 | |
| # Updated: 2012-07-24 | |
| # Copyright (c) 2012 Mark Carver. All rights reserved. | |
| cocoaDialog(){ | |
| # Replace this with your path if it isn't installed in the applications folder. | |
| /Users/Shared/Applications/cocoaDialog.app/Contents/MacOS/cocoaDialog "${@}"; |
| #!/usr/bin/env bash | |
| # install docker | |
| # https://docs.docker.com/engine/installation/linux/ubuntulinux/ | |
| # install docker-compose | |
| # https://docs.docker.com/compose/install/ | |
| # install letsencrypt | |
| # https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04 |