linux初始化配置
时间:2021-03-13 15:46:54
收藏:0
阅读:31
1.配置sudo
root ALL=(ALL) ALL
yong ALL=(ROOT) /usr/bin/yum,/usr/bin/rpm
Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL
第一个ALL是指网络中的主机,
第二个括号里的ALL是指目标用户,也就是以谁的身份去执行命令
最后一个ALL是指命令名
2.安装软件
yum install unrar
yum install fcitx-pinyin.x86_64 -y
yum install fcitx-configtool.x86_64 -y
rpm -ivh https://down.360safe.com/gc/browser360-cn-stable-10.4.1005.33-1.x86_64.rpm
cp sp.dat /usr/share/fcitx/pinyin/sp.dat
cp -f config /home/username/.config/fcitx/config
原文:https://blog.51cto.com/dangxia/2657982
评论(0)