由于openSuse过于臃肿,导致开机速度较慢,最终决定换一个系统,选择了Bodhi Linux,翻译成中文就是“菩提”,一款基于Ubunt的linux发行版,特点在于Enlightment 环境,以及长期支援(基于Ubutnu的LTS-长期支援版,最新为2.2基于ubuntu12.04)。
切换系统后,需要重新配置Octopress的安装环境,ruby、git and so on。
不过,不像在Fedora中配置那么容易,在Ubutnu中发现(Bodhi)了这样一个问题,当在安装ruby之后,使用gem install bundle
时:
$ gem install bundler
ERROR: Loading command: install (LoadError)
no such file to load -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand
最终,通过这篇文章得知,需要安装以下内容。
sudo apt-get install build-essential zlib1g-dev libssl-dev
文章大义为:
先介绍了Octopress的优点,随后,说了一下这个error的问题,最后,写了解决方案——缺什么就安什么。
对于,关于Bodhi以及Enlightment环境的问题,会在以后介绍。总之,Enlightment 17给我的感觉和印象都不错,有不足,但也有不少其他DE不具备的优点。
敬请期待!
The Original Link: http://baham.github.io/03_12_ubuntuzhong-an-zhuang-pei-zhi-octopresspeng-dao-de-wen-ti.html
If you want to reprint it, please do under the CC BY-NC-SA 4.0