运维日志
-
Ubuntu安装配置Snipaste教程
Snipaste截图软件非常好用,但早期一直没有Linux版本。记得曾经还咨询过作者Linux版本的开发计划,答复太忙没时间。这几天偶然发现不知何时已经发布Linux版本了,体验了…
-
WordPress返回最后一条评论修改时间函数:get_lastcommentmodified
WordPress函数get_lastcommentmodified用于返回最后一条评论的修改时间。 get_lastcommentmodified( string $timezo…
-
构建GeckoDriver armv7二进制
Selenium调用Firefox提示如下错误: selenium.common.exceptions.WebDriverException: Message: Service .…
-
Rust构建提示Updating crates.io index错误
使用Cargo构建时提示如下错误: Updating crates.io indexerror: failed to fetch https://github.com/rust-l…
-
Cargo构建错误:Blocking waiting for file lock on build directory
Cargo构建时提示如下错误: Blocking waiting for file lock on build directory 导致这个错误的原因可能是之前构建时意外中断而锁定…
-
pip安装模块错误:linux-gnueabihf-gcc failed with exit code 1
使用pip安装ssl模块: pip3 install ssl 收到报错: error: Setup script exited with error: command ‘…
-
编译安装Python 3.13
对于版本较旧的Linux系统,例如Debian 10,使用apt只能安装Python 3.7,此时可考虑编译安装。 目前Python最新稳定版是3.13,本文就以该版本为例。 Py…
-
编译安装FFmpeg启用OpenSSL支持https下载
安装依赖: sudo apt-get update -qq && sudo apt-get -y install \ autoconf \ automake \ b…
-
Bing国际版打开搜索结果链接加载慢
在搜索技术文档方面,Bing国际版比国内版的搜索结果更精准,更丰富。Bing国内版的搜索结果链接为直连,打开速度快,而Bing国际版是通过www.bing.com跳转的,打开搜索结…
-
Ubuntu安装CA根证书
CA根证书下载地址: https://curl.se/ca/cacert.pem 当然,本教程也适用于安装其他颁发机构根证书,比如自定义证书。 将PEM格式证书转换为CRT格式: …