Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/besnik/tutorials
Collection of tutorials for various libraries and technologies
https://github.com/besnik/tutorials
docker docker-compose gunicorn linux mediawiki mkdocs mkdocs-material mongo mongo-express mongodb mysql nginx python sqlalchemy supervisor tutorial tutorials ufw virtualenv
Last synced: 4 months ago
JSON representation
Collection of tutorials for various libraries and technologies
- Host: GitHub
- URL: https://github.com/besnik/tutorials
- Owner: besnik
- Created: 2016-08-15T06:47:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T07:25:25.000Z (almost 5 years ago)
- Last Synced: 2024-09-27T17:22:14.546Z (4 months ago)
- Topics: docker, docker-compose, gunicorn, linux, mediawiki, mkdocs, mkdocs-material, mongo, mongo-express, mongodb, mysql, nginx, python, sqlalchemy, supervisor, tutorial, tutorials, ufw, virtualenv
- Language: Python
- Size: 86.9 KB
- Stars: 100
- Watchers: 9
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorials
Collection of tutorials for various libraries and technologies.## List of tutorials
- [Mongo DB as docker container](/mongo-as-docker-container) - Tutorial and sample scripts how to run Mongo DB as docker container.
- [MkDocs](mkdocs/) - Static site generator written in Python with tons of extensions.
- [Docker-Mediawiki](/docker-mediawiki) - Run Mediawiki as docker image with data stored in mysql or sqlite db and host
- [Docker-Mysql](/docker-mysql) - Run Mysql as docker image with data stored on the host
- [Gunicorn](/gunicorn) - Run Django/Python apps with gunicorn WSGI http server
- [Linux-Hardening](/linux-hardening) - How to improve linux public server configuration
- [Linux-Setup](/linux-setup) - How to setup linux
- [Nginx](/nginx) - How to configure nginx
- [Python](/python) - Deep dive into Python's world
- [SQLAlchemy](/sqlalchemy) - Code samples how to use Core, SQL MetaData, Expressions and ORM
- [Supervisor](/supervisor) - Process monitor for linux. Ensure services are up and running (e.g. Gunicorn)
- [Uncomplicated Firewall - UFW](/uncomplicated-firewall-ufw) - Linux firewall and configuration
- [Python's Virtual Environment](/virtualenv) - How to setup and manage virtual environments in python