Archive for 六月, 2009

让emacs显示行号

你是不是觉得vim的一个配置就能搞定的事情,而emacs却很复杂呢?

想要显示行号,在vim里面只需配置一个:set nu就可以。

Read the rest of this entry »

Tags: ,

1 Comment

python挑战

Where is Syclla?

I believe you cay find it out, and save the whole world.

Read the rest of this entry »

Tags: ,

7 Comments

The Last Bug(最后一个bug)

英文版本:http://www.gnu.org/fun/jokes/last.bug.html
翻译:Hu XianBao,renewjoy

“But you’re out of your mind,”                “他疯了,“
They said with a shrug.                        有人不屑地说。
“The customer’s happy;                        “顾客已经很满意了;
What’s one little bug?”                        一个小小的bug能有什么大碍呢?” 

Read the rest of this entry »

Tags:

7 Comments

彩色man page的配置

使用终端免不了要查看man page, 默认的显示就只有一种颜色, 再加上一些加粗效果, 看久了着实费力. 配置一个赏心悦目的man page, 既可以增加效率, 还可以愉悦身心, 何乐不为.
Read the rest of this entry »

Tags: , ,

2 Comments

rename命令续

在我们制作的电子版本的第二期里面,我讲了一个rename命令。

这个命令有点特别,它只有ubuntu自带了,而和其它版本的rename还不一样,当然实现的目的是一样的,只是默认的语法不一样。
Read the rest of this entry »

Tags: ,

No Comments

发现一批python自带脚本

在一本书上看到,Windows版本的python安装目录下的:/Tools/Scripts里面有很多有用的脚本。

回来一看,果然有很多,一些有用。一些Linux本身已经具有了。
我试着在Linux下面找了一下,发觉没有,难道这是windows版本才有的吗?汗!
pytools.tar.bz2 (245)
不管了,先把Windows下的copy过来用吧。 Read the rest of this entry »

Tags: ,

1 Comment

《黑客帝国》图解自由软件、开源软件、专有软件

本文摘录于文章:Richard Stallman和自由软件运动
原作者:徐继哲
网址:http://www.zeuux.org/philosophy/rms-and-fsm.cn.html

《黑客帝国》是我最喜欢的电影之一,它不但画面精彩刺激,更重要的是内涵深刻。 Read the rest of this entry »

Tags: ,

5 Comments

欢迎各位向《桃源》投稿

如果你有精彩的文章, 好的独特的见解, 非常欢迎你向我们投稿. 详情请转到投稿页面.

这里还有几点需要说明, 文章鼓励原创, 如果是转载, 请一定注明出处. 若发现故意抄袭者, 将无条件删除文章, 并加强对该用户的审核. 《桃源》所有原创文章的版权都归《桃源》及作者共同所有, 除非特别注明, 本站所有原创文章皆采用“署名-非商业性使用-相同方式共享 2.5 中国大陆”的CC协议.
Read the rest of this entry »

Tags:

No Comments

用ophcrack来破解windows登录密码

ophcrack是借助于rainbow table(彩虹表)来破解windows登录密码的,软件支持多平台。

安装:
0、ubuntu用户用命令:$sudo apt-get install ophcrack
1、archlinux用户:

Read the rest of this entry »

Tags: , , ,

4 Comments

用emacs为你的程序自动添加文件头

插件下载:auto-header.el (278)

设置:将此文件放置于~/.emacs.d/elisp目录下,然后在.emacs文件中添加如下代码:

Read the rest of this entry »

Tags: ,

No Comments