#Unix Toolbox
##Unix Toolbox revision 14.4
Error reports and comments are m
#Unix Toolbox
##Unix Toolbox revision 14.4
rss.php | |
coupon_activation.php | |
tools/bizproc_wf_settings.php | |
tools/seo_yandex.php | |
tools/seo_google.php | |
tools/get_catalog_menu.php | |
tools/sale_farm_check_print.php | |
tools/vote/uf.php | |
tools/vote/vote_chart.php |
pilimi-zlib-420000-2379999.torrent | |
pilimi-zlib-2380000-2829999.torrent | |
pilimi-zlib-2830000-5239999.torrent | |
pilimi-zlib-5240000-5329999.torrent | |
pilimi-zlib-5330000-5359999.torrent | |
pilimi-zlib-5360000-5379999.torrent | |
pilimi-zlib-5380000-5449999.torrent | |
pilimi-zlib-5450000-5479999.torrent | |
pilimi-zlib-5480000-5499999.torrent | |
pilimi-zlib-5500000-5519999.torrent |
http://zc688.top:20206/download/1/epub/1.epub | |
http://zc688.top:20206/download/2/epub/2.epub | |
http://zc688.top:20206/download/3/epub/3.epub | |
http://zc688.top:20206/download/4/epub/4.epub | |
http://zc688.top:20206/download/5/epub/5.epub | |
http://zc688.top:20206/download/6/epub/6.epub | |
http://zc688.top:20206/download/7/epub/7.epub | |
http://zc688.top:20206/download/8/epub/8.epub | |
http://zc688.top:20206/download/9/epub/9.epub | |
http://zc688.top:20206/download/10/epub/10.epub |
In this guide I will go through all the steps to create a VPS, secure it and deploy a Django application. This is a summarized document from this digital ocean doc
Any commands with "$" at the beginning run on your local machine and any "#" run when logged into the server
Use this link and get $10 free. Just select the $5 plan unless this a production app.
We need to create a virtual env for our app to run in: More Here Run this command in whatever folder you want to create your venv folder
python -m venv ./venv
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Magic words:
psql -U postgres
Some interesting flags (to see all, use -h
or --help
depending on your psql version):
-E
: will describe the underlaying queries of the \
commands (cool for learning!)-l
: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)For a brief user-level introduction to CMake, watch C++ Weekly, Episode 78, Intro to CMake by Jason Turner. LLVM’s CMake Primer provides a good high-level introduction to the CMake syntax. Go read it now.
After that, watch Mathieu Ropert’s CppCon 2017 talk Using Modern CMake Patterns to Enforce a Good Modular Design (slides). It provides a thorough explanation of what modern CMake is and why it is so much better than “old school” CMake. The modular design ideas in this talk are based on the book [Large-Scale C++ Software Design](https://www.amazon.de/Large-Scale-Soft