5
Web Development – Choosing Platform ‘linux or Windows’view story

http://i486.net – will talk about developing a website with anyone other than the collection of information on the type of site you need, an important (mandatory) will be a question?? â? Do you have a penchant for technology to be used to deploy the Web site? â ????< br /> (General)

5
10 个最酷的 Linux 单行命令view story

http://linuxtoy.org – 下面是来自 Commandlinefu 网站由用户投票决出的 10 个最酷的 Linux 单行命令,希望对你有用。 sudo !! 以 root 帐户执行上一条命令。 python -m SimpleHTTPServer (Software)

4
Virtual Appliance for Django Developersview story

http://www.linux-magazine.com – Developer Og Maciel is working on a virtual appliance for Django developers. It should include everything you need to work with the Python framework for the Web. (Distributions)

7
Benchmark of Python Web Serversview story

http://linuxo.com – Nicholas Pi�l: "In this benchmark i will be looking at how different WSGI servers perform at exactly that task; the handling of a full HTTP request." (General)

3
Python: Quirky behavior on backspace of Chinese inputview story

http://www.linuxquestions.org – Code: #!/usr/bin/env python # coding=utf-8-sig while True:         reply = raw_input(': ') (HowTos)

4
Fedora 12 Install Crashes -- help?view story

http://www.linuxquestions.org – I have a Fedora 12 Linux Installable LiveCD that I downloaded last week. When I attempt to install the OS on my PC, the install software crashes immediately after I select US-English on the first screen. I'm copying the entire error report below. Any help in understanding how to make this work would be greatly appreciated. My system is configured as follows: (HowTos)

3
How to make shell script to run with mouse click?view story

http://forums.opensuse.org – Hi, I have a shell script file 'program': Code: #!/bin/sh (Distributions)

6
Python: pull words from a text, setting them as variablesview story

http://www.linuxquestions.org – I've got a list of verbs: Code: verbs = ['eat', 'fly', 'look', 'throw', 'take'] And a text: Code: text = "eatcatthrowballthenlookforthesnake" I've used this to replace all of the verbs in the text with "VERB": Code: for x in verbs:         if re.search(x, text): (HowTos)

5
Manage Login interface/GDM theme in new Gnome with GDM2Setupview story

http://ubuntuguide.net – Since Gnome upgraded to 2.28 in Ubuntu Karmic,the old GDM setup utility missed most of functionality,although there are some articles show how to manually change login interface in Ubuntu Kamic.GDM2 Setup is a login interface management utility for the new GDM, allows for wallpaper setting, autologin option, prompted or userlist login, etc. (HowTos)

6
PyPy 1.2 发布view story

http://linuxtoy.org – Python interpreter 的替代实现 PyPy 已发布新的 1.2 版本。PyPy 1.2 是一个重要的里程碑版本,该版本首次包含了比 CPython 更快的 Just-in-Time(JIT)编译器。另外,PyPy 1.2 还对 interpreter 进行了各种优化,以改善其性能及减少内存占用。 (Software)