linux
222
1 分钟
1. 更新、换源 1 2 3 4 5 6 sudo apt-get update sudo apt-get upgrade sudo apt install python3-pip pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple sudo apt-get install git wget flex bison gperf python……
131
1 分钟
node安装vue 1 2 3 4 npm install -g cnpm --registry=https://registry.npm.taobao.org --registry=https://registry.npm.taobao.org cnpm install vue cnpm install -g @vue/cli yarn 安装vue 1 2 3 4 5 6 7 8 9 npm……
2333
5 分钟
网络编程和套接字 TCP/IP协议族 应用层 HTTP FTP DNS NFS 传输层 TCP UDP 网络层 IP ARP RARP ICMP 数据链路层 Ethernet……
docker
1792
4 分钟
1.容器 实体机 -> 虚拟化 -> 容器 2.docker安装 安装依赖 1 2 3 4 5 sudo apt-get install \ apt-transport-https \ ca-certificates \ curl……
linux
2032
5 分钟
安装 sudo apt-get install nginx 默认安装位置: /usr/sbin/nginx:主程序 /etc/nginx……