摘要: ```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:06 cliter 阅读(267) 评论(0) 推荐(0) 编辑
摘要: - 打开上传的内容,点击“歌曲” - ~~打开[上传的内容](https://music.youtube.com/library/uploaded_songs),将歌曲添加到播放列表~~ 阅读全文
posted @ 2023-07-17 18:04 cliter 阅读(41) 评论(0) 推荐(0) 编辑
摘要: ## 添加 DNS 记录 ![](https://img2023.cnblogs.com/blog/1495113/202307/1495113-20230717180319164-1910751169.jpg) ## 规则 - 页面规则 ![](https://img2023.cnblogs.co 阅读全文
posted @ 2023-07-17 18:03 cliter 阅读(16) 评论(0) 推荐(0) 编辑
摘要: ## 加速 - [Docker Hub 镜像加速器](https://gist.github.com/y0ngb1n/7e8f16af3242c7815e7ca2f0833d3ea6) - [南京大学镜像站](https://doc.nju.edu.cn/books/35f4a) - ghcr: 将 阅读全文
posted @ 2023-07-17 18:02 cliter 阅读(19) 评论(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 阅读(155) 评论(0) 推荐(0) 编辑
摘要: ## 查字 - [小鹤音形编码查询](http://react.xhup.club/search) - 安卓查形:`?贯。,` → `贯:毌guàn 人 grgr-` [安卓PRO版使用指南](https://help.flypy.com/#/av) ## linux debian fcitx5 使 阅读全文
posted @ 2023-07-17 18:01 cliter 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 环境:xfce4、debian 安装:menulibre(菜单编辑) 1. 打开 Applications - Accessories - Menu editor 2. 将 vlc 的 `Command` 改为 `env LANGUAGE="zh_CN:zh" /usr/bin/vlc --star 阅读全文
posted @ 2023-07-17 17:57 cliter 阅读(242) 评论(0) 推荐(0) 编辑
摘要: linux flatpak 安装的 obsidian : /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=obsidian.sh --file-forwarding md.obsidian.Obsidian --env=all 阅读全文
posted @ 2023-07-17 17:57 cliter 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1. 生成密钥对 `ssh-keygen` 2. 粘贴公钥到服务器 `~/.ssh/authorized_keys` 3. 设置权限 ```shell chmod 600 authorized_keys chmod 700 ~/.ssh ``` 来自:[设置 SSH 通过密钥登录](https:// 阅读全文
posted @ 2023-07-17 17:53 cliter 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 以下步骤全部根据官方文档操作 官方文档:NvidiaGraphicsDrivers 识别显卡 $ lspci -nn | egrep -i "3d|display|vga" 00:02.0 VGA compatible controller [0300]: Intel Corporation HD 阅读全文
posted @ 2022-10-13 02:01 cliter 阅读(1506) 评论(0) 推荐(0) 编辑