新入系统要进行调整然后对各个部位进行整合
这样会让我们工作起来更加得心应手
登录提示语:
将提示语写入/etc/motd 文件
_ooOoo_
o8888888o
88" . "88
(| -_- |)
O\ = /O
____/`---'\____
.' \\| |// `.
/ \\||| : |||// \
/ _||||| -:- |||||- \
| | \\\ - /// | |
| \_| ''\---/'' | |
\ .-\__ `-` ___/-. /
___`. .' /--.--\ `. . __
."" '< `.___\_<|>_/___.' >'"".
| | : `- \`.;`\ _ /`;.`/ - ` : | |
\ \ `-. \_ __\ /__ _/ .-` / /
======-.____
-.___\_____/___.-`____.-'======
`=---='
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
佛祖保佑 永不宕机
2、上次登录信息
修改/etc/ssh/sshd_config文件,注意下面项目:
PrintMotd yes 默认显示每日提示(/etc/motd)
PrintLastLog yes 默认显示上次登录信息
3、修改登录主目录可以用不同的方法:
1)修改/etc/passwd,直接改掉用户的主目录
2)修改~/.bashrc或~/.bash_profile文件,增加改变目录的命令
改颜色(家目录下)
[root@localhost ~]# vim .bashrc
.bashrc
User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
PS1="[\e[33;40m][[\e[32;40m]\u[\e[31;40m]@\h [\e[33;40m]\w[\e[0m]]\$ "
Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
sentOS8 软件源换成阿里源
1、备份原来的源
1 cd /etc/yum.repos.d
2 cp CentOS-Linux-BaseOS.repo CentOS-BaseOS.repo.bak
- 下载对应版本的repo文件
wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo
3、清除旧的yum缓存并生成新的yum缓存
1 yum clean all
2 yum makecache
如果不行删除yum目录
1、设置新的yum目录
mkdir /etc/yum.repos.d
2、 下载配置(要区分自己的系统版本,不然肯定不通过)
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
CentOS 8
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo
3、清除文件并重建元数据缓存
yum clean all
yum makecache
4、最后更新软件包
yum update -y
乱码文件名删除步骤
[root@bogon /etc/yum.repos.d]# ls -i
2988265 CentOS-Base.repo
2983203 ''$'\222'']oװ'$'\257''8'$'\237\247\263''b^{'$'\266''LBCٝ'$'\207\330''k3rk2K'$'\314\337''V'$'\243\303''%'$'\226''ڨ'$'\344''V'$'\344\321''CX74Ⱥ'$'\246\270\326\354'
[root@bogon /etc/yum.repos.d]# find -inum 2983203 -delete
[root@bogon /etc/yum.repos.d]# ll
总用量 4
-rw-r--r--. 1 root root 2595 12月 26 2020 CentOS-Base.repo
本人还总结了海量Linux运维和安装部署的问题,需要的话随时私聊我一下,可以技术交流,拒绝推销卖货!!!