middle of july

pull/4/head
gotbletu 11 years ago
parent 9c06a9af56
commit 894813eef4

@ -0,0 +1,14 @@
Note for video:
# content server
# http://manual.calibre-ebook.com/cli/calibre-server.html
# http://192.168.1.xxx:8500
cmx-server() { calibre-server -p 8500 --daemonize --with-library ~/.calibre/Comic
calibre-server -p 8501 --daemonize --with-library ~/.calibre/Dojinshi
calibre-server -p 8502 --daemonize --with-library ~/.calibre/Eurotica
calibre-server -p 8503 --daemonize --with-library ~/.calibre/Hanime
calibre-server -p 8504 --daemonize --with-library ~/.calibre/Normal
calibre-server -p 8505 --daemonize --with-library ~/.calibre/Textbook
}

@ -0,0 +1,17 @@
Notes for video:
# python http server
# connect browser to: http://ip:port
# ex: http://192.168.1.102:8000
# how to figure out your ip address
# ifconfig
# or
# ip addr
# how figure out the python version
# python -V
alias myserver="python3 -m http.server"
alias myserver2="python2 -m SimpleHTTPServer"
Loading…
Cancel
Save