-
如何在 Debian 11 上安装和配置 Redis 6.0
Redis 是一种免费的开源内存数据结构存储,用作消息代理和数据库缓存,您可以将其与 Apache Kafka 等流媒体解决方案一起使用,以处理和分析具有亚毫秒级延迟的……
2023-01-21296 0 -
Debian自定义安装面板HestiaCP
首先安装SUDO命令 apt-get install sudo 然后进行安装Hestia面板 wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh……
2023-01-21363 0 -
Failed to Download Metadata for Repo ‘AppStream’
To fix the above error, open your terminal or login via ssh, and run the following commands to change the repo URL to point to vault.centos.org, fro……
2023-01-21314 0 -
FFMPEG mp4批量转码m3u8,视频批量加水印
也许这就是开源免费版云转码? 新建.txt文本,复制进去后,ctrl+s,然后退出将.txt后缀重命名为.bat. 批量转换m3u8 for /f "delims=" %%A in ('dir *.mp4 /b /s……
2023-01-18560 0 -
新VPS测试脚本整理
机器测试单线程测试bash <(curl -Lso- https://bench.im/hyperspeed)最全测速脚本curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fastsuperbench……
2023-01-16428 0 -
Linux的防火墙设置,开放/关闭端口
查看firewall服务状态:systemctl status firewalld 查看firewall的状态:firewall-cmd –state 查看防火墙规则:firewall-cmd –list-all 查询端口是否开放:fi……
2023-01-15313 0 -
WordPress 条件判断标签及用法大全
在 WordPress 主题和插件开发中,条件判断标签(Conditional Tags)是非常重要的,通过条件判断标签,我们可以判断各种情况,从而使用对应的代码等。例如在……
2023-01-14331 0 -
55個常用英文俚語
☞ hit the books >> to study 讀書 ☞ bite the bullet >> to get something over with because it is not avoidable 硬著頭皮☞ stab someone……
2023-01-11349 0 -
Linux如何不格式化挂载一个数据硬盘
1、fdisk -l或parted /dev/sdb print检查硬盘加载成功了没有,有哪些分区。 例如: Disk /dev/sda: 600.1 GB, 600127266816 bytes 255 heads, 63 sectors/trac……
2023-01-10308 0