Thursday, December 12, 2019

How to run the simple http server


1.open the terminal in linux
2.go to the current folder you want share and issue following on terminal

python -m SimpleHTTPServer

No comments:

Post a Comment

Linux Kernel Compilation

 Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...