Arch linux配置項
输入法 /etc/envrionment文件 GTK_IM_MODULE=ibus XMODIFIERS=@im=ibus QT_IM_MODULE=ibus 中 文 维 基 有 坑 // ~/.xprofile ibus-daemon -d -x 输入法横排:https://github.com/rime/ibus-rime/issues/52#issuecomment-506330222 简体:https…
2021-02-04 去围观Arch linux安装的一些记录
live启动盘 https://rufus.ie/ 安装过程 太惨了,不说了,直接把windows重装了。 大概症状就是: 装好refind之后,选windows一直在这转圈,然后自动重启。 如果你也有相同症状的话也去重装windows吧( nvme盘不显示 https://bbs.a…
2021-01-30 去围观express+typescript
升级到yarn 2之后,type就炸了,typescript这玩意就像屎山一样难搞。总共有这么些包需要type: express express-session multer 如果你去搜,大概率会搜到stackoverflow的内容,Property '' does not exist on type 'Request<ParamsDictionary>',或者Exte…
2021-01-27 去围观github自部署actions runner遇到的一些坑
其实白嫖也挺好,但是workflow有上传到阿里云oss的内容,gh的worker好像是美国的,上传属实太慢了,开海外加速有点亏。恰巧有香港服务器,可以试试自部署。 (node:2690) UnhandledPromiseRejectionWarning: ResponseTimeoutError: Response timeout for 60000ms, pl…
2021-01-18 去围观nginx反向代理https 502
proxy_ssl_server_name on; http://nginx.org/en/docs/http/ngx_http_proxy_module.html
2021-01-09 去围观阿里云函数计算使用php8
配置环境:debian fun工具 docker 参考:https://github.com/alibaba/funcraft/blob/b458f014b6/src/lib/frameworks/support/php/Makefilehttps://github.com/alibaba/funcraft/blob/b458f014b6/src/lib/frameworks/support/php/Funfile 根据这里的内容,大致可…
2020-12-05 去围观Linux扩容ext4盘
记得备份! 取消挂载 umount /地址 删除旧分区 fdisk /dev/vdbpdw 虽然我这fail了但是好像还是写入成功了,好像是umount有点问题 创建更大的分区 fdisk /dev/vdbnp1Ypw 运行fsck 修复分区错误 e2fsck -f /dev/vdb1 虽然这有…
2020-11-07 去围观