辰深 published on included in 2023 技术 安装Certbot #进入nginx容器 docker exec -it nginx /bin/bash #通过apt安装 失败,apt需要升级 apt install certbot -y #升级apt apt update apt full-upgrade #安装Certbot apt install certbot -y
辰深 published on included in 2023 技术 TAB键自动补全 #安装bash-completion yum install -y bash-completion #刷新文件 source /usr/share/bash-completion/completions/docker source /usr/share/bash-completion/bash_completion
辰深 published on included in 2023 技术 CentOS/Fedora yum install speedtest-cli speedtest-cli Ubuntu/Debian apt install speedtest-cli speedtest-cli Windows speedtest
辰深 published on included in 2023 技术 查看PHP_VERSION php -v | head -n1 | cut -d' ' -f2 | cut -d. -f1-2 安装 mkdir -p /tmp/sourceguardian && cd /tmp/sourceguardian curl -Os https://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz tar xzf loaders.linux-x86_64.tar.gz cp ixed.${PHP_VERSION}.lin "$(php -i | grep '^extension_dir =' | cut -d' ' -f3)/sourceguardian.so" echo "extension=sourceguardian.so" > /usr/local/etc/php/conf.d/15-sourceguardian.ini rm -rf /tmp/sourceguardian 重启容器&
辰深 published on included in 2023 技术 如果服务器上没有 /etc/timezone 文件,您可以尝试以下方法来更改时区为上海: 使用 root 或具有管理员权限的用户登录到服务器上。 运行以下命令以查看当前时区设置: timedatectl 在
辰深 published on included in 2023 技术 将一个 MySQL 容器中的数据库拷贝到另一个 MySQL 容器时,可能会出现表丢失的情况。可能是因为未正确地导出和导入表数据。以下是一些可能的原因和解决方法 检查导