Skip to content

Instantly share code, notes, and snippets.

@FishHawk
FishHawk / 机翻站部署流程.md
Last active June 8, 2025 11:42
机翻站部署流程

机翻站部署流程

服务器准备

apt install vim
> /etc/motd # 清空登录信息
@FishHawk
FishHawk / !simple paged list for jetpack compose
Last active May 28, 2025 06:13
If your project does not have a deep dependency on the paging3 library, I recommend implementing a simple paging library yourself to avoid all the weird features of paging3. The paging library needs the view layer and the model layer to work together. It doesn't make sense to encapsulate these together.
!simple paged list for jetpack compose

安装系统

旧系统上的准备工作

# 允许ssh连接
sudo vim /etc/ssh/sshd_config # 打开PasswordAuthentication
sudo systemctl restart sshd.service