#Pboard宝可梦输入法词库
Pboard已更新1.0.0:
https://github.com/MarkussLugia/Pboard/releases/tag/v1.0.0
什么是Pboard?
https://weibo.com/6697782674/J24e0qkKq
想为自己喜欢的游戏创建和Pboard一样的词库?这个自动构建脚本也许能帮到你:
https://github.com/MarkussLugia/DictBuilder
分享 GitHub 上一个开源的图标库:Phosphor,里面共提供了 588 个图标,拥有 6 种不同线条展示风格,你可将其应用于图标、演示文稿、网站页面等任意载体上。
官网:phosphoricons.com
GitHub: 网页链接
#实例维护 #长毛象运维
#备忘
升级Mastodon版本的流程
#切换到mastodon用户
su - mastodon ; cd live
#从远程仓库拉取
git pull
#更新依赖
bundle install
#迁移数据库结构
RAILS_ENV=production bundle exec rails db:migrate
#预编译静态资源
RAILS_ENV=production bundle exec rails assets:precompile
#返回root用户
exit
#重载web,重启sidekiq与streaming
systemctl reload mastodon-web.service
systemctl restart mastodon-sidekiq.service
systemctl restart mastodon-streaming.service