1
GordianZ MOD Why not just use Ubuntu server?
|
2
Livid MOD OP @GordianZ MacPorts is a more up-to-date package system. At least most Python-related packages in Ubuntu Server are just too old.
|
3
Kai MOD 这个可以安到 Rackspace Cloud 上面测试的吧?
|
4
TheOnly92 2011-08-09 09:41:07 +08:00
Ubuntu's security should be more up-to-date. When there's a vulnerability found, you'll want to fallback to systems with more reputation.
|
5
Kai MOD 似乎停在了去年年初,不再更新了 ......
|
6
samuel 2011-08-09 15:46:04 +08:00
微内核的性能相比起以linux为首的宏内核,其实并没有优势,再加上安全上的考虑,就更不应该选择它了
|
7
Sai 2011-08-09 15:57:17 +08:00
之前刚好看到一篇《微内核领域的传说》
http://techsingular.net/?p=1726 |
8
bhuztez 2011-08-10 10:22:46 +08:00
数量少还是gentoo方便
|
10
kuno 2011-08-10 10:38:41 +08:00
|
12
shawiz 2011-08-10 15:31:56 +08:00
PureDarwin 也可以按照 homebrew 把?
|
13
kuno 2011-08-10 17:51:43 +08:00
@Livid
As @ayanamist mentioned earlier, if you have more than one python project co-exists on your machine, you can install two python packages, virtualenv and virtualenvwrapper. These two packages offer independent virtual environment for every single python project, saves you from the dependency hell and makes the later deployment easier. Here is the official documents: http://www.virtualenv.org/en/latest/index.html http://www.doughellmann.com/articles/pythonmagazine/completely-different/2008-05-virtualenvwrapper/index.html |
14
istef 2011-08-10 19:50:24 +08:00
还是用 centos 或 ubuntu server 吧,安全性有保障。而且在 linux 上各种软件从源码编译绝对都是 up2date 的,python 的包 virtualenv+pip 搞定吧
btw, 其实我感觉不是越新就越好,够用就行了。 |