11 2021 档案
摘要:timedatectl sudo timedatectl set-ntp true sudo timedatectl set-timezone Asia/Shanghai
阅读全文
摘要:sudo apt-get install -y \ gcc \ make \ gcc-arm-none-eabi \ gcc-arm-linux-gnueabihf \ lib32ncurses5 \ lib32tinfo5 \ libc6-i386 \ lzop \ libncurses5-dev
阅读全文
摘要:安装nfs服务端 sudo apt install nfs-kernel-server sudo mkdir /nfs sudo chmod -R 777 /nfs sudo vim /etc/exports /nfs 192.168.8.0/24(rw,sync,no_subtree_check)
阅读全文
摘要:添加网卡配置 sudo vim /etc/netplan/01-network-manager-all.yaml network: ethernets: ens33: dhcp4: no addresses: [192.168.8.166/24] gateway4: 192.168.8.1 name
阅读全文