When you start TigerVNC server by following command: then it will automatically bind to port 5901. When you want to start the server on 5900 […] Read More
Tag: Server
In previous article I wrote how to subscribe to MQTT topics and display also timestamp with color. There was one MQTT topic which represented server […] Read More
One very cool feature of Python 3.x is instant web server. Type the following command on command line: The Python will start a simple web […] Read More
Author: Lordrat By now you know, that when you need simple server to serve static pages just for you to play, you use Python’s SimpleHTTPServer. […] Read More
Python contains one helpful module: SimpleHTTPServer. You can expose local directory via HTTP by the following command: Python will start HTTP server at http://localhost:8000 It […] Read More