linux base

linux base

centos6 定时重启

1
2
3
4
5
6
7
8
9
10
11
12
13
vi /etc/crontab
按照提示添加
00 06 * * * root reboot
载入内存
crontab /etc/crontab
启动服务并设置开机自启动
systemctl enable crond.service
systemctl restart crond.service
查看定时配置
crontab -l
查看系统启动记录
last reboot
who -b

ubuntu 设置root ssh 登录

1
2
3
4
5
6
7
8
重置 root 的密码
sudo passwd root
su
vi /etc/ssh/sshd_config
将 PermitRootLogin 参数修改为 yes。
将 PasswordAuthentication 参数修改为 yes。
若 sshd_config 配置文件中无此配置项,则添加 PasswordAuthentication yes 项即可。
service ssh restart

远程复制

  • 版权声明: 本博客所有文章除特别声明外,著作权归作者所有。转载请注明出处!

请我喝杯奶茶吧~