51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

最新发布

/etc/ld.so.conf (ssh 登录不上问题)
Github

/etc/ld.so.conf (ssh 登录不上问题)

厉飞雨 阅读(277) 评论(0) 赞(13)

/etc/ld.so.conf 将附件内容注释后ldconfig 重启服务器就正常了, ssh 也有响应了, ![](http://static.51tbox.com/static/2024-08-29/col/392ec6b5c91cbd40b72fc12056ab2f40/2005e07015684b02883f2a11b3f62234.png.jpg) ![](ht...

ssh 端口 修改
centos

ssh 端口 修改

厉飞雨 阅读(354) 评论(0) 赞(17)

<p>ssh端口修改</p> <pre><code>/etc/ssh/sshd_config </code></pre> <p>#Port 22</p> <p><img src="http://static.51tbox.com/static/2024-0...

nfs 安装 centos8
开源软件

nfs 安装 centos8

厉飞雨 阅读(258) 评论(0) 赞(14)

centos8 nfs 跟centos 7 是不一样的 安装: dnf install -y nfs-utils rpcbind psmisc 启动软件(注:有顺序的,要先启动rpcbind,再启动nfs,关闭的时候刚好顺序相反) systemctl restart rpcbind systemctl restart nfs-server...

ubuntu 修改 ip
linux

ubuntu 修改 ip

厉飞雨 阅读(230) 评论(0) 赞(15)

/etc/netplan/00-installer-config.yaml network: ethernets: ens33: addresses: - 10.0.0.101/24 gateway4: 10.0.0.2 nameservers: ...