国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
| # Yubikey Udev Rule: running a bash script in case your Yubikey is inserted/removed | |
| ACTION=="add", ENV{PRODUCT}=="1050/407/511", ENV{DEVTYPE}=="usb_device", RUN+="/usr/local/bin/pam-session-locker.sh unlock" | |
| ACTION=="remove", ENV{PRODUCT}=="1050/407/511", ENV{DEVTYPE}=="usb_device", RUN+="/usr/local/bin/pam-session-locker.sh lock" |
| USE [master] | |
| GO | |
| /****** Object: Database [ATB] Script Date: 13.01.2025 12:38:32 ******/ | |
| CREATE DATABASE [ATB] | |
| CONTAINMENT = NONE | |
| ON PRIMARY | |
| ( NAME = N'ATB', FILENAME = N'C:\1\ATB.mdf' , SIZE = 8192KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB ) | |
| LOG ON | |
| ( NAME = N'ATB_log', FILENAME = N'C:\1\ATB_log.ldf' , SIZE = 2048KB , MAXSIZE = 2048GB , FILEGROWTH = 10%) | |
| WITH CATALOG_COLLATION = DATABASE_DEFAULT, LEDGER = OFF |
| border: no | |
| height: 512 | |
| license: gpl-3.0 |
| #!/usr/bin/env python | |
| # | |
| # Original piezo_config.py by E3D-Online | |
| # piezo_cli.py by Franklyn Tackitt <im@frank.af> | |
| # | |
| # Requires pyserial | |
| # Optionally requires: | |
| # numpy and scipy for analysis | |
| # plotext for text-mode plotting |
| /* | |
| This script, when used with Google Apps Scripts, will delete 400 emails and | |
| can be triggered to run every few minutes without user interaction enabling you | |
| to bulk delete email in Gmail without getting the #793 error from Gmail. | |
| Google returns a maximum of 500 email threads in a single API call. | |
| This script fetches 400 threads in case 500 threads is causing timeouts | |
| Configure the search query in the code below to match the type of emails | |
| you want to delete |
| //// npm install --save roboto-fontface material-icons | |
| //// put the below stuff into src/styles.scss | |
| // for npm roboto-fontface package (to load local files) | |
| $roboto-font-path: "~roboto-fontface/fonts" !default; | |
| @import "~roboto-fontface/css/roboto/sass/roboto-fontface"; | |
| // for npm material-icons package (to load local files) | |
| $material-icons-font-path: '~material-icons/iconfont/'; |
| #!/bin/sh -e | |
| # | |
| # rc.local | |
| # | |
| # This script is executed at the end of each multiuser runlevel. | |
| # Make sure that the script will "exit 0" on success or any other | |
| # value on error. | |
| # | |
| # In order to enable or disable this script just change the execution | |
| # bits. |
| 23.21.150.121:3478 | |
| iphone-stun.strato-iphone.de:3478 | |
| numb.viagenie.ca:3478 | |
| s1.taraba.net:3478 | |
| s2.taraba.net:3478 | |
| stun.12connect.com:3478 | |
| stun.12voip.com:3478 | |
| stun.1und1.de:3478 | |
| stun.2talk.co.nz:3478 | |
| stun.2talk.com:3478 |
| ''' | |
| When rendering SVG files exported from Adobe Illustrator using Phantom JS, | |
| the injected Adobe ENTITY tags can intefere with the render. This removes | |
| the tags and also removes width/height attributes from the SVG tag. | |
| ''' | |
| SVG_FILE = 'Some-adobe-illustrator-export.svg' | |
| # By default, BeautifulSoup will ignore the <!ENTITY> array when parsing the file |