本来要写些的,可是yo2的后台总打不开,所以就没有写了。这几天BLOG搬家还没有完成,这里还限制每天只能发布50篇,超过就要输入验证码了,也就想着先搬好家再说。
上周去了趟南京博物院,一进门是石碑群,大部分都是陕西渭南出土的拴马柱。这里没有多看,就直接进入了里面的展厅。展厅正在进行扬州八怪作品展,还看了其他的展厅,现在已经记不全了,只记得里面的圣旨是汉字和满文双语的,还有许多黄金和玉器,在一个展厅看到了纺车,这纺车的家乡的很不一样,光是个头就大了好多。
昨天去了南京植物园,听广播说有郁金香展,特别听到有黑色的郁金香,就很好奇的想去看看。
今天早上约了几个同学又去爬山了,还是走的那些路,没有什么说的。不过回来时走了一条以前没有走过的路,走到了中山书院,到了鸡鸣寺景区才坐车回来。
2009年4月12日星期日
又过了一周
本来要写些的,可是yo2的后台总打不开,所以就没有写了。这几天BLOG搬家还没有完成,这里还限制每天只能发布50篇,超过就要输入验证码了,也就想着先搬好家再说。
上周去了趟南京博物院,一进门是石碑群,大部分都是陕西渭南出土的拴马柱。这里没有多看,就直接进入了里面的展厅。展厅正在进行扬州八怪作品展,还看了其他的展厅,现在已经记不全了,只记得里面的圣旨是汉字和满文双语的,还有许多黄金和玉器,在一个展厅看到了纺车,这纺车的家乡的很不一样,光是个头就大了好多。
昨天去了南京植物园,听广播说有郁金香展,特别听到有黑色的郁金香,就很好奇的想去看看。
今天早上约了几个同学又去爬山了,还是走的那些路,没有什么说的。不过回来时走了一条以前没有走过的路,走到了中山书院,到了鸡鸣寺景区才坐车回来。
上周去了趟南京博物院,一进门是石碑群,大部分都是陕西渭南出土的拴马柱。这里没有多看,就直接进入了里面的展厅。展厅正在进行扬州八怪作品展,还看了其他的展厅,现在已经记不全了,只记得里面的圣旨是汉字和满文双语的,还有许多黄金和玉器,在一个展厅看到了纺车,这纺车的家乡的很不一样,光是个头就大了好多。
昨天去了南京植物园,听广播说有郁金香展,特别听到有黑色的郁金香,就很好奇的想去看看。
今天早上约了几个同学又去爬山了,还是走的那些路,没有什么说的。不过回来时走了一条以前没有走过的路,走到了中山书院,到了鸡鸣寺景区才坐车回来。
2009年4月10日星期五
Howto: Crack Rar, 7z, and zip files with RarCrack in Ubuntu Linux
转自 http://www.ubuntu-unleashed.com/2008/04/howto-crack-rar-7z-and-zip-files-with.html
Ever run into the problem where you created a password protected zip/rar file and you forgot the password or accidentally deleted it? Or just dont know the password at all? Well I have come across a nice solution for cracking zip/rar files. Its called rarcrack, If you forget your password for compressed archive (rar, 7z, zip), this program is the solution.
This program uses bruteforce algorithm to find correct password. You can specify which characters will be used in password generations.
Download RarCrack
Install RarCrack
Using RarCrack:
After the cracking started RarCrack will print the current status of cracking and save it's to a status file. If you want more specific password character set, you need to run RarCrack to create the XML status file (3 sec).
There will be a sample XML file, and you see there is a character set. If you want, you can modify this file and when you start RarCrack again the program will be use new variables.
Warning: Take care when you changing this file, make sure the current password don't have characters outside the abc[character set]!
Know of any other rar/zip/7z cracking tools worth mentioning?
Ever run into the problem where you created a password protected zip/rar file and you forgot the password or accidentally deleted it? Or just dont know the password at all? Well I have come across a nice solution for cracking zip/rar files. Its called rarcrack, If you forget your password for compressed archive (rar, 7z, zip), this program is the solution.
This program uses bruteforce algorithm to find correct password. You can specify which characters will be used in password generations.
Download RarCrack
wget http://superb-east.dl.sourceforge.net/sourceforge/rarcrack/rarcrack-0.2.tar.bz2Install RarCrack
tar xvjf rarcrack-0.2.tar.bz2cd rarcrack-0.2sudo apt-get install libxml2-devmake ; sudo make installUsing RarCrack:
rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rarzip7z]Everything in [] are optional, rarcrack default crack two threads and autodetect the archive type. If the detection wrong you can specify the correct file type with the type parameter. RarCrack currently crack maximum in 12 threads.After the cracking started RarCrack will print the current status of cracking and save it's to a status file. If you want more specific password character set, you need to run RarCrack to create the XML status file (3 sec).
There will be a sample XML file, and you see there is a character set. If you want, you can modify this file and when you start RarCrack again the program will be use new variables.
Warning: Take care when you changing this file, make sure the current password don't have characters outside the abc[character set]!
Know of any other rar/zip/7z cracking tools worth mentioning?
More information on rarcrack can be found here
Howto: Crack Rar, 7z, and zip files with RarCrack in Ubuntu Linux
转自 http://www.ubuntu-unleashed.com/2008/04/howto-crack-rar-7z-and-zip-files-with.html
Ever run into the problem where you created a password protected zip/rar file and you forgot the password or accidentally deleted it? Or just dont know the password at all? Well I have come across a nice solution for cracking zip/rar files. Its called rarcrack, If you forget your password for compressed archive (rar, 7z, zip), this program is the solution.
This program uses bruteforce algorithm to find correct password. You can specify which characters will be used in password generations.
Download RarCrack
Install RarCrack
Using RarCrack:
After the cracking started RarCrack will print the current status of cracking and save it's to a status file. If you want more specific password character set, you need to run RarCrack to create the XML status file (3 sec).
There will be a sample XML file, and you see there is a character set. If you want, you can modify this file and when you start RarCrack again the program will be use new variables.
Warning: Take care when you changing this file, make sure the current password don't have characters outside the abc[character set]!
Know of any other rar/zip/7z cracking tools worth mentioning?
Ever run into the problem where you created a password protected zip/rar file and you forgot the password or accidentally deleted it? Or just dont know the password at all? Well I have come across a nice solution for cracking zip/rar files. Its called rarcrack, If you forget your password for compressed archive (rar, 7z, zip), this program is the solution.
This program uses bruteforce algorithm to find correct password. You can specify which characters will be used in password generations.
Download RarCrack
wget http://superb-east.dl.sourceforge.net/sourceforge/rarcrack/rarcrack-0.2.tar.bz2Install RarCrack
tar xvjf rarcrack-0.2.tar.bz2cd rarcrack-0.2sudo apt-get install libxml2-devmake ; sudo make installUsing RarCrack:
rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rarzip7z]Everything in [] are optional, rarcrack default crack two threads and autodetect the archive type. If the detection wrong you can specify the correct file type with the type parameter. RarCrack currently crack maximum in 12 threads.After the cracking started RarCrack will print the current status of cracking and save it's to a status file. If you want more specific password character set, you need to run RarCrack to create the XML status file (3 sec).
There will be a sample XML file, and you see there is a character set. If you want, you can modify this file and when you start RarCrack again the program will be use new variables.
Warning: Take care when you changing this file, make sure the current password don't have characters outside the abc[character set]!
Know of any other rar/zip/7z cracking tools worth mentioning?
More information on rarcrack can be found here
2009年4月9日星期四
如何从Wordpress搬家到Blogger
用了很多免费的Wordpress空间建立自己的Blog,可免费的终究是有限制的,不是功能上的限制就是经常会出问题,最后还是决定用Google的Blogger。主要是这里不用自己维护,成本小了,也不用把时间放在模板和插件上。
可搬家过程却问题很多,先是要转换从Wordpress导出的XML文件,这个可以在这个网站http://wordpress2blogger.appspot.com/ 转,虽然下面写着不能大于1M,可我1.6M的也转成功了。但是在上传的时候又出问题了,Blogger总是显示服务器错误。可有人导入成功了,我这里却不行,这条路又不通了,还得另想办法。
经过一番搜索,找到了Blogtoblog这个软件,界面还不错。
首先在Source部分填上Wordpress的帐号、密码和网址,然后点选Fetch把文章抓下来。这里可以先点Save Entries把抓下来的日志存档。
然后在Destination部分填上Blogger的帐号、密码和网址,按下Publish会弹出一个窗口让你选择要发布哪些日志。
Blogtoblog会把日志50个分在一组,这是因为Blogger设置限制了大量发帖,每天要能发大于50篇日志会有图形认证,软件无法实现。当第二天想继续导入日志时,只需先Load Entries,再Publish就可以了。
可搬家过程却问题很多,先是要转换从Wordpress导出的XML文件,这个可以在这个网站http://wordpress2blogger.appspot.com/ 转,虽然下面写着不能大于1M,可我1.6M的也转成功了。但是在上传的时候又出问题了,Blogger总是显示服务器错误。可有人导入成功了,我这里却不行,这条路又不通了,还得另想办法。
经过一番搜索,找到了Blogtoblog这个软件,界面还不错。

首先在Source部分填上Wordpress的帐号、密码和网址,然后点选Fetch把文章抓下来。这里可以先点Save Entries把抓下来的日志存档。
然后在Destination部分填上Blogger的帐号、密码和网址,按下Publish会弹出一个窗口让你选择要发布哪些日志。
Blogtoblog会把日志50个分在一组,这是因为Blogger设置限制了大量发帖,每天要能发大于50篇日志会有图形认证,软件无法实现。当第二天想继续导入日志时,只需先Load Entries,再Publish就可以了。
如何从Wordpress搬家到Blogger
用了很多免费的Wordpress空间建立自己的Blog,可免费的终究是有限制的,不是功能上的限制就是经常会出问题,最后还是决定用Google的Blogger。主要是这里不用自己维护,成本小了,也不用把时间放在模板和插件上。
可搬家过程却问题很多,先是要转换从Wordpress导出的XML文件,这个可以在这个网站http://wordpress2blogger.appspot.com/ 转,虽然下面写着不能大于1M,可我1.6M的也转成功了。但是在上传的时候又出问题了,Blogger总是显示服务器错误。可有人导入成功了,我这里却不行,这条路又不通了,还得另想办法。
经过一番搜索,找到了Blogtoblog这个软件,界面还不错。
首先在Source部分填上Wordpress的帐号、密码和网址,然后点选Fetch把文章抓下来。这里可以先点Save Entries把抓下来的日志存档。
然后在Destination部分填上Blogger的帐号、密码和网址,按下Publish会弹出一个窗口让你选择要发布哪些日志。
Blogtoblog会把日志50个分在一组,这是因为Blogger设置限制了大量发帖,每天要能发大于50篇日志会有图形认证,软件无法实现。当第二天想继续导入日志时,只需先Load Entries,再Publish就可以了。
可搬家过程却问题很多,先是要转换从Wordpress导出的XML文件,这个可以在这个网站http://wordpress2blogger.appspot.com/ 转,虽然下面写着不能大于1M,可我1.6M的也转成功了。但是在上传的时候又出问题了,Blogger总是显示服务器错误。可有人导入成功了,我这里却不行,这条路又不通了,还得另想办法。
经过一番搜索,找到了Blogtoblog这个软件,界面还不错。

首先在Source部分填上Wordpress的帐号、密码和网址,然后点选Fetch把文章抓下来。这里可以先点Save Entries把抓下来的日志存档。
然后在Destination部分填上Blogger的帐号、密码和网址,按下Publish会弹出一个窗口让你选择要发布哪些日志。
Blogtoblog会把日志50个分在一组,这是因为Blogger设置限制了大量发帖,每天要能发大于50篇日志会有图形认证,软件无法实现。当第二天想继续导入日志时,只需先Load Entries,再Publish就可以了。
2009年4月4日星期六
雾中游紫金
说这次放假爬山已经很久了,是小方提起的,我定了时间,就是放假的第一天。这次没有像以前那样早早地找人,只是和有些人提了下,去不去,什么时候去的问题都没有说到,再有就是小方要带一个神秘人物,说要组织个十来个人。等到昨天晚上,也就是爬山的前一个晚上,确定要去的也只是我们三个人。回到宿舍后,我就抓紧时间联络其他人,还算顺利,很快人就凑到了7人,就这样吧,7个人也不少了。晚上十点多,外面突然下起了雨,这可让我们都有些担心,万一明天早上还下雨就去不成了,只能往后推了。早上七点起来,外面的雨早已经停了,因为担心山路会不会太滑,大家还是考虑了下要不要去。说实话,这雨后爬紫金山我还真没有去过,大家商量了下,还是决定按计划出发。八点整,人员集合完毕。永华、诚诚、宋磊、小波、我、小方和小美女。小美女姓朱,小方一直叫她朱哥。吃过饭后,我们就启程了。总的来说爬山还是挺顺利的,虽然雾很大,也没有影响我们的心情,我们还是到达了山顶。可回来时又下起了雨,这雨下一会儿停一会儿的,还不小。还好我们带了几把伞,几个人就在雨中说说笑笑的回来了。
雾中游紫金
说这次放假爬山已经很久了,是小方提起的,我定了时间,就是放假的第一天。这次没有像以前那样早早地找人,只是和有些人提了下,去不去,什么时候去的问题都没有说到,再有就是小方要带一个神秘人物,说要组织个十来个人。等到昨天晚上,也就是爬山的前一个晚上,确定要去的也只是我们三个人。回到宿舍后,我就抓紧时间联络其他人,还算顺利,很快人就凑到了7人,就这样吧,7个人也不少了。晚上十点多,外面突然下起了雨,这可让我们都有些担心,万一明天早上还下雨就去不成了,只能往后推了。早上七点起来,外面的雨早已经停了,因为担心山路会不会太滑,大家还是考虑了下要不要去。说实话,这雨后爬紫金山我还真没有去过,大家商量了下,还是决定按计划出发。八点整,人员集合完毕。永华、诚诚、宋磊、小波、我、小方和小美女。小美女姓朱,小方一直叫她朱哥。吃过饭后,我们就启程了。总的来说爬山还是挺顺利的,虽然雾很大,也没有影响我们的心情,我们还是到达了山顶。可回来时又下起了雨,这雨下一会儿停一会儿的,还不小。还好我们带了几把伞,几个人就在雨中说说笑笑的回来了。
2009年4月1日星期三
解决Pidgin中文乱码
中午Pidgin出了些问题,打不开了,就把Pidgin的配置文件删除了,重新添加了帐号。 启动后发现朋友发的消息都是方框,不能读取,只能复制到其他文本框才能看得出写的什么。按照网上说的,在tools->preferences->conversations里面,有一个font选项,去掉应用主题字体的钩,然后在下面自定义选择一个汉语字体的方法试了下,还是方框。 把Pidgin的Preferences文件看了下,最后在Conversations->Conversations中,去掉Show formatting on incoming messages前面的勾,问题解决了。
解决Pidgin中文乱码
中午Pidgin出了些问题,打不开了,就把Pidgin的配置文件删除了,重新添加了帐号。
启动后发现朋友发的消息都是方框,不能读取,只能复制到其他文本框才能看得出写的什么。按照网上说的,在tools->preferences->conversations里面,有一个font选项,去掉应用主题字体的钩,然后在下面自定义选择一个汉语字体的方法试了下,还是方框。
把Pidgin的Preferences文件看了下,最后在Conversations->Conversations中,去掉Show formatting on incoming messages前面的勾,问题解决了。
订阅:
评论 (Atom)