UUID Collection
URL browser ASCII code ref https://www.w3schools.com/tags/ref_urlencode.ASP
supercharge
const Str = require('@supercharge/strings')
URL browser ASCII code ref https://www.w3schools.com/tags/ref_urlencode.ASP
const Str = require('@supercharge/strings')
curl
to get the JSON response for the latest releasegrep
to find the line containing file URLcut
and tr
to extract the URLwget
to download itcurl -s https://api.github.com/repos/jgm/pandoc/releases/latest \
| grep "browser_download_url.*deb" \
| cut -d : -f 2,3 \
| tr -d \" \
Error Message
kresd -c /etc/knot-resolver/53/kresd.conf
[system] error: module 'kres_modules.http' not found:
no field package.preload['kres_modules.http']
no file '/usr/lib/knot-resolver/kres_modules/http.lua'
no file '/usr/lib/knot-resolver/kres_modules/http/init.lua'
find . -name "node_modules" -type d -prune -print -exec rm -rf '{}' \;
https://github.com/Schniz/fnm#using-a-script-macoslinux
curl -fsSL https://fnm.vercel.app/install | bash
This tutorial will help you transfer your folders / files between two server using rclone and ssh-agent.
It was tested between two Ubuntu 16.04 servers.
First things first. We need to install the neccessary packages:
apt-get update -y
Last updated on: 2022/06/26
cd /root/
wget https://gist.githubusercontent.com/ookangzheng/c1f6894470d362c4356911691c24f67d/raw/update-hetzner-dns.sh
http://download.xs4all.nl/test/10GB.bin | |
http://ftp.iinet.net.au/test500MB.dat | |
http://lg-tor.fdcservers.net/10GBtest.zip | |
http://lg.ams2-c.fdcservers.net/10GBtest.zip | |
http://lg.chi2-c.fdcservers.net/10GBtest.zip | |
http://lg.den2-c.fdcservers.net/10GBtest.zip | |
http://lg.fra2-c.fdcservers.net/10GBtest.zip | |
http://lg.la2-c.fdcservers.net/10GBtest.zip | |
http://lg.lon-c.fdcservers.net/10GBtest.zip | |
http://lg.mad-c.fdcservers.net/10GBtest.zip |
wget https://gist.githubusercontent.com/ookangzheng/321a02aba98c5863b3f95ae3beeb0c45/raw/update-cloudflare.sh && chmod +x update-cloudflare.sh
## Get current time
timedatectl status
## Set new timezone
timedatectl set-timezone Asia/Taipei