slackware linux
2024-08-16软件管理:Slackware 的软件管理相对原始,使用 tar.gz/tgz/gzip/txz/xz 包来分发和安装软件。它没有像 Debian 的 APT 或 Red Hat 的 YUM 这样的高级包管理系统,这对于新手来说可能是一个挑战。 阅读全文...
gentoo linux
2024-08-16Gentoo is a free operating system based on Linux that can be automatically optimized and customized for just about any application or need. 阅读全文...
openSUSE 环境下通过 zypper 安装软件
2024-08-15openSUSE 环境下通过 zypper 安装软件 阅读全文...
基于RHEL的linux
2024-08-131、CentOS(Community Enterprise Operating System,中文意思是社区企业操作系统)CentOS Linux发行版是一个稳定的,可预测的,可管理的和可复现的平台,源于Red Hat Enterprise Linux(RHEL)依照开放源代码(大部分是GPL开源协议 [2])规定释出的源码所编译而成。 阅读全文...
nginx.service
2024-08-09cat << EOF > /usr/lib/systemd/system/nginx.service 阅读全文...
redis.service
2024-08-09systemctl enable redis.service;systemctl start redis.service 阅读全文...
three ipsec policy to aliyun on usg6510e
2024-08-05华为usg6510e配置ipsec
阅读全文...
three ipsec vpn from f1000 to aliyun
2024-08-05因为f1000网口只能配置一条ipsec apply policy idc-to-aliyun,所以需要用不同序号区别不同线路。另外huawei usg6000e和h3c f1000配置步骤基本类似,但是huawei usg6000e配置不同的ipsec policy时,在web界面可以选择同一个以太口,ipsec policy名称可以自己匹配。
阅读全文...
install php8.3 on rocky9.4
2024-08-05wordpress6.6.1/nginx1.26.1/mariadb10.11/php8.3 阅读全文...
openldap server use tls
2024-08-02this is the result for tls /etc/openldap/slapd.d/cn=config.ldif add parameters; 阅读全文...
openLDAP deny anonymous user & create readonly user
2024-08-01openldap server allow anonymous login, so we need deny anonymous user & create readonly user. 阅读全文...
install openldap-server use docker
2024-08-01用docker安装openldap,docker中安装启动的openldap服务器,会比物理机器上跑有约20%性能损失. 阅读全文...
install openldap-server on rocky9
2024-08-01install openldap server 2.6.6. on rocky9. 阅读全文...
install sssd as openldap client on rocky9
2024-07-291、sssd 需要 openldap-server配置tls,否则不通。 阅读全文...
rocky9 qrow2 sshd: no hostkeys available -- exiting
2024-07-29rocky9 qrow2 sshd: no hostkeys available -- exiting 阅读全文...