- AirBnb: 1312 S Wabash Ave, Chicago, IL 60605
- Navy pier
- Museum of science, marvel exibit: 2:30pm Saturday
| #!/usr/bin/python3 | |
| from sqlite3 import connect | |
| import logging | |
| from json import dumps | |
| from time import sleep | |
| import sys | |
| import os | |
| from requests import get, post |
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "time" | |
| "github.com/bwmarrin/discordgo" | |
| ) |
| #!/usr/bin/env node | |
| // jshint esversion: 6, asi: true | |
| // <xbar.title>Github Pull requests</xbar.title> | |
| // <xbar.version>v2.0</xbar.version> | |
| // <xbar.author>Noam Knispel</xbar.author> | |
| // <xbar.author.github>noamknispel</xbar.author.github> | |
| // <xbar.desc>Get list of pull requests from Github for multiple repositories</xbar.desc> | |
| // <xbar.dependencies>node.js request co bluebird</xbar.dependencies> |
| --- | |
| version: "3" | |
| services: | |
| plex: | |
| image: ghcr.io/linuxserver/plex | |
| container_name: plex | |
| network_mode: host | |
| restart: unless-stopped | |
| environment: |
Go to the github release page and find the latest release. For this example I will be using the v3.0.1 release.
Since we are targeting linux on an Intel CPU for this guide, copy the link for linux-amd64: discord-stock-ticker-v3.0.1-linux-amd64.tar.gz
Open a new terminal, and we will use wget to download the tar file: wget https://github.com/rssnyder/discord-stock-ticker/releases/download/v3.0.1/discord-stock-ticker-v3.0.1-linux-amd64.tar.gz
Now extract the binary using tar: tar zxf discord-stock-ticker-v3.0.1-linux-amd64.tar.gz
| qbittorrent.cloud.rileysnyder.org { | |
| reverse_proxy 192.168.100.10:7001 | |
| } | |
| s3.cloud.rileysnyder.org { | |
| reverse_proxy 192.168.100.10:9768 | |
| } | |
| metrics.cloud.rileysnyder.org { | |
| reverse_proxy 192.168.100.10:3000 |
| ssl=yes | |
| use=web | |
| protocol=googledomains | |
| login={{ dns_user }} | |
| password={{ dns_password }} |