Skip to content

Список літератури та ресурсів

Посилання:

Командная строка: http://ss64.com/links/bash.html
Калькулятор для MySQL: http://www.jvdev.lv/mysqlmaxmem/
Блоги:

Тематичні книги:

Лимончелли Томас — «Тайм-менеджмент для системных администраторов»
Эви Немет— «Unix и Linux. Руководство системного администратора»
Viktor Farcic — «The DevOps 2.0 Toolkit»
Таненбаум Э. — «Компьютерные сети.»

Інше:

Linux
увеличение размера диска в виртуальной машине https://habr.com/ru/post/252973/
an Extended Partition — No LVM in use https://sites.google.com/site/rhelworldexperience/home/rhel-disk-management—tips-and-tricks/resizinganextendedpartition-nolvminuse
OpenStack:

Restart an OpenStack service

Установка OpenStack на Ubuntu 18.04 (singleserver) 

Установка OpenStack на Ubuntu 18.04 

Установка OpenStack Swift на Ubuntu 18.04

RabbitMQ
https://www.interactiv4.com/e-commerce-en/rabbit-mq-codehacks-i4/?lang=en

MySQL
https://habr.com/ru/company/oleg-bunin/blog/328458/

PostgreSQL
JSON cheatsheet https://devhints.io/postgresql-json

Elasticsearch
https://opendistro.github.io/for-elasticsearch-docs/docs/install/plugins/

KVM:
https://www.cyberciti.biz/faq/rhel-centos-linux-kvm-virtualization-start-virtual-machine-guest/
https://www.cyberciti.biz/faq/installing-kvm-on-ubuntu-16-04-lts-server/
https://www.thegeekstuff.com/2015/02/add-memory-cpu-disk-to-kvm-vm/
https://docs.fedoraproject.org/ru-RU/Fedora/12/html/Virtualization_Guide/chap-Virtualization_Guide-Managing_guests_with_virsh.html
https://serverfault.com/questions/385889/kvm-guest-auto-start-after-install
https://unix.stackexchange.com/questions/393532/kvm-static-public-ip-centos-7
Open port from Guest VM to Internet

GitlabCI:
https://docs.gitlab.com/ee/ci/yaml/
https://blog.ruanbekker.com/blog/2019/01/05/tutorial-on-using-gitlab-cicd-pipelines-to-deploy-your-python-flask-restful-api-with-postgres-on-heroku/
Laravel
https://ohdear.app/blog/our-gitlab-ci-pipeline-for-laravel-applications
https://lorisleiva.com/laravel-deployment-using-gitlab-pipelines/

Jenkins:
https://digitalvarys.com/jenkins-declarative-pipeline-with-examples/

Ansible:
https://serversforhackers.com/c/how-ansible-vault-works
https://stackoverflow.com/questions/40461400/complex-filtering-in-ansible-jinja2
https://living-sun.com/pt/ansible/63774-ansible-string-concat-before-filter-ansible-jinja2.html
http://man.hubwiz.com/docset/Ansible.docset/Contents/Resources/Documents/docs.ansible.com/ansible/playbooks_filters.html

Переменные в Ansible https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html

Elasticsearch
Elasticsearch Best Practice Architecture

Kubernetes
Install Istio
Kubernetes Tips: Give Access To Your Cluster With A Client Certificate
Environment Variables With Kubernetes https://humanitec.com/blog/handling-environment-variables-with-kubernetes
a Disruption Budget for your Application https://kubernetes.io/docs/tasks/run-application/configure-pdb/
https://unofficial-kubernetes.readthedocs.io/en/latest/tasks/configure-pod-container/configure-pod-disruption-budget/
https://dwdraju.medium.com/poddisruptionbudget-a-key-for-zero-downtime-c478d056e373

Tools:
httpie
https://github.com/jakubroztocil/httpie

rsnapshot
https://www.pontikis.net/blog/howto-rsnapshot-backup

Golang:

https://gobyexample.com/
https://github.com/sefus/the-little-go-book/blob/master/ru/go.md

Python
https://realpython.com/python-traceback/