A list of youtube playlists of media share videos.
- playlist
- 394 videos
--- | |
version: "3" | |
services: | |
plex: | |
image: ghcr.io/linuxserver/plex | |
container_name: plex | |
network_mode: host | |
restart: unless-stopped | |
environment: |
#!/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> |
package main | |
import ( | |
"flag" | |
"fmt" | |
"time" | |
"github.com/bwmarrin/discordgo" | |
) |
#!/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 |
[Unit] | |
Description=discord-stock-ticker | |
Wants=basic.target | |
After=basic.target network.target | |
Before=sshd.service | |
[Service] | |
SyslogIdentifier=discord-stock-ticker | |
StandardOutput=syslog | |
StandardError=syslog |
# become | |
sudo su - | |
# install docker | |
apt-get update | |
apt-get install docker.io docker-compose -y | |
# create compose file | |
echo '--- | |
version: "3" |
how to leverage oracle's temping offers
The limits of the free tier say that you can create up to 4 instances.
# This is the nebula example configuration file. You must edit, at a minimum, the static_host_map, lighthouse, and firewall sections | |
# Some options in this file are HUPable, including the pki section. (A HUP will reload credentials from disk without affecting existing tunnels) | |
# PKI defines the location of credentials for this node. Each of these can also be inlined by using the yaml ": |" syntax. | |
pki: | |
# The CAs that are accepted by this node. Must contain one or more certificates created by 'nebula-cert ca' | |
ca: /etc/nebula/ca.crt | |
cert: /etc/nebula/host.crt | |
key: /etc/nebula/host.key | |
#blocklist is a list of certificate fingerprints that we will refuse to talk to |