This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MP4Box -add input.aac#audio output.m4a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new String(Base64.getUrlEncoder().withoutPadding().encodeToString(HexFormat.of().parseHex("6AA2FE5A95CC61A508CBCFAF96158AA2"))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo certbot certonly \ | |
--dns-cloudflare \ | |
--dns-cloudflare-credentials ~/.secrets/certbot/cloudflare.ini \ | |
-d esxi.zwt.io |
OlderNewer