- 分类
- rockylinux
笔记本安装Rocylinux系统 充当服务器或NAS使用配置指南
- 2026年05月08日 22时37分
- 2
- 0
- 24.2℃
1.避免盒盖睡眠 如果打算长期合上盖子放在角落里,Rockylinux默认会进入睡眠,所以需要修改保证它长期运行 #合盖设置
sudo vim /etc/systemd/logind.conf
#找到并修改(去掉前面的#)
'HandleLidSwitch=ignore'
#重启服务
sudo sy
Rockylinux9 下安装使用Shellcrash
- 2026年03月26日 10时07分
- 34
- 0
- 27.4℃
Shellcrash仓库位置: https://github.com/juewuy/ShellCrash/blob/master/README_CN.md 一、安装 Linux设备安装 sudo -i #切换到root用户,如果需要密码,请输入密码
export url='https://gh.jw