排序
甲骨文云开启ssh密码登陆,关闭防火墙开放所有端口,关闭ssh的DNS解析(Linux通用)
2025-0211更新:新版本添加了include配置,需要删除掉,否则无法正常使用密码登录 所有命令整合 Ubuntu: sudo sed -i 's/^Include\ \/etc\/ssh\/sshd_config.d\/.*//' /etc/ssh/sshd...
linux – 安装Python-selenium+webdriver(Centos、ubuntu)
略过Python的安装教程 首先安装selenium pip3 install selenium 如果系统自带的python未安装pip,使用apt进行安装pip模块 sudo apt install -y 安装google-chrome linux版 Ubuntu: 安装最新稳...
Ubuntu22.04编译安装nginx时报错error: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0
编译时添加编译参数即可 ./configure --with-cc-opt='-Wno-error -Wno-deprecated-declarations'