Apache 安装需注意 --with-mpm=worker

./configure --prefix=/usr/local/apache2 --enable-so --with-mpm=worker

Docker拷贝文件

docker cp application.properties 24a319ec28ce:/opt/kkFileView-4.4.0/config/application.properties

TiDB 自管理安装

1、安装curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh2、刷新配置source /root/.bashrc3、查看版本tiup --version4、安装环境(测试单机环境)tiup playground5、安装集群tiup in...

终端配置代理

export https_proxy=http://192.168.3.168:7897 http_proxy=http://192.168.3.168:7897 all_proxy=socks5://192.168.3.168:7897

Ubuntu22.04.5修改固定IP地址

ifconfig -a cd /etc/systemd/network/ vim 10-ethernet-static.network [Match] Name=ens18 [Network] Address=192.168.3.31/24 Gateway=192.168.3.1 DNS=114.114.114.114 DNS=8.8.8.8 ...