10月 30, 2008
由 冰封 将文章归档于 linux
Ubuntu 官方在刚刚已经正式发布了被受期待的 Ubuntu 8.10 ( Intrepid Ibex ) !其实在这之前就可以在镜像服务器下载 Ubuntu 8.10 ( Intrepid Ibex ) 正式版的ISO镜像文件了,为了不影响 Ubuntu 8.10 正式版的ISO文件向各地镜像服务器分发的进度,我们并没有公布下载链接。目前官方已经正式开放了 Ubuntu 8.04 正式版的ISO文件下载服务。 今天从世界各地涌入的巨大下载量也是对各个官方服务器一次严峻的考验。
Ubuntu 首页宣布 Ubuntu 8.10 正式版发布:

官方的下载界面已经从Ubuntu 8.10 RC 更改为 Ubuntu 8.10 ( Intrepid Ibex ) 正式版了:


Ubuntu 8.10 ( Intrepid Ibex ) 正式版的下载地址:
http://cn.releases.ubuntu.com/8.10/
http://tw.releases.ubuntu.com/8.10/
http://releases.ubuntu.com/releases/8.10/
Ubuntu 8.10 ( Intrepid Ibex ) 正式版ISO镜像文件
MD5码列表
ea6d44667ea3fd435954d6e1f0e89122 *ubuntu-8.10-alternate-amd64.iso
f9e0494e91abb2de4929ef6e957f7753 *ubuntu-8.10-alternate-i386.iso
f9cdb7e9ad85263dde17f8fc81a6305b *ubuntu-8.10-desktop-amd64.iso
24ea1163ea6c9f5dae77de8c49ee7c03 *ubuntu-8.10-desktop-i386.iso
e3028a105a083339be8e5af5afbe7444 *ubuntu-8.10-server-amd64.iso
a2ec9975a91e1228c8292ed9799dc302 *ubuntu-8.10-server-i386.iso
2796c696ab368415a30fddc8278e08b0 *wubi.exe
10月 29, 2008
由 冰封 将文章归档于 vim
Learning the vi and Vim Editors, Seventh Edition (c) by O’Reilly Media,
Inc.
点击下载
The type of the release is: eBook
In the PDF format with ISBN: 059652983X and Pub Date: July 21, 2008
The size of the release is: 02 disks x 2.88mb
And released on: 08/26/2008
Read the rest of this entry »
10月 23, 2008
由 冰封 将文章归档于 emacs
linux一般不同的发行版都有各自的包管理机制,比如我常用archlinux,只要
sudo pacman -S emacs
就可以安装emacs,win用户当然也不需要下载源码自己编译,可以直接下载编译好的二进制文件
首先去这里下载最新的cvs版本的emscs,目前更新到20081009,有三个,随便下载哪一个即可,我选择的是第三个,下载完后解压到指定目录。然后进行一些注册表的设置
运行-regedit打开注册表
新建项目HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs
emacs_dir D:/emacs
HOME D:/emacs
SHELL D:/emacs/bin/cmdproxy.exe
然后把.emacs配置文件放到d:/emacs下即可,打开emacs的时候会预读此文件,调入你自己设置的emacs的配置。不过自带的似乎木有w3m,emms,不过对于win用户似乎也没多大用处。
现在新版本的emacs初始化scratch的时候都会有三行message,看着心烦,可以在.emacs里设置不让他显示
在.emacs里加入
(setq initial-scratch-message nil)
10月 23, 2008
由 冰封 将文章归档于 emacs
10 Specific Ways to Improve Your Productivity With Emacs
Emacs is the world’s best text editor. It’s not just the best for editing program source; it’s the best for any kind of text-editing. Mastering Emacs will make you more effective at writing and editing email, documentation drafts, blogs, HTML pages, XML files, and virtually everything else that requires any typing.
The tips in this little document are geared towards Emacs power-users. You should be familiar with the basics of launching and editing with Emacs, and you should already know the essentials of copying stuff into your .emacs file, and debugging things (or finding a friendly Emacs Wizard) when something goes wrong.
Read the rest of this entry »
10月 22, 2008
由 冰封 将文章归档于 emacs
为了便于管理,我分成了很多小文件,这样修改的时候不需要.emacs里查找了,因为配置的东西多了修改麻烦,特别是有些暂时不想用想加注释的话会很麻烦。我这样的配置,对于不想要的,只要将相应的文件改一个扩展名就可以了,要重新用的话改回el扩展名就可以了
Read the rest of this entry »