Ubuntu20.04安装笔记

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……

Vue从入门到CV

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……

TCP/IP 网络编程

网络编程和套接字 TCP/IP协议族 应用层 HTTP FTP DNS NFS 传输层 TCP UDP 网络层 IP ARP RARP ICMP 数据链路层 Ethernet……

Docker安装与CLI

1.容器 实体机 -> 虚拟化 -> 容器 2.docker安装 安装依赖 1 2 3 4 5 sudo apt-get install \ apt-transport-https \ ca-certificates \ curl……

Nginx

安装 sudo apt-get install nginx 默认安装位置: /usr/sbin/nginx:主程序 /etc/nginx……