CentOS7 Minimal 安装后出现的若干问题解决办法
生活随笔
收集整理的這篇文章主要介紹了
CentOS7 Minimal 安装后出现的若干问题解决办法
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
"xxx is not in the sudoers file"
無法聯(lián)網(wǎng)
CentOS7 Minimal 是默認(rèn)關(guān)閉網(wǎng)卡的。現(xiàn)在需要打開它。
配置其它網(wǎng)絡(luò)服務(wù)
使用命令nmtui
更換yum源
這里換成163的。
下載好后執(zhí)行
cp CentOS7-Base-163.repo /etc/yum.repos.d/ && cd /etc/yum.repos.d && mv CentOS-Base.repo CentOS-Base.repo.bk && mv CentOS7-Base-163.repo CentOS-Base.repo 備份系統(tǒng)自帶的源并且替換為163源執(zhí)行yum makecache更新yum源
安裝proxychains
sudo yum install gcc cd ~ git clone https://github.com/rofl0r/proxychains-ng.git cd proxychains-ng ./configure && make && make install make install-config轉(zhuǎn)載于:https://www.cnblogs.com/sevenskey/p/5347245.html
總結(jié)
以上是生活随笔為你收集整理的CentOS7 Minimal 安装后出现的若干问题解决办法的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 免安装Oracle客户端使用PL/SQL
- 下一篇: JAVA对象JSON数据互相转换的四种常