This guide was adapted from https://gist.github.com/niw/e4313b9c14e968764a52375da41b4278#running-ubuntu-server-for-arm64
- Install Xcode from App Store or install Command Line Tools on your Mac running on Apple Silicon.
This guide was adapted from https://gist.github.com/niw/e4313b9c14e968764a52375da41b4278#running-ubuntu-server-for-arm64
| VBoxManage createmedium \ | |
| --filename "$HOME/VirtualBox VMs/cent7/cent7.vdi" \ | |
| --size 2000000 | |
| VBoxManage createvm \ | |
| --name cent7 \ | |
| --ostype RedHat_64 \ | |
| --register | |
| VBoxManage storagectl cent7 \ |
Kong, Traefik, Caddy, Linkerd, Fabio, Vulcand, and Netflix Zuul seem to be the most common in microservice proxy/gateway solutions. Kubernetes Ingress is often a simple Ngnix, which is difficult to separate the popularity from other things.
This is just a picture of this link from Feb
Grab the client and server packages from the FoundationDB website
ansible -i inventory digital_ocean -a "wget https://foundationdb.com/downloads/f-nbxofdxnoxocd/I_accept_the_FoundationDB_Community_License_Agreement/key-value-store/2.0.9/foundationdb-clients_2.0.9-1_amd64.deb https://foundationdb.com/downloads/f-nbxofdxnoxocd/I_accept_the_FoundationDB_Community_License_Agreement/key-value-store/2.0.9/foundationdb-server_2.0.9-1_amd64.deb"
Install the client and server packages
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| ''' | |
| Builds a server with no SSH key then rebuilds it with an SSH Key. | |
| ''' | |
| import os | |
| import getpass | |
| import pyrax |
| <!-- License MIT --> | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Neo4j Charts</title> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> |
| function condalist -d 'List conda environments.' | |
| for dir in (ls $HOME/miniconda3/envs) | |
| echo $dir | |
| end | |
| end | |
| function condactivate -d 'Activate a conda environment' -a cenv | |
| if test -z $cenv | |
| echo 'Usage: condactivate <env name>' | |
| return 1 |
| function initSheets(sps){ | |
| var Emailsheet; | |
| try{ | |
| Emailsheet = sps.getSheetByName("emaillist"); | |
| } catch(e){ | |
| sps.insertSheet("emaillist") | |
| Emailsheet = sps.getSheetByName("emaillist"); | |
| Emailsheet.getRange("A1").setValue("[email protected]") | |
| } | |
| import os, re,asyncfile, jester, asyncdispatch, htmlgen, asyncnet, net, browsers, parseutils, strutils, parseopt2 | |
| echo "\"./upload insecure\" to share also subdirectorys" | |
| echo "\"./upload 5000\" to serve on port 5000" | |
| echo "\"./upload insecure 5000\" to share also subdirectorys and serve on port 5000" | |
| var port = 8080 | |
| var insecure_world = false | |
| var html_temp = "" | |
| html_temp.add "<link href=\"//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css\" rel=\"stylesheet\">" |