随笔分类 - Linux
摘要:basic compile procedure app: add.c div.c main.c mult.c sub.c gcc -o app add.c div.c main.c mult.c sub.c split into compile and link procedures app: ad
阅读全文
摘要:环境:Ubuntu 20.04 使用zsh sudo apt-get install zsh sudo chsh -s $(which zsh) 安装oh-my-zsh sh -c "$(wget -O- https://gitee.com/mirrors/oh-my-zsh/raw/master/
阅读全文
摘要:记录CentOS7时间错误解决 一、本身时区不对 timedatectl 上图是改好的 rm -rf /etc/localtime ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime timedatectl 二、本身不精准 ntpdate -
阅读全文
摘要:说明:设置为桥接与静态ip主要是为了方便开发,做实验环境 参考: https://blog.csdn.net/zhang_xinxiu/article/details/84404848 说明了桥接、NAT与仅主机模式的区别 https://www.bilibili.com/video/BV1bA41
阅读全文

浙公网安备 33010602011771号