這幾天在 Laptop XP 和 Ubuntu server 上各裝了 VMware Server。。實在是很酷的東西。不知道還有誰記得當年的 coLinux 沒——或者這個東西現在還很流行,只是我不知道?VMware Server 至少已經非常簡單地達到了我當初用 coLinux 沒有做到的事情。 ——同時使用兩個系統。不用 VMware Player 的原因:VMware Server 可以建立新的 image 介面很熟悉,配置很簡單
Group reflections and conclusionLimitations in terms of functionalityThe app is able to perform its main tasks to deliver and discover information on campus. However there are still limitation in terms of functionality.Better image
Group reflections and conclusionLimitations in terms of structure, design, implementationThe design and structure of this app generally fulfills its requirements, capable of providing information to the client in the way that is flexible, extensible
WARNING: BAD PRACTICE!Here we go.Edit /etc/pam.d/common-passwordfind the linepassword [success=1 default=ignore] pam_unix.so obscure sha512The "obscure" option here disables simple password, according to the man page of pam_unix(8)Enable
I'll have to admit that... it was so easy to use $_FILE for file uploading in PHP.Trying to switch to Python from PHP (for various reasons including shared configuration between web and background processes, etc). Started looking at web.py (with
Ubuntu Natty (11.04), debootstrap-ed chroot environmentRunning most commands would receive the following warning message:perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:LANGUAGE = "en_AU:en",LC_ALL = (unset)
原始連結:http://www.gentoo.org/doc/en/vi-guide.xml學習 vi —— “學習清單”式1、起點介紹這篇指南要向你介紹 vi ——一個強大的可視化編輯器——的使用方法。通過一種特殊的循序漸進的“作弊紙”模式,這篇指南讓你在短時間內迅速成為 vi 高手。在這篇指南裡面,你將學到如何瀏覽、編輯文字、使用“插入”模式、複製粘貼以及使用一些重要的 vi 外掛程式(譬如:可視化外掛程式)和多視窗編輯。如果你不知道,或者對 vi 感到不爽,那麼趕快利用這篇指南,讓這個
I was using both Jsviews (https://github.com/BorisMoore/jsviews) and Jsrender (https://github.com/BorisMoore/jsrender), with of course jQuery and jQueryMobile for the interface. The custom tag provided by Jsrender gives great flexibility to build
Tornado is known for its capability of handling concurrent connections with help of OS event triggering mechanisms like epoll and kqueue.Web.py is a web framework for Python. It relies on other server packages to serve as a complete web server
Building an HTTP client for some performance testing purposes. Multiple sockets, I/O multiplexing, two threads. One sender pushing pipelined requests and one receiver dragging all server responses. In order to simplify program logic I tried to
So recently I've been writing HTTP/1.1 client side protocol parsing stuff. Twice.When I went through RFC2616, even shallow like I was doing (merely picking bits that I need to know to get my stuff working), I get the feeling of seeing through time.