摘要: youtube 视频下载 下载 yt-dlp # python 虚拟环境 apt install python3.11-venv python3-virtualenv python3 -m venv env #创建虚拟环境 source env/bin/activate #进入虚拟环境 deacti 阅读全文
posted @ 2023-08-16 04:38 cliter 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 环境:debian、win10 双系统 启动 win10 后,grub 不显示。 通过 debian.iso 文件进入 advanced - rescue mode,在选择分区的一步选择 linux 分区(不清楚就一个个选过去),选择重新安装 grub。 阅读全文
posted @ 2023-08-14 19:55 cliter 阅读(181) 评论(0) 推荐(0) 编辑
摘要: [toc] 环境:debian 查看 [unicodes](https://unicodes.jessetane.com/) ## [手动安装](https://wiki.debian.org/Fonts#Manually) 1. 安装目录 - /usr/local/share/fonts (sys 阅读全文
posted @ 2023-08-04 01:49 cliter 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 需求:因 linux 分区不够大,需要 linux 开机自动挂载 win 分区。 环境:Debian 12 mount 命令可以挂载分区,通过 [mount man部分中文#The files /etc/fstab, /etc/mtab and /proc/mounts](https://www.c 阅读全文
posted @ 2023-07-21 05:43 cliter 阅读(56) 评论(0) 推荐(0) 编辑
摘要: [toc] Unix 系统中可访问的所有文件都排列在一棵大树中,即文件层次结构,根位于 / 。 这些文件可以分布在多个设备上。 mount 命令用于将某个设备上找到的文件系统附加到大文件树。 相反,umount(8) 命令将再次分离它。 文件系统用于控制数据如何存储在设备上或通过网络或其他服务以虚拟 阅读全文
posted @ 2023-07-20 16:30 cliter 阅读(25) 评论(0) 推荐(0) 编辑
摘要: ```shell # docker exec -it /bin/bash # echo php_value upload_max_filesize 500M $'\n'php_value post_max_size 500M >> .htaccess ``` 退出容器:Ctrl+p Ctrl+q 阅读全文
posted @ 2023-07-17 18:07 cliter 阅读(168) 评论(0) 推荐(0) 编辑
摘要: - 打开上传的内容,点击“歌曲” - ~~打开[上传的内容](https://music.youtube.com/library/uploaded_songs),将歌曲添加到播放列表~~ 阅读全文
posted @ 2023-07-17 18:04 cliter 阅读(36) 评论(0) 推荐(0) 编辑
摘要: ## 添加 DNS 记录 ![](https://img2023.cnblogs.com/blog/1495113/202307/1495113-20230717180319164-1910751169.jpg) ## 规则 - 页面规则 ![](https://img2023.cnblogs.co 阅读全文
posted @ 2023-07-17 18:04 cliter 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ## 加速 - [Docker Hub 镜像加速器](https://gist.github.com/y0ngb1n/7e8f16af3242c7815e7ca2f0833d3ea6) - [南京大学镜像站](https://doc.nju.edu.cn/books/35f4a) - ghcr: 将 阅读全文
posted @ 2023-07-17 18:03 cliter 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ## 安装 go-cqhttp 根据 [haruka-bot 文档](https://haruka-bot.sk415.icu/install/install-go-cqhttp.html)下载并配置 `go-cqhttp` 如果运行 `go-cqhttp` 提示错误代码 45 1. 提取QQ安卓安 阅读全文
posted @ 2023-07-17 18:02 cliter 阅读(125) 评论(0) 推荐(0) 编辑