摘要:
```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 阅读全文
摘要:
- 打开上传的内容,点击“歌曲” - ~~打开[上传的内容](https://music.youtube.com/library/uploaded_songs),将歌曲添加到播放列表~~ 阅读全文
摘要:
## 添加 DNS 记录  ## 规则 - 页面规则  - [南京大学镜像站](https://doc.nju.edu.cn/books/35f4a) - ghcr: 将 阅读全文
摘要:
## 安装 go-cqhttp 根据 [haruka-bot 文档](https://haruka-bot.sk415.icu/install/install-go-cqhttp.html)下载并配置 `go-cqhttp` 如果运行 `go-cqhttp` 提示错误代码 45 1. 提取QQ安卓安 阅读全文
摘要:
## 查字 - [小鹤音形编码查询](http://react.xhup.club/search) - 安卓查形:`?贯。,` → `贯:毌guàn 人 grgr-` [安卓PRO版使用指南](https://help.flypy.com/#/av) ## linux debian fcitx5 使 阅读全文
摘要:
环境:xfce4、debian 安装:menulibre(菜单编辑) 1. 打开 Applications - Accessories - Menu editor 2. 将 vlc 的 `Command` 改为 `env LANGUAGE="zh_CN:zh" /usr/bin/vlc --star 阅读全文
摘要:
linux flatpak 安装的 obsidian : /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=obsidian.sh --file-forwarding md.obsidian.Obsidian --env=all 阅读全文
摘要:
1. 生成密钥对 `ssh-keygen` 2. 粘贴公钥到服务器 `~/.ssh/authorized_keys` 3. 设置权限 ```shell chmod 600 authorized_keys chmod 700 ~/.ssh ``` 来自:[设置 SSH 通过密钥登录](https:// 阅读全文