1. 如果以前装过docker版的adg,先删除原有容器和相关配置,具体命令如下(以N1为例,贝壳云把 mmcblk1p3 换成 mmcblk0p4 即可):
docker stop adguardhome
docker rm adguardhome
rm -rf /mnt/mmcblk1p3/adguardhome/confdir/*...
官方方法https://www.docker-cn.com/registry-mirror
国内较快的镜像原地址
#Docker 官方中国区
https://registry.docker-cn.com
#网易
http://hub-mirror.c.163.com
#ustc
https:...
✅Here is the plan: THINGS YOU WILL NEED:
- 1 hour per day (30 minutes will work as well).
- a notebook and a pen to write down new vocabulary each day.
- an English song....
167
+50
Go to this folder which contains dark side of the force:
Xcode 4.2 or prior: /Developer/Library/PrivateFramewo...
今天发现一个奇怪的问题,在iPhone使用 safari 选择定时发布文章到OSC,选择时间后提示不是合法的时间,判断时间的代码如下:
var d = new Date('2020-01-23 23:15');
if (isNaN(d)) {
console.log('isNaN');
}else{
console.log(...
发现有一个类是多余的,想删掉它又担心以后需要查看它的代码,想保存它但又不想增加一个脏的提交。这时就可以考虑git stash。
使用git的时候,我们往往使用分支(branch)解决任务切换问题,例如,我们往往会建一个自己的分支去修改和调试代码, 如果别人或者自己发现原有的分支上有个不得不修改的bug,我们往往会把完成一半的代码commit提交到本地仓...
https://downloads.openwrt.org/releases/19.07.0/targets/brcm2708/bcm2710/openwrt-19.07.0-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz
插入并启动树莓派3B+,顺便接上键盘和显示器,你会看...
今天我们来讲讲路由器信道的问题,这里主要讲2.4G频段的信道怎么选。 首先,我们来看下2.4G信道划分图! 由于地区的不同,有些设备不支持11以上的信道,所以我们重点选择1到11信道来讲解。 &n...
The WordPress, Rewrite API is like a mythical creature. Not many know it exists, and few still know how to tame it. In this article, we’ll cover the basics of...
Keyboard shortcuts and text editors are nigh-inseparable in the world of content editing productivity. You’ll be hard-pressed to find any WYSIWYG text editor without a solid...