ubuntu安装glibc

ubuntu安装glibc

电脑技术
没有解决。最后用docker去实现了。 sudo apt-get install autoconf git clone https://github.com/NixOS/patchelf.git ./bootstrap.sh ./config...
aws sdk权限配置

aws sdk权限配置

电脑技术
pip install awscli aws configure output : text
npm源地址

npm源地址

电脑技术
npm config set registry=https://registry.npmjs.org/ npm install -g nrm  nrm use taobao npm install --unsafe-perm --allow-root sud...
npm报错Invalid Version:

npm报错Invalid Version:

电脑技术
修改后执行后再删除修改的这些代码 /usr/lib/node_modules/npm/node_modules/semver/classes/semver.js // don't run into trouble pas...
ubuntu安装python2

ubuntu安装python2

电脑技术
sudo apt install python2-minimal sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 1   sudo apt install c...
github镜像

github镜像

电脑技术
git config --global http.postBuffer 600000 vi ~/.gitconfig [url "https://gitclone.com/github.com/"] insteadOf = https://github.com/ ...
安卓翻译

安卓翻译

电脑技术
https://blog.csdn.net/wjskeepmaking/article/details/78817915
nginx负载均衡

nginx负载均衡

电脑技术
https://www.cnblogs.com/abc1234567/p/14219302.html location / { proxy_pass http://ip:8888$request_uri; proxy_set_header Host ...
mysql主从

mysql主从

电脑技术
/etc/my.cnf bin-log server-id sql command: slave stop; #停止slave同步进程 change master to master_host='xxxx.xx.xx.xx',master_user='xx'...