Jan 22
Wubi is a great tool which can help you install Ubuntu in Windows without changing partition. I installed Ubuntu by using Wubi. Really easy!
But, after I upgraded Ubuntu and rebooted, there was no Ubuntu login windows. What I saw is a black screen. It said GNU Grub, Minimal Bash-like shell blabla. I have to say I don’t like it, and you won’t, either.
Luckily, it is easy to find a solution. I searched ‘wubi ubuntu gnu grub’ in Google. The author of Wubi showed his solution here :
For a patch/workaround:
A) get the wubildr in https://bugs.edge.launchpad.net/ubuntu/+source/grub2/+bug/477104/comments/90 and copy it over C:\wubildr
B) ensure that when you boot there is no command “insmod ntfs”. Press “e” at the grub boot menu to edit the relevant entry and remove “insmod ntfs” before proceeding
New ubuntu/wubi installations do not contain the patch yet. The patch will only be applied once there is a clear confirmation (from you) that it actually solves the problem. Hence your feedback is appreciated.
Right, that’s it, download that file and copy it over. There are also some other solutions in which you need to type lots of commands in command line. I think, the solution of his, the author of Wubi, is better
written by Kyle Wu
\\ tags: Ubuntu
Jan 15
If you are a beginner of Linux, especially, Ubuntu, this software is what you need. Ailurus is a great tool which can help you “Install software”, “Configure Linux” and “Study Linux skills”.
Ailurus is an open source software, located in Google Code, here is the link. You can find download address from right side of ailurus homepage. Let’s see what ailurus looks like.
Continue reading »
written by Kyle Wu
\\ tags: Linux, Software, Ubuntu
Dec 10
自Google Chrome推出以来,受到很多人的喜爱。但是以前仅有Windows版本的,不过现在,Google Chrome for Linux终于出现了。这里可以下载到。感觉速度真的很快,比Firefox强很多。之前我已经使用过Chromium一段时间,不过苦于没有扩展,所以一直没有放弃firefox。但是现在,有相当多扩展可以下载和使用,是时候放弃Firefox了。
LifeHacker介绍了18款扩展,我没有全部使用,只使用了一部分,这里做个简要介绍。
Xmarks for Chrome Beta, 这款扩展我不多说了,我一直没有放弃Firefox的主要原因就是它。它可以同步书签到网络上,免去了备份书签的困扰。
Google Alerter,提示GMail, Google Wave和Google Reader的未读数目。代替了Firefox下GMail Notifier等扩展。
ChromeMilk,专门针对Remember the milk的扩展,Remember the milk是一个GTD网站。
主要是这三个插件,当然还有针对twitter,flickr, delicious等的插件,具体请到LifeHacker上自行查找,链接在这里。
written by Kyle Wu
\\ tags: Google, Ubuntu
Nov 23
Global Menu是Mac OS系统的一个基本功能,用过Mac的肯定都知道。使用Gnome的Linux一样可以做到,这里是gnome2-globalmenu的项目主页,有兴趣的可以看一下,里面的wiki挺全,有安装方法介绍。这篇文章不是介绍如何安装global menu,而是解决卸载后出现的一个小问题。
在卸载global menu后,如果你从命令行启动程序,就会发现往往都会提示如下的错误
Gtk-Message: Failed to load module “globalmenu-gnome”: libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
说明在启动程序时,依然去调用globalmenu-gnome模块,但是由于已经卸载,所以提示没有找到。
解决方法很简单,运行gconf-editor,然后找到app -> gnome_setting_daemon -> gtk-modules,在右方可以看到global menu还是选中状态,取消选中或者删除就可以了。这样子再次运行程序就不会出现错误了。
gconf-editorg
written by Kyle Wu
\\ tags: Linux, Ubuntu
Nov 03
真的很管用,几乎瞬间就看到了桌面,太棒了。 — Kyle Wu
是真的! Karmic 开机已经很快了,可是还可以再快 5 秒! 5 秒当然只是大约大部分人得到的结果~ 可能已经习惯了 Karmic 启动的快速吧~ 我自己就感觉不太明显~ 我升级前也忘记了先把启动时间记下~ 不过既然原文的评论这么多人都得到了 5 秒的结果,也不会假吧~
好吧~ 方法就是加入一个 ppa 源,然后更换内核~
请注意哦~ 我不保证这一内核能在你的电脑上稳定使用哦~ 系统挂掉了可不要找我算账哦~ 我是一个负责人的人
这毕竟有风险哦~ 如果你是很新手或不想折腾的话~ 还是劝告你不要尝试了~ 因为就提升那一点启动速度,对你实际使用没有太明显,毕竟 5 秒,喝口水,白日梦还没法完就过去了~ 况且,用电脑也不是整天重启的啊~
Step1:
sudo add-apt-repository ppa:ubuntu-boot/ppa
或者
Step2:
sudo apt-get update && sudo apt-get dist-upgrade
完成后重启,据说第一次启动是感觉不出的~ 可能是因为要 readahead 需要 profile 一下吧~ 不过,如果真是 profile 的话,貌似时间和以前 9.04 相比,耗时也太短了~ 了解真相的朋友请相告知哦~
Hope you guys enjoy it!!
源在这里。
written by Kyle Wu
\\ tags: Ubuntu