Linux perl 编译快多了

crella95 · 2026年03月03日 · 最后由 crella95 回复于 2026年03月22日 · 645 次阅读

perl5 编译快多了,上次编译看得眼花,这次大概十分钟就编译完了

0 楼 已删除

在线安装程序是基于 firefox 开发的,正常安装还是 YaST

某台低配置 intel 电脑,在设备管理器删除 sata 和显卡驱动,运行速度反而变快了好多

4 楼 已删除
5 楼 已删除
6 楼 已删除

有人用 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/

需要 登录 后方可回复, 如果你还没有账号请 注册新账号