https://www.itzgeek.com/how-tos/linux/centos-how-tos/step-step-openldap-server-configuration-centos-7-rhel-7.html
#ldap #openldap #tutorial
#ldap #openldap #tutorial
ITzGeek
Step by Step OpenLDAP Server Configuration on CentOS 7 / RHEL 7
OpenLDAP is an open-source implementation of Lightweight Directory Access Protocol developed by OpenLDAP project. LDAP is an Internet protocol that email and other programs use to look up contact information from a server.
Nginx Tutorial
https://www.netguru.co/codestories/nginx-tutorial-basics-concepts
https://www.netguru.co/codestories/nginx-tutorial-performance
https://www.netguru.co/codestories/nginx-tutorial-ssl-setup
#nginx #tutorial #perfomance #ssl
https://www.netguru.co/codestories/nginx-tutorial-basics-concepts
https://www.netguru.co/codestories/nginx-tutorial-performance
https://www.netguru.co/codestories/nginx-tutorial-ssl-setup
#nginx #tutorial #perfomance #ssl
Netguru
Nginx Tutorial #1: Basic Concepts
Introduction to Nginx. This short tutorial describes how to start your adventure with Nginx and how to configure it the right way.
Forwarded from DevOps Deflope News
Весьма полезный туториал от Codethink по использованию Git с нуля на примере участия в open source проектах.
http://amp.gs/OeCl
http://amp.gs/OeCC
P.S. скидывайте всем, кто до сих пор боится гита 😸
#tutorial #git
http://amp.gs/OeCl
http://amp.gs/OeCC
P.S. скидывайте всем, кто до сих пор боится гита 😸
#tutorial #git
Opensource.com
Codethink open sources part of onboarding process
Learn how to Git going in FOSS.
https://www.digitalocean.com/community/tutorial_series/how-to-code-in-go
#go #tutorial #series #do #digitalocean
#go #tutorial #series #do #digitalocean
Digitalocean
How To Code in Go | DigitalOcean
Go (or GoLang) is a modern programming language originally developed by Google that uses high-level syntax similar to scripting languages. It is popular for …
https://community.hetzner.com/tutorials/install-and-configure-docker?title=Docker/en
#docker #tutorial #hetzner
#docker #tutorial #hetzner
Hetzner Online Community – a free collection of high-quality tutorials
Install and Configure Docker
This Guide covers the installation and configuration of Docker. CentOS is used as the OS.
How to develop Go gRPC microservice with HTTP/REST endpoint, middleware, Kubernetes deployment, etc.
- [Part 1] https://medium.com/@amsokol.com/tutorial-how-to-develop-go-grpc-microservice-with-http-rest-endpoint-middleware-kubernetes-daebb36a97e9
- [Part 2] https://medium.com/@amsokol.com/tutorial-how-to-develop-go-grpc-microservice-with-http-rest-endpoint-middleware-kubernetes-af1fff81aeb2
- [Part 3] https://medium.com/@amsokol.com/tutorial-part-3-how-to-develop-go-grpc-microservice-with-http-rest-endpoint-middleware-739aac8f1d7e
- [Part 4] TBD
Src: https://github.com/amsokol/go-grpc-http-rest-microservice-tutorial
#go #golang #grpc #microserivce #tutorial #github
- [Part 1] https://medium.com/@amsokol.com/tutorial-how-to-develop-go-grpc-microservice-with-http-rest-endpoint-middleware-kubernetes-daebb36a97e9
- [Part 2] https://medium.com/@amsokol.com/tutorial-how-to-develop-go-grpc-microservice-with-http-rest-endpoint-middleware-kubernetes-af1fff81aeb2
- [Part 3] https://medium.com/@amsokol.com/tutorial-part-3-how-to-develop-go-grpc-microservice-with-http-rest-endpoint-middleware-739aac8f1d7e
- [Part 4] TBD
Src: https://github.com/amsokol/go-grpc-http-rest-microservice-tutorial
#go #golang #grpc #microserivce #tutorial #github
Medium
[Tutorial, Part 1] How to develop Go gRPC microservice with HTTP/REST endpoint, middleware…
There are a lot of article how to create Go REST microservice using several great web frameworks and/or routers. I read most of them when I…
Forwarded from The Devs
Forwarded from The Devs
Materials (slides, scripts, demo app, and other code samples) used for various workshops, tutorials, and training sessions around the themes of Docker, containers, and orchestration.
https://container.training/
https://github.com/jpetazzo/container.training
#workshop #docker #swarm #k8s #kubernetes #tutorial
https://container.training/
https://github.com/jpetazzo/container.training
#workshop #docker #swarm #k8s #kubernetes #tutorial
Jinja2 Tutorial
Text documents are the final result of rendering templates. Depending on the end consumer of these documents whitespace placement could be significant. One of the major niggles in Jinja2, in my opinion, is the way control statements and other elements affect whitespace output in the end documents.
To put it bluntly, mastering whitespaces in Jinja2 is the only way of making sure your templates generate text exactly the way you intended.
Now we know the importance of the problem, time to understand where it originates, to do that we’ll have a look at a lot of examples. Then we'll learn how we can control rendering whitespaces in Jinja2 templates.
- part1: Introduction and variable substitution
- part2: Loops and conditionals
- part3: Whitespace control
- part4: Template filters
- part5: Macros
- part6: Include and Import
- J2Live - Online Jinja2 Parser
#jinja #jinja2 #tutorial
Text documents are the final result of rendering templates. Depending on the end consumer of these documents whitespace placement could be significant. One of the major niggles in Jinja2, in my opinion, is the way control statements and other elements affect whitespace output in the end documents.
To put it bluntly, mastering whitespaces in Jinja2 is the only way of making sure your templates generate text exactly the way you intended.
Now we know the importance of the problem, time to understand where it originates, to do that we’ll have a look at a lot of examples. Then we'll learn how we can control rendering whitespaces in Jinja2 templates.
- part1: Introduction and variable substitution
- part2: Loops and conditionals
- part3: Whitespace control
- part4: Template filters
- part5: Macros
- part6: Include and Import
- J2Live - Online Jinja2 Parser
#jinja #jinja2 #tutorial
TTL255 - Przemek Rogala's blog
Jinja2 Tutorial - Part 1 - Introduction and variable substitution
First post in the Jinja tutorial series where I'll provide an overview of the language, discussion of its features and a healthy dose of example use cases. If you're new to the world of templating or simply need to refresh your memory, then you should found…
https://github.com/slok/pod-exec-guard-kubewebhook-tutorial
#github #webhook #tutorial #k8s #kubernetes
#github #webhook #tutorial #k8s #kubernetes
GitHub
GitHub - slok/pod-exec-guard-kubewebhook-tutorial: Kubernetes webhook development (validating admission webhook) tutorial using…
Kubernetes webhook development (validating admission webhook) tutorial using kubewebhook - slok/pod-exec-guard-kubewebhook-tutorial