Docker国内镜像源的切换 Docker中国区官方镜像:https://registry.docker-cn.com 网易:http://hub-mirror.c.163.com 中国科技大学:https://docker.mirrors.ustc.edu.cn 阿里 ...
微信扫码登陆在chrome浏览器失败,浏览器禁止重定向 浏览器会提示:(新版本的浏览器会提示) Unsafe JavaScript attempt to initiate navigation for frame with URL ‘http://www.xxx.xxx/’ from frame ...
Nginx的upstream配置技巧 **1. 介绍** **1.1 介绍** Nginx是一个反向代理软件,大部分的网站都采用Nginx作为网站/平台的服务器软件。Nginx除了可以直接作为web服务器使用外,更多的情况是通过反向代理将请求转发给上游服务器。 配置上游服务器可 ...
安装Argon One Pi 4树莓派机箱驱动 ```shell curl https://download.argon40.com/argon1.sh | bash ``` 安装结束之后,桌面会出现两个快捷方式,“configure”和“uninstall”,用来更改设置和删除驱动。 ...
Nodejs快速更换国内源 ```shell npm config set registry https://registry.npm.taobao.org && npm config get registry ```
「Force原创」树莓派系列 - 02 - Docker DNMP(LNMP)环境安装部署 **1.安装docker** ```shell curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh docker -v ``` **2.安装doc ...
「Force原创」树莓派系列 - 01 - 安装树莓派系统 最近想用闲置已久的树莓派搭建7*24Hour爬虫平台,索性出个树莓派系列博文做个记录。 本章将演示如何从官网下载树莓派镜像和刷入存储介质启动进入系统以及更换软件源。 **0.准备阶段** a: 笔者这里使用树莓派4B + 32GB U盘来组 ...
树莓派4B The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9165938D90FDDD2E 报错 ``` root@raspberrypi:/home/pi# apt update && apt upgrade Get:1 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian ...
php7.4 安装ssh2扩展 (mac下编译安装) 1. pecl下载扩展压缩包 https://pecl.php.net/package/ssh2 查看合适版本的扩展,我这里php使用7.4所以直接下载最新的就可以 2. 解压并编译安装 ``` cd ~/desktop wget http ...
/node_modules/.bin/apidoc: Permission denied 运行`apidoc -i api/ -o doc/`报错 ``` sh: /path/node_modules/.bin/apidoc: Permission denied npm ERR! code ELIFECYCLE npm ERR! ...