perl5 编译快多了,上次编译看得眼花,这次大概十分钟就编译完了
在线安装程序是基于 firefox 开发的,正常安装还是 YaST
某台低配置 intel 电脑,在设备管理器删除 sata 和显卡驱动,运行速度反而变快了好多
没看太懂
有人用 ruby 写 wiki vuxu.org/vuxi/vuxi
vuxi is a very simple static Wiki compiler. Source is available on github. I use vuxi git-driven, the pages reside in a git repository on kaja, and there is a post-receive hook that updates the site: #!/bin/sh cat >/dev/null cd .. GIT_DIR=.git git checkout -f master cd .. ruby vuxi.rb Then I just need to git push and the site will update automatically. Created: Sun, 10 Jan 2010 20:10:39 +0100 Updated: Fri, 16 Jul 2021 17:05:19 +0200 Copyright © 2007–2021 Leah Neukirchen.
https://github.com/chneukirchen/vuxi/