Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

simple http server

npm install --global http-server
Comment

http-server

http-server -S -C cert.pem
Comment

http-server

openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
Comment

http-server

Starting up http-server, serving ./ through httpsAvailable on:  https:127.0.0.1:8080  https:192.168.1.101:8080  https:192.168.1.104:8080Hit CTRL-C to stop the server
Comment

PREVIOUS NEXT
Code Example
Python :: scikit image 0.16.2 
Python :: How to remove all characters after character in python? 
Python :: how to sort a dictionary py 
Python :: python replace string 
Python :: print() 
Python :: np random seed 
Python :: django drop all tables 
Python :: python create env ubuntu 
Python :: how to add two matrix using function in python 
Python :: python library to make qr codes 
Python :: change matplotlib fontsize 
Python :: LoginRequiredMixin 
Python :: create dictionary from keys and values python 
Python :: rename columns 
Python :: make the program title a name python 
Python :: how to check if a input is an integer python 
Python :: how to run cmd line commands in python 
Python :: python ftplib get list of directories 
Python :: python dict remove key 
Python :: how to check an element in a list in python 
Python :: biggest of 3 numbers in python 
Python :: move all files in directory with shutils 
Python :: pythonwrite to file 
Python :: python do while 
Python :: how to create model in tensorflow 
Python :: python formatting strings 
Python :: render django 
Python :: xgboosat save_model 
Python :: ordereddict 
Python :: python get list memory size 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =