A universal SysVinit init script for GOST (GO Simple Tunnel) that works on systems without systemd.
- Compatible with legacy SysVinit systems
- No dependency on LSB functions
- Automatic process management with PID file
- Logging support
| ! 屏蔽掉 AWS Console 打开速度会更快 | |
| ||prod.pl.panorama.console.api.aws^ |
| services: | |
| paopaodns: | |
| image: sliamb/paopaodns | |
| container_name: paopaodns | |
| restart: always | |
| environment: | |
| CNAUTO: "yes" | |
| ports: | |
| - "153:53/udp" | |
| volumes: |
A universal SysVinit init script for GOST (GO Simple Tunnel) that works on systems without systemd.
| // 具体使用示例看评论区:https://gist.github.com/PrintNow/6edd6926b36a618a26aca49aba764a43?permalink_comment_id=5904725#gistcomment-5904725 | |
| /** | |
| * createBatchFetcher | |
| * | |
| * 一个极简的批量请求封装(DataLoader 风格) | |
| * | |
| * 特点: | |
| * - 不依赖任何第三方库 | |
| * - 自动合并同一事件循环内的请求 |
| # syntax=docker/dockerfile:1.7 | |
| ################################################################################ | |
| # Builder | |
| ################################################################################ | |
| FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25.3 AS builder | |
| WORKDIR /src | |
| # Go module |
| // ==UserScript== | |
| // @name TrackingMore Admin Plus | |
| // @namespace https://example.com/ | |
| // @version 1.1 | |
| // @description Inject custom grid CSS for .sp-table-body on admin.trackingmore.com | |
| // @match https://admin.trackingmore.com/shipments/numbers* | |
| // @match https://admin.trackingmore.com/* | |
| // @run-at document-idle | |
| // @grant GM_addStyle | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name [Work] ArgoCD 自动登录 - 请你修改源代码,修改 @match 后面的 URL 为你的 ArgoCD 地址 | |
| // @namespace https://nowtime.cc | |
| // @version 2025-12-02 | |
| // @description 自动化登录 ArgoCD | |
| // @author Shine | |
| // @match https://argocd.example.com/login?* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=example.com | |
| // @grant GM.setValue | |
| // @grant GM.getValue |
| // ==UserScript== | |
| // @name AWS 自动登录脚本 | |
| // @namespace https://nowtime.cc | |
| // @version v1.4.0 | |
| // @description 自动登录 AWS 控制台, 2025-12-10 更新 | |
| // @author Shine | |
| // @match https://signin.aws.amazon.com/oauth?* | |
| // @match https://*.signin.aws.amazon.com/oauth?* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=amazon.com | |
| // @grant GM.setValue |