摘要:ctrl + d 退出 空格:翻页 q:离开page down :向下翻页page up : 向上翻页home :去第一页end : 去最后一页/string : 向下查询 string字符串?string :向上查询 string 字符串n,N :可以在/ 或 ?的基础上继续使用 n 向下查询,用
阅读全文
摘要:1、忘记密码: 使用grub引导装载程序 重启系统,读秒的时候按任意键,按e进入grub编辑模式,选择kernel这一行,在最后输入 singleroot (hd0,0)kernel /vmlinuz-2.6.18-128.e15 ro root=LABLE=/ rhgb quiet single再
阅读全文
摘要:hostnamectl set-hostname [new_hostname]
阅读全文
摘要:cp /lib64/libtinfo.so.6 /lib64/libtinfo.so.5或ln -s /lib64/libtinfo.so.6 /lib64/libtinfo.so.5 https://candy.blog.csdn.net/article/details/126817324?spm
阅读全文
摘要:https://www.liuwg.com/archives/rockylinux92-an-zhuang-hou-ssh-wu-fa-deng-lu vi /etc/ssh/sshd_config #PermitRootLogin prohibit-password 直接修改为 PermitRoo
阅读全文