介绍
记录C++学习之路,代码均经 g++ (Debian 10.2.1-6) 10.2.1 20210110
编译通过,仅供参考。
github仓库: cppTutorial
记录C++学习之路,代码均经 g++ (Debian 10.2.1-6) 10.2.1 20210110
编译通过,仅供参考。
github仓库: cppTutorial
一个简单、方便的Cloudflare DNS管理脚本
基于 Cloudflare API 实现对DNS记录的增删改查,配合crontab也可以当DDNS用
对DNS记录的修改保存至文件,默认日志文件路径:/var/log/cloudflare_dns.log
利用docker挂载不同账号的认证文件到容器中,可实现多账号管理,先在dockerhub试用了star最多的镜像,但其1GB的占用太大了,还是自己动手整一个吧。
qwinwin/oci-cli
默认TAG基于 python:3-slim-buster
,镜像总大小294MB
${}
(parameter substitution) is a useful way to manipulate strings in shell
it can print out the length of a string, just like len()
function in python
1 | string="hello" |
More:
#
: Delete the left part %
: Delete the right part