随笔分类 -  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 阅读全文
posted @ 2021-11-06 12:24 herrhu 阅读(73) 评论(0) 推荐(1)
摘要:环境: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/ 阅读全文
posted @ 2021-11-06 11:17 herrhu 阅读(108) 评论(0) 推荐(1)
摘要:记录CentOS7时间错误解决 一、本身时区不对 timedatectl 上图是改好的 rm -rf /etc/localtime ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime timedatectl 二、本身不精准 ntpdate - 阅读全文
posted @ 2021-03-01 15:46 herrhu 阅读(324) 评论(0) 推荐(0)
摘要:说明:设置为桥接与静态ip主要是为了方便开发,做实验环境 参考: https://blog.csdn.net/zhang_xinxiu/article/details/84404848 说明了桥接、NAT与仅主机模式的区别 https://www.bilibili.com/video/BV1bA41 阅读全文
posted @ 2020-11-07 22:25 herrhu 阅读(402) 评论(0) 推荐(0)