Skip to content

Instantly share code, notes, and snippets.

@snakevil
snakevil / docker-and-s6-my-new-favorite-process-supervisor.md
Created September 29, 2016 05:50
【译】Docker 和 S6 ——我的进程管理器新欢
#! /bin/sh
case "$1" in
start)
if ( pidof zerotier-one )
then echo "ZeroTier-One is already running."
else
echo "Starting ZeroTier-One" ;
/opt/bin/zerotier-one -d ;
echo "$(date) Started ZeroTier-One" >> /opt/var/log/zerotier-one.log ;
@dtolb
dtolb / howto-faq.md
Last active January 21, 2020 16:40
how-to
@dferg
dferg / howto-install-docker-on-proxmox-4.md
Last active October 15, 2021 16:23
HOWTO: Install Docker on Proxmox 4
@17xande
17xande / snipe-it docker-compose.yml
Last active July 14, 2022 06:52
test docker-compose file for Snipe-IT
version: "3"
services:
snipeit:
env_file: ./snipe-it.env
image: snipe/snipe-it
depends_on:
- mysql
ports:
- "80:80"
volumes:
@BernCarney
BernCarney / FreeNAS11 Media Stack.md
Last active August 1, 2025 09:29
FreeNAS 11 - Jails setup for Plex, NGINX, PlexPy, Sonarr, Radarr, Jackett, Ombi, and Nzbget

FreeNAS 11 setup for Plex, PlexPy, Sonarr, Radarr, Jackett, NZBGet, Organizr, NGinx, and Ombi

I am currently working on updating this guide after updating my media server. I have added notes on things I no longer use but may update those sections in the future for users who still use them. As of now, I have everything working with the exception of Ombi and the plugins I no longer use.

@kriegalex
kriegalex / speedtest.sh
Created February 13, 2018 15:51
Speedtest from any Docker command line
#!/bin/bash
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
@ihciah
ihciah / README.md
Last active April 8, 2020 06:09
小米路由器 Pro (R3P) 配置shadowsocks透明代理

小米路由器 Pro (R3P) 配置shadowsocks透明代理

新入了一个小米路由器,记录一下折腾过程。

首先自动分流科学上网是必须的。

因为小米的ROM本身就是基于openwrt的,所以第一步只需要先走官方途径拿到root权限。

有了权限就只需要找一个别人造的轮子部署一下即可。

@apizz
apizz / docker_snipeit_dbbackup.sh
Last active September 25, 2024 23:43
Backup a specified Snipe-IT Docker container and cleanup any old backups
#!/bin/bash
#
# Script for running automated backups for Snipe-IT Docker containers and removing old backups
#
# Mean to be used as part of a crontab
#
# Limits its search for backups to clean up to those in the 'BACKUP_DIR' folder, so
# you can create folders in this location to keep any manual backups for historical purposes
#
@IvanArjona
IvanArjona / raspberrypi-mediacenter.md
Last active April 19, 2025 18:32
Configuración mediacenter raspberry pi con Plex, Sonarr y Jackett

Flashear SD

Descargar imagen Raspbian Lite.

Flashear imagen a la SD con Balena Etcher (Windows).

Activar ssh

Añadir carpeta /ssh a la raíz de la sd.