Skip to content

Instantly share code, notes, and snippets.

View gdouzwt's full-sized avatar
💬
I may be slow to respond.

zwt gdouzwt

💬
I may be slow to respond.
View GitHub Profile
nohup .sdks/webhook-linux-amd64/webhook -hooks hooks.json -verbose &
#!/usr/bin/env bash
set -e
if [ ! $1 ]; then
echo "参数为空,请输入版本号! 用法: deploy 版本号"
else
cd /home/developer/toDeploy
@gdouzwt
gdouzwt / gen_tiles_modifed.sh
Created April 10, 2022 17:22
生成播放器进度条预览用到的精灵图
#!/bin/bash
#
# Copyright (c) 2019-2020 Roku, Inc. All rights reserved.
#
# References:
# https://stackoverflow.com/questions/2853334/glueing-tile-images-together-using-imagemagicks-montage-command-without-resizin
# http://www.imagemagick.org/script/command-line-options.php#append
# https://github.com/image-media-playlist/spec/blob/master/image_media_playlist_v0_4.pdf
# https://www.tecmint.com/install-imagemagick-in-linux/
# https://stackoverflow.com/questions/39504522/create-blank-image-in-imagemagick
@gdouzwt
gdouzwt / aacToMp4
Created April 19, 2022 15:41
accToMp4
MP4Box -add input.aac#audio output.m4a
@gdouzwt
gdouzwt / base64url
Created June 9, 2022 09:07
java-hex-string-to=base64url
new String(Base64.getUrlEncoder().withoutPadding().encodeToString(HexFormat.of().parseHex("6AA2FE5A95CC61A508CBCFAF96158AA2")))
@gdouzwt
gdouzwt / certbot-scripts
Created October 21, 2024 07:05
certbot 申请 ssl 证书
sudo certbot certonly \
--dns-cloudflare \
--dns-cloudflare-credentials ~/.secrets/certbot/cloudflare.ini \
-d esxi.zwt.io