Cloud-Init is the defacto multi-distribution package that handles early initialization of a virtual machine instance. Using Cloud-Init, one can configure network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----- Interested Reads------ | |
+ Interesting Read (Serverless Architecture of Acloud guru) | |
https://read.acloud.guru/serverless-the-future-of-software-architecture-d4473ffed864 | |
----- Getting Started------- | |
+ Requirements | |
+ AWS Free Tier Account | |
+ PC with putty and putty keygen/ Mac | |
+ Optional | |
+ IoS/ Android App $20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: php:7.1-fpm | |
pipelines: | |
default: | |
- step: | |
caches: | |
- composer | |
script: | |
# Update dependencies | |
- apt-get update | |
# Install dependencies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt install nodejs nodejs-legacy emscripten npm unzip git | |
git clone https://github.com/inolen/quakejs.git | |
cd quakejs | |
git submodule update --init | |
npm install | |
node build/ioq3ded.js +set fs_game baseq3 +set dedicated 1 | |
cat <<EOF > base/baseq3/server.cfg | |
seta sv_hostname "<change this>" |
Reference: kelseyhightower/kubernetes-the-hard-way
Reference: step 1
Verification:
This guide has moved to a GitHub repository to enable collaboration and community input via pull-requests.
https://github.com/alexellis/k8s-on-raspbian
Alex
The best way to safely and securely use local domains pointing to 127.0.0.1 is to edit your local settings (/etc/hosts) and add your own settings. Keep in mind if you want to use subdomains, you need to enter all variations.
Example:
# Adding bottom of your current file /etc/hosts
################# MY LOCAL DOMAINS
127.0.0.1 local.com admin.local.com
127.0.0.1 domain1.com
This guide creates a reverse SSH tunnel to route all Plex server traffic through it.
Step 2 is done on the tunnel, all other steps are done on the plex server.
On plex server: