0%

Fedora简单配置

设置root密码

1
2
#回车后输入密码并重复
$ sudo passwd root

切换用户至管理员

1
$ su

添加国内仓库源

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# cd /etc/yum.repos.d

##备份
# cp fedora.repo fedora.repo_bak
# cp fedora-updates.repo fedora-updates.repo_bak

##阿里巴巴
# wget -O /etc/yum.repos.d/fedora.repo http://mirrors.aliyun.com/repo/fedora.repo
# wget -O /etc/yum.repos.d/fedora-updates.repo http://mirrors.aliyun.com/repo/fedora-updates.repo

##网易
# wget http://mirrors.163.com/.help/fedora-163.repo
# wget http://mirrors.163.com/.help/fedora-updates-163.repo

##搜狐
# wget http://mirrors.sohu.com/help/fedora-sohu.repo
# wget http://mirrors.sohu.com/help/fedora-updates-sohu.repo

更新源缓存

1
2
# dnf clean all 
# dnf makecache

删除旧的内核

1
2
3
4
5
# uname -a  
# rpm -qa |grep kernel

#查询所有内核,有两个版本的,旧内核版本为4.1的
# yum remove kernel-core-4.16.*

更新系统

1
# dnf upgrade

安装常用软件

vim编辑器

1
# dnf install vim

防火墙界面

1
# dnf install firewall-config

sshd

1
2
3
4
5
#启动ssh服务
#systemctl start sshd

#开机自启ssh服务
#systemctl enable sshd
layicr 微信

微信

layicr 支付宝

支付宝