Linux
换源
https://zhuanlan.zhihu.com/p/61228593
1 | sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup |
安装yum
1 | sudo apt-get install build-essential -y |
XXD
这是一个16进制查看工具
1 | # 查看帮助 |
OD
同XXD
1 | od [选项] 文件 |
磁盘管理
查看磁盘使用情况
1 | df |
第一列是文件系统, 一般是虚拟磁盘和物理磁盘,我们一般只用关心物理磁盘
查看文件夹使用情况
1 | du -sh * |
vim
1 | git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim |
Net Commond
Centos8 IP网络配置
1 | /etc/sysconfig/network-scripts/* |
Centos8重新载入网络设置
1 | nmcli c reload |
- 本文作者: fightinggg
- 本文链接: http://fightinggg.github.io/yilia/yilia/QGLTS0.html
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!