Linux serverlinux web serverNETWORK ADMINISTRATIONS

Making a $35 Experimental Web-server Using Python, Lubuntu, and a Thinkpad

Today we are going to turn a $35 Lenovo Thinkpad T400 into a simple webserver using Lubuntu 18.04 and Python simple http server.

Something to note is that, on its own, SimpleHTTPServer is not multithreaded. if it gets multiple requests at the same time, it will cause timeouts. A great alternative to SimpleHTTPServer is ComplexHTTPServer. It can handle threading and will not cause timeouts upon recieving multiple requests at the same time. Just use “pip install ComplexHTTPServer” in the CLI to install it and use the command “sudo python -m ComplexHTTPServer [port]” in place of the “sudo python -m SimpleHTTPServer [port]” command.

Lubuntu: https://lubuntu.net/

Website templates: https://colorlib.com/wp/templates/

Make a bootable linux USB device: https://www.youtube.com/watch?v=Ctf9RZ4h-GY&index=8&t=0s&list=PL18JUpakBcNTWIM5vccARskShDoli8djp

Using WAMP to set up a server: https://www.youtube.com/watch?v=DlQNciGVgbQ

eBay Seller: http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=11&pub=5575159861&toolid=10001&campid=5337833996&customid=&icep_store=vtkphx&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg

test site: (took it down)

====Support us!====
Amazon Affiliate link(US): http://amzn.to/1qPQhgO

eBay partner link: http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=1&pub=5575159861&toolid=10001&campid=5337833996&customid=&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=lg

Patreon: https://www.patreon.com/user?ty=h&u=2975213

Facebook: https://www.facebook.com/aacomputersandtechnology/

Website: http://www.aacomputersandtechnology.com/

source by AA Computers and Technology

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *