第三章作业 1.12345678910cmake --versionsudo apt install cmakewget https://cmake.org/files/v3.9/cmake-3.9.0-Linux-x86_64.tar.gztar -zxvf cmake-3.9.0-Linux-x86_64.tar.gzsudo apt install cmakesudo apt install build 2025-02-11 #homework
第二章作业 第二章作业一、安装Docker1.1wget https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/static/stable/x86_64/docker-27.5.1.tgz 2.1sudo tar -xvf docker-27.5.1.tgz -C /opt/docker 3.1234sudo groupadd Dockersudo user 2025-02-07 #homework
第一章作业 第一章作业1.12useradd youzichapwd 2.1ls 3.1cd Desktop 4.1touch firststep 5.1vim hello211Lab.c 6.1sudo apt intall vim 7.1gcc hello211Lab.c -o hello211Lab 8.1./hello211Lab 9.1find /home/youzicha -name " 2025-02-07 #homework