slackware linux

2024-08-16

软件管理:Slackware 的软件管理相对原始,使用 tar.gz/tgz/gzip/txz/xz 包来分发和安装软件。它没有像 Debian 的 APT 或 Red Hat 的 YUM 这样的高级包管理系统,这对于新手来说可能是一个挑战。  阅读全文...

gentoo linux

2024-08-16

Gentoo 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-15

openSUSE 环境下通过 zypper 安装软件  阅读全文...

基于RHEL的linux

2024-08-13

1、CentOS(Community Enterprise Operating System,中文意思是社区企业操作系统)CentOS Linux发行版是一个稳定的,可预测的,可管理的和可复现的平台,源于Red Hat Enterprise Linux(RHEL)依照开放源代码(大部分是GPL开源协议 [2])规定释出的源码所编译而成。  阅读全文...

nginx.service

2024-08-09

cat << EOF > /usr/lib/systemd/system/nginx.service  阅读全文...

redis.service

2024-08-09

systemctl enable redis.service;systemctl start redis.service  阅读全文...

install php8.3 on rocky9.4

2024-08-05

wordpress6.6.1/nginx1.26.1/mariadb10.11/php8.3  阅读全文...

openldap server use tls

2024-08-02

this is the result for tls /etc/openldap/slapd.d/cn=config.ldif add parameters;  阅读全文...

openLDAP deny anonymous user & create readonly user

2024-08-01

openldap 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-01

install openldap server 2.6.6. on rocky9.  阅读全文...

rocky9 qrow2 sshd: no hostkeys available -- exiting

2024-07-29

rocky9 qrow2 sshd: no hostkeys available -- exiting  阅读全文...

iperf3是一个带宽性能测试工具。

2024-07-25

iPerf3是用于主动测试IP网络上最大可用带宽的工具。它支持时序、缓冲区、协议(TCP,UDP,SCTP与IPv4和IPv6)有关的各种参数。对于每次测试,它都会详细的带宽报告,延迟抖动和数据包丢失。  阅读全文...

zentao一键安装包升级步骤

2024-07-21

zentao升级时,主要是mysql和upload。  阅读全文...

mariadb update user set host

2024-07-21

ERROR 1356 (HY000): View ‘mysql.user’ references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them  阅读全文...