Category Archives: Heritage

python web server

python 2.* 에서 유효한듯.. 원본 : http://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python Tech Tip: Really Simple HTTP Server with Python Sep 22, 2009 By Mohammed hisamuddin inHOW-TOs If you need a quick web server running and you don’t want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server.… Read More »

Smtp protocol

S: 220 smtp.example.com ESMTP Postfix C: HELO relay.example.org S: 250 Hello relay.example.org, I am glad to meet you C: MAIL FROM: S: 250 Ok C: RCPT TO: S: 250 Ok C: RCPT TO: S: 250 Ok C: DATA S: 354 End data with . C: From: “Bob Example” C: To: “Alice Example” C: Cc: theboss@example.com… Read More »