上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 72 下一页
摘要: Linux之进程信号(kill) https://zhuanlan.zhihu.com/p/421015097 阅读全文
posted @ 2022-01-11 16:44 tonggc1668 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 如果没有开启,可以使用该命令打开ip link set multicast on dev ens33,ens33是网卡名称。 ip link set dev eth0 multicast on ip link set multicast on dev eth0 阅读全文
posted @ 2022-01-11 11:14 tonggc1668 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1、rpm包安装的,可以用 rpm -qa 看到,如果要查找某软件包是否安装,用 rpm -qa | grep "软件或者包的名字" 2、以deb包安装的,可以用 dpkg -l 看到。如果是查找指定软件包,用 dpkg -l | grep "软件或者包的名字" 3、yum方法安装的,可以用 yum 阅读全文
posted @ 2022-01-11 10:30 tonggc1668 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Systemd 如何设置 开机启动 守护进程 https://blog.csdn.net/chenhao_c_h/article/details/92064209 Linux系统安全强化指南 https://zhuanlan.zhihu.com/p/450774477 https://www.fre 阅读全文
posted @ 2022-01-10 12:00 tonggc1668 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 关闭selinux(记得重启) 临时关闭: [root@localhost ~]# getenforce Enforcing [root@localhost ~]# setenforce 0 [root@localhost ~]# getenforce Permissive 永久关闭: [root@ 阅读全文
posted @ 2022-01-10 10:44 tonggc1668 阅读(30) 评论(0) 推荐(0) 编辑
摘要: https://docs.min.io/docs/setup-nginx-proxy-with-minio.html proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forw 阅读全文
posted @ 2022-01-07 16:23 tonggc1668 阅读(325) 评论(0) 推荐(0) 编辑
摘要: nginx里面的sites-available和sites-enabled有什么区别 https://segmentfault.com/q/1010000009726769/ nginx 配置详解(新手必看) https://www.cnblogs.com/jenkin1991/p/8301983. 阅读全文
posted @ 2022-01-07 15:38 tonggc1668 阅读(304) 评论(0) 推荐(0) 编辑
摘要: https://docs.min.io/docs/setup-nginx-proxy-with-minio.html 阅读全文
posted @ 2022-01-07 15:25 tonggc1668 阅读(68) 评论(0) 推荐(0) 编辑
摘要: scp -P 36000 -r /data/minio/run root@10.2.2.210:/data/minioscp -P 36000 -r /usr/lib/systemd/system/minio.service root@10.2.2.210:/usr/lib/systemd/syst 阅读全文
posted @ 2022-01-06 15:26 tonggc1668 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1、 https://blog.csdn.net/weixin_34037515/article/details/91718547 cat /etc/firewalld/zones/public.xml修改/etc/firewalld/zones/public.xml<port protocol=" 阅读全文
posted @ 2022-01-04 09:38 tonggc1668 阅读(116) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 72 下一页