2005年06月06日 星期一 09:53
也就是说Python2.4正式进入Gentoo Linux了 ============== 1. Gentoo News ============== Python 2.4 to be unmasked ------------------------- Bryan Østergaard (see below for his portrait) announces that python-2.4 will be unmasked on Wednesday, 8 June. It's been masked for a long time to allow for proper testing and bugfixing. The Python herd members are now confident that there are no major bugs left. Details of what's new in Python-2.4 can be found at the official Python website[1]. 1. http://www.python.org/doc/2.4/whatsnew/whatsnew24.html Please note that only ~arch users will be affected by the unmasking, and please remember to run the python-updater after updating Python to remerge all modules as neccessary. -- I'm the one, powered by nEO
2005年06月06日 星期一 13:16
可喜。python应用越来越成熟了。 Gentoo是用python来做软件包的安装管理的。好比Debian下的apt-get。 再说多一点,RedHat的系统安装界面也是python做的。
2005年06月06日 星期一 13:45
简单介绍介绍Gentoo 吧。和SUSE或redhat比有什么优点? On 6/6/05, nEO <gentoo.cn at gmail.com> wrote: > 也就是说Python2.4正式进入Gentoo Linux了 > > ============== > 1. Gentoo News > ============== > > Python 2.4 to be unmasked > ------------------------- > > Bryan Østergaard (see below for his portrait) announces that python-2.4 > will be unmasked on Wednesday, 8 June. It's been masked for a long time to > allow for proper testing and bugfixing. The Python herd members are now > confident that there are no major bugs left. Details of what's new in > Python-2.4 can be found at the official Python website[1]. > > 1. http://www.python.org/doc/2.4/whatsnew/whatsnew24.html > > Please note that only ~arch users will be affected by the unmasking, and > please remember to run the python-updater after updating Python to remerge > all modules as neccessary. > > -- > I'm the one, powered by nEO > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- MyBlog:http://www.donews.net/changzheng
2005年06月06日 星期一 20:20
http://tech.ccidnet.com/pub/article/c304_a102594_p1.html 有人这样评价Gentoo:快速、设计干净而有弹性,是一个现代模式的发行版。与其它发行版不同的是,Gentoo有一个使用Python编写而成的软件包管理系统(Portage),能对BSD端口全面兼容,并对其进行管理。这些软件包随着源码一起发行,并通过一种叫做"ebuild"的形式自动编译教本,使得系统能够一直得到Gentoo Linux开发团队的支持。 与其它的平台不同,它所下载回来的软件包都是源码,它们会自动编译成最适合你的硬件平台的可执行文件。完完全全是自己的电脑。 而其它的的平台上的软件,下载回来的是别人已经编译好的二进制包了。
2005年06月07日 星期二 00:32
alang yin wrote: > http://tech.ccidnet.com/pub/article/c304_a102594_p1.html > > 有人这样评价Gentoo:快速、设计干净而有弹性,是一个现代模式的发行版。与其它发行版不同的是,Gentoo有一个使用Python编写而成 > 的软件包管理系统(Portage),能对BSD端口全面兼容,并对其进行管理。这些软件包随着源码一起发行,并通过一种叫做"ebuild"的 > 形 式自动编译教本,使得系统能够一直得到Gentoo Linux开发团队的支持。 > > 与其它的平台不同,它所下载回来的软件包都是源码,它们会自动编译成最适合你的硬件平台的可执行文件。完完全全是自己的电脑。 > > 而其它的的平台上的软件,下载回来的是别人已经编译好的二进制包了。 哈哈,把BSD ports翻译成BSD端口,真行。而且gentoo的portage只是从ports那里 获取了灵感,很相似而已,根本谈不上什么“兼容”,当然更不是“全面兼容”了。 其实wikipedia上的介绍就很好:http://en.wikipedia.org/wiki/Gentoo 中文版的信息少了一些:http://zh.wikipedia.org/wiki/Gentoo_Linux 我的认识就是:gentoo是个source-base distro,它像Linux From Scratch那样给 你亲手编译系统里每一个byte的快乐,它的portage系统又像debian的apt那样 让你可以方便的安装软件和升级系统,特有的use flag系统提供了极大的可定制 性,可配置编译参数能让你得到最优的系统性能,数量庞大且bleeding-age的软件 包,以及友好的社区。 gentoo跟SUSE或redhat相比,最大的优点就是强大的portage系统,不用考虑包的 依赖关系,不用四处去找rpm,只要敲入一个emerge world,你的系统就自动升级 到最新的软件了。 但是,如果你不能够忍受缓慢的编译安装过程(第一次安装gentoo请至少准备1-2 天的时间,视你的机器的CPU强弱而定)的话,还是不要轻易尝试。 -- Qiangning Hong _____________________________________________________________ ( Q: Minnesotans ask, "Why aren't there more pharmacists from ) ( Alabama?" A: Easy. It's because they can't figure out how ) ( to get the little ) ( ) ( bottles into the typewriter. ) ------------------------------------------------------------- o ,__, o (..)____ (__) )\ ||--|| *
2005年06月07日 星期二 00:57
linux 众多发行版本当中,免费的只有debian可以说的上真正的生产版本。 软件支持很好,这个应该归功于一个好的package manager -- APT,还有就是OPEN SOURCE的团队了。 redhat的 Fedora系列更加趋向于桌面系统了。 Gentoo,LFS 这些可以帮助你更加了解linux,但是用它干活还是免了吧. 至于商业的版本像是 redhat AS/ES 那就是花钱买支持了,当然你可以说自己动手编译..不过这么做总觉得有些阳春.. 不过可以试试CentOS .这个是拿 redhat AS/ES 的SRC自己编译的。可以说是免费版本的AS,不过我想支持一些大型的系统还是要三思..hehe 有米还是用 AS / ES 吧.. 毕竟出了问题你可以找到支持,不像免费的,你就只能翻maillist了. SUSE 的一堆,我用的少,不敢妄加评论.只用过SUSE的mail Server ,一路回车绝对傻瓜安装,呵呵,方便, 2005/6/7, Qiangning Hong <hongqn at gmail.com>: > > alang yin wrote: > > http://tech.ccidnet.com/pub/article/c304_a102594_p1.html > > > > 有人这样评价Gentoo:快速、设计干净而有弹性,是一个现代模式的发行版。与其它发行版不同的是,Gentoo有一个使用Python编写而成 > > 的软件包管理系统(Portage),能对BSD端口全面兼容,并对其进行管理。这些软件包随着源码一起发行,并通过一种叫做"ebuild"的 > > 形 式自动编译教本,使得系统能够一直得到Gentoo Linux开发团队的支持。 > > > > 与其它的平台不同,它所下载回来的软件包都是源码,它们会自动编译成最适合你的硬件平台的可执行文件。完完全全是自己的电脑。 > > > > 而其它的的平台上的软件,下载回来的是别人已经编译好的二进制包了。 > > 哈哈,把BSD ports翻译成BSD端口,真行。而且gentoo的portage只是从ports那里 > 获取了灵感,很相似而已,根本谈不上什么"兼容",当然更不是"全面兼容"了。 > > 其实wikipedia上的介绍就很好:http://en.wikipedia.org/wiki/Gentoo > 中文版的信息少了一些:http://zh.wikipedia.org/wiki/Gentoo_Linux > > 我的认识就是:gentoo是个source-base distro,它像Linux From Scratch那样给 > 你亲手编译系统里每一个byte的快乐,它的portage系统又像debian的apt那样 > 让你可以方便的安装软件和升级系统,特有的use flag系统提供了极大的可定制 > 性,可配置编译参数能让你得到最优的系统性能,数量庞大且bleeding-age的软件 > 包,以及友好的社区。 > > gentoo跟SUSE或redhat相比,最大的优点就是强大的portage系统,不用考虑包的 > 依赖关系,不用四处去找rpm,只要敲入一个emerge world,你的系统就自动升级 > 到最新的软件了。 > > 但是,如果你不能够忍受缓慢的编译安装过程(第一次安装gentoo请至少准备1-2 > 天的时间,视你的机器的CPU强弱而定)的话,还是不要轻易尝试。 > > -- > Qiangning Hong > > _____________________________________________________________ > ( Q: Minnesotans ask, "Why aren't there more pharmacists from ) > ( Alabama?" A: Easy. It's because they can't figure out how ) > ( to get the little ) > ( ) > ( bottles into the typewriter. ) > ------------------------------------------------------------- > o ,__, > o (..)____ > (__) )\ > ||--|| * > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050607/9d8dd7fe/attachment.htm
2005年06月07日 星期二 09:26
此言差异 Debian固然不错,Gentoo也不差啊 linus他们那个"实验室"就正式使用Gentoo来干活了 Ebuild系统还是很有特色的,当然如果你不愿意编译整个系统的话 完全可以下载别人按照不同体系结构优化的编译好的GRP来用 Gentoo的portage系统是用python实现的,愿意学习python语言的朋友可以了解了解 能看看别人是怎么写程序的,也许会有用。 我的感觉是gentoo比debian更具有朝气,和活力,更勇于创新,debian比较保守些 都是不错的发行版 在 05-6-7,fla liu<fla.liu at gmail.com> 写道: > linux 众多发行版本当中,免费的只有debian可以说的上真正的生产版本。 > 软件支持很好,这个应该归功于一个好的package manager -- APT,还有就是OPEN SOURCE的团队了。 > redhat的 Fedora系列更加趋向于桌面系统了。 > > Gentoo,LFS 这些可以帮助你更加了解linux,但是用它干活还是免了吧. > > 至于商业的版本像是 redhat AS/ES > 那就是花钱买支持了,当然你可以说自己动手编译..不过这么做总觉得有些阳春.. > 不过可以试试CentOS .这个是拿 redhat AS/ES > 的SRC自己编译的。可以说是免费版本的AS,不过我想支持一些大型的系统还是要三思..hehe > 有米还是用 AS / ES 吧.. 毕竟出了问题你可以找到支持,不像免费的,你就只能翻maillist了. > SUSE 的一堆,我用的少,不敢妄加评论.只用过SUSE的mail Server ,一路回车绝对傻瓜安装,呵呵,方便, > > > > 2005/6/7, Qiangning Hong <hongqn at gmail.com>: > > alang yin wrote: > > > > http://tech.ccidnet.com/pub/article/c304_a102594_p1.html > > > > > > > 有人这样评价Gentoo:快速、设计干净而有弹性,是一个现代模式的发行版。与其它发行版不同的是,Gentoo有一个使用Python编写而成 > > > > 的软件包管理系统(Portage),能对BSD端口全面兼容,并对其进行管理。这些软件包随着源码一起发行,并通过一种叫做"ebuild"的 > > > 形 式自动编译教本,使得系统能够一直得到Gentoo Linux开发团队的支持。 > > > > > > > 与其它的平台不同,它所下载回来的软件包都是源码,它们会自动编译成最适合你的硬件平台的可执行文件。完完全全是自己的电脑。 > > > > > > 而其它的的平台上的软件,下载回来的是别人已经编译好的二进制包了。 > > > > 哈哈,把BSD ports翻译成BSD端口,真行。而且gentoo的portage只是从ports那里 > > 获取了灵感,很相似而已,根本谈不上什么"兼容",当然更不是"全面兼容"了。 > > > > 其实wikipedia上的介绍就很好:http://en.wikipedia.org/wiki/Gentoo > > 中文版的信息少了一些:http://zh.wikipedia.org/wiki/Gentoo_Linux > > > > 我的认识就是:gentoo是个source-base distro,它像Linux From Scratch那样给 > > 你亲手编译系统里每一个byte的快乐,它的portage系统又像debian的apt那样 > > 让你可以方便的安装软件和升级系统,特有的use flag系统提供了极大的可定制 > > 性,可配置编译参数能让你得到最优的系统性能,数量庞大且bleeding-age的软件 > > 包,以及友好的社区。 > > > > gentoo跟SUSE或redhat相比,最大的优点就是强大的portage系统,不用考虑包的 > > 依赖关系,不用四处去找rpm,只要敲入一个emerge world,你的系统就自动升级 > > 到最新的软件了。 > > > > 但是,如果你不能够忍受缓慢的编译安装过程(第一次安装gentoo请至少准备1-2 > > 天的时间,视你的机器的CPU强弱而定)的话,还是不要轻易尝试。 > > > > -- > > Qiangning Hong > > > > > _____________________________________________________________ > > ( Q: Minnesotans ask, "Why aren't there more pharmacists from ) > > ( Alabama?" A: Easy. It's because they can't figure out how ) > > ( to get the little > ) > > ( > ) > > ( bottles into the typewriter. > ) > > > ------------------------------------------------------------- > > o ,__, > > o (..)____ > > (__) )\ > > ||--|| * > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- I'm the one, powered by nEO
2005年06月09日 星期四 14:47
从来都只是有最适合的; 创新上 Fedora 更多,Gentoo 自由度更大,Debian 则更值得信赖; On 6/7/05, nEO <gentoo.cn at gmail.com> wrote: > 此言差异 > Debian固然不错,Gentoo也不差啊 > linus他们那个"实验室"就正式使用Gentoo来干活了 > > Ebuild系统还是很有特色的,当然如果你不愿意编译整个系统的话 > 完全可以下载别人按照不同体系结构优化的编译好的GRP来用 > > Gentoo的portage系统是用python实现的,愿意学习python语言的朋友可以了解了解 > 能看看别人是怎么写程序的,也许会有用。 > > 我的感觉是gentoo比debian更具有朝气,和活力,更勇于创新,debian比较保守些 > 都是不错的发行版 > > 在 05-6-7,fla liu<fla.liu at gmail.com> 写道: > > linux 众多发行版本当中,免费的只有debian可以说的上真正的生产版本。 > > 软件支持很好,这个应该归功于一个好的package manager -- APT,还有就是OPEN SOURCE的团队了。 > > redhat的 Fedora系列更加趋向于桌面系统了。 > > > > Gentoo,LFS 这些可以帮助你更加了解linux,但是用它干活还是免了吧. > > > > 至于商业的版本像是 redhat AS/ES > > 那就是花钱买支持了,当然你可以说自己动手编译..不过这么做总觉得有些阳春.. > > 不过可以试试CentOS .这个是拿 redhat AS/ES > > 的SRC自己编译的。可以说是免费版本的AS,不过我想支持一些大型的系统还是要三思..hehe > > 有米还是用 AS / ES 吧.. 毕竟出了问题你可以找到支持,不像免费的,你就只能翻maillist了. > > SUSE 的一堆,我用的少,不敢妄加评论.只用过SUSE的mail Server ,一路回车绝对傻瓜安装,呵呵,方便, > > > > > > > > 2005/6/7, Qiangning Hong <hongqn at gmail.com>: > > > alang yin wrote: > > > > > > http://tech.ccidnet.com/pub/article/c304_a102594_p1.html > > > > > > > > > > 有人这样评价Gentoo:快速、设计干净而有弹性,是一个现代模式的发行版。与其它发行版不同的是,Gentoo有一个使用Python编写而成 > > > > > > 的软件包管理系统(Portage),能对BSD端口全面兼容,并对其进行管理。这些软件包随着源码一起发行,并通过一种叫做"ebuild"的 > > > > 形 式自动编译教本,使得系统能够一直得到Gentoo Linux开发团队的支持。 > > > > > > > > > > 与其它的平台不同,它所下载回来的软件包都是源码,它们会自动编译成最适合你的硬件平台的可执行文件。完完全全是自己的电脑。 > > > > > > > > 而其它的的平台上的软件,下载回来的是别人已经编译好的二进制包了。 > > > > > > 哈哈,把BSD ports翻译成BSD端口,真行。而且gentoo的portage只是从ports那里 > > > 获取了灵感,很相似而已,根本谈不上什么"兼容",当然更不是"全面兼容"了。 > > > > > > 其实wikipedia上的介绍就很好:http://en.wikipedia.org/wiki/Gentoo > > > 中文版的信息少了一些:http://zh.wikipedia.org/wiki/Gentoo_Linux > > > > > > 我的认识就是:gentoo是个source-base distro,它像Linux From Scratch那样给 > > > 你亲手编译系统里每一个byte的快乐,它的portage系统又像debian的apt那样 > > > 让你可以方便的安装软件和升级系统,特有的use flag系统提供了极大的可定制 > > > 性,可配置编译参数能让你得到最优的系统性能,数量庞大且bleeding-age的软件 > > > 包,以及友好的社区。 > > > > > > gentoo跟SUSE或redhat相比,最大的优点就是强大的portage系统,不用考虑包的 > > > 依赖关系,不用四处去找rpm,只要敲入一个emerge world,你的系统就自动升级 > > > 到最新的软件了。 > > > > > > 但是,如果你不能够忍受缓慢的编译安装过程(第一次安装gentoo请至少准备1-2 > > > 天的时间,视你的机器的CPU强弱而定)的话,还是不要轻易尝试。 > > > > > > -- > > > Qiangning Hong > > > > > > > > _____________________________________________________________ > > > ( Q: Minnesotans ask, "Why aren't there more pharmacists from ) > > > ( Alabama?" A: Easy. It's because they can't figure out how ) > > > ( to get the little > > ) > > > ( > > ) > > > ( bottles into the typewriter. > > ) > > > > > ------------------------------------------------------------- > > > o ,__, > > > o (..)____ > > > (__) )\ > > > ||--|| * > > > _______________________________________________ > > > python-chinese list > > > python-chinese at lists.python.cn > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > -- > I'm the one, powered by nEO > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
2005年06月09日 星期四 22:35
nod 我原来一直debian,现在用gentoo了,都是不错的发行版,但是根据自己选择吧呵呵 On Tue, Jun 07, 2005 at 09:26:48AM +0800, nEO wrote: > 此言差异 > Debian固然不错,Gentoo也不差啊 > linus他们那个"实验室"就正式使用Gentoo来干活了 > > Ebuild系统还是很有特色的,当然如果你不愿意编译整个系统的话 > 完全可以下载别人按照不同体系结构优化的编译好的GRP来用 > > Gentoo的portage系统是用python实现的,愿意学习python语言的朋友可以了解了解 > 能看看别人是怎么写程序的,也许会有用。 > > 我的感觉是gentoo比debian更具有朝气,和活力,更勇于创新,debian比较保守些 > 都是不错的发行版 > > 在 05-6-7,fla liu<fla.liu at gmail.com> 写道: > > linux 众多发行版本当中,免费的只有debian可以说的上真正的生产版本。 > > 软件支持很好,这个应该归功于一个好的package manager -- APT,还有就是OPEN SOURCE的团队了。 > > redhat的 Fedora系列更加趋向于桌面系统了。 > > > > Gentoo,LFS 这些可以帮助你更加了解linux,但是用它干活还是免了吧. > > > > 至于商业的版本像是 redhat AS/ES > > 那就是花钱买支持了,当然你可以说自己动手编译..不过这么做总觉得有些阳春.. > > 不过可以试试CentOS .这个是拿 redhat AS/ES > > 的SRC自己编译的。可以说是免费版本的AS,不过我想支持一些大型的系统还是要三思..hehe > > 有米还是用 AS / ES 吧.. 毕竟出了问题你可以找到支持,不像免费的,你就只能翻maillist了. > > SUSE 的一堆,我用的少,不敢妄加评论.只用过SUSE的mail Server ,一路回车绝对傻瓜安装,呵呵,方便, > > > > > > > > 2005/6/7, Qiangning Hong <hongqn at gmail.com>: > > > alang yin wrote: > > > > > > http://tech.ccidnet.com/pub/article/c304_a102594_p1.html > > > > > > > > > > 有人这样评价Gentoo:快速、设计干净而有弹性,是一个现代模式的发行版。与其它发行版不同的是,Gentoo有一个使用Python编写而成 > > > > > > 的软件包管理系统(Portage),能对BSD端口全面兼容,并对其进行管理。这些软件包随着源码一起发行,并通过一种叫做"ebuild"的 > > > > 形 式自动编译教本,使得系统能够一直得到Gentoo Linux开发团队的支持。 > > > > > > > > > > 与其它的平台不同,它所下载回来的软件包都是源码,它们会自动编译成最适合你的硬件平台的可执行文件。完完全全是自己的电脑。 > > > > > > > > 而其它的的平台上的软件,下载回来的是别人已经编译好的二进制包了。 > > > > > > 哈哈,把BSD ports翻译成BSD端口,真行。而且gentoo的portage只是从ports那里 > > > 获取了灵感,很相似而已,根本谈不上什么"兼容",当然更不是"全面兼容"了。 > > > > > > 其实wikipedia上的介绍就很好:http://en.wikipedia.org/wiki/Gentoo > > > 中文版的信息少了一些:http://zh.wikipedia.org/wiki/Gentoo_Linux > > > > > > 我的认识就是:gentoo是个source-base distro,它像Linux From Scratch那样给 > > > 你亲手编译系统里每一个byte的快乐,它的portage系统又像debian的apt那样 > > > 让你可以方便的安装软件和升级系统,特有的use flag系统提供了极大的可定制 > > > 性,可配置编译参数能让你得到最优的系统性能,数量庞大且bleeding-age的软件 > > > 包,以及友好的社区。 > > > > > > gentoo跟SUSE或redhat相比,最大的优点就是强大的portage系统,不用考虑包的 > > > 依赖关系,不用四处去找rpm,只要敲入一个emerge world,你的系统就自动升级 > > > 到最新的软件了。 > > > > > > 但是,如果你不能够忍受缓慢的编译安装过程(第一次安装gentoo请至少准备1-2 > > > 天的时间,视你的机器的CPU强弱而定)的话,还是不要轻易尝试。 > > > > > > -- > > > Qiangning Hong > > > > > > > > _____________________________________________________________ > > > ( Q: Minnesotans ask, "Why aren't there more pharmacists from ) > > > ( Alabama?" A: Easy. It's because they can't figure out how ) > > > ( to get the little > > ) > > > ( > > ) > > > ( bottles into the typewriter. > > ) > > > > > ------------------------------------------------------------- > > > o ,__, > > > o (..)____ > > > (__) )\ > > > ||--|| * > > > _______________________________________________ > > > python-chinese list > > > python-chinese at lists.python.cn > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > -- > I'm the one, powered by nEO > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号