diff --git a/docs/ansible/commands.md b/docs/ansible/commands.md index bed5641..953688b 100644 --- a/docs/ansible/commands.md +++ b/docs/ansible/commands.md @@ -2,6 +2,6 @@ sidebar_position: 2 --- -# commands +# Commands Тут частые команды \ No newline at end of file diff --git a/docs/docker/commands.md b/docs/docker/commands.md index aa8918a..dff1464 100644 --- a/docs/docker/commands.md +++ b/docs/docker/commands.md @@ -2,7 +2,7 @@ sidebar_position: 2 --- -# commands +# Commands Тут частые команды diff --git a/docs/helm/charts.md b/docs/helm/charts.md index 91281c9..1adefd9 100644 --- a/docs/helm/charts.md +++ b/docs/helm/charts.md @@ -2,6 +2,6 @@ sidebar_position: 3 --- -# helm charts +# Helm charts Общее хранилище чартов - diff --git a/docs/helm/commands.md b/docs/helm/commands.md index 66a5119..2b7e0f2 100644 --- a/docs/helm/commands.md +++ b/docs/helm/commands.md @@ -2,7 +2,7 @@ sidebar_position: 2 --- -# commands +# Commands ## rollback diff --git a/docs/kubernetes/commands.md b/docs/kubernetes/commands.md index c2fa126..53eba7b 100644 --- a/docs/kubernetes/commands.md +++ b/docs/kubernetes/commands.md @@ -2,7 +2,7 @@ sidebar_position: 2 --- -# commands +# Commands ## k8s resources usage Просмотр потребления ресурсов контейнеров внутри пода diff --git a/docs/kubernetes/k8s-notes.md b/docs/kubernetes/k8s-notes.md index a51da1e..a68b024 100644 --- a/docs/kubernetes/k8s-notes.md +++ b/docs/kubernetes/k8s-notes.md @@ -2,7 +2,7 @@ sidebar_position: 3 --- -# k8s заметки +# K8s заметки Мои конспекты по куберу. Описал своими словами, могут быть ошибки или неточности diff --git a/docs/kubernetes/kubespray.md b/docs/kubernetes/kubespray.md index a041f4b..a9f58a3 100644 --- a/docs/kubernetes/kubespray.md +++ b/docs/kubernetes/kubespray.md @@ -2,6 +2,6 @@ sidebar_position: 4 --- -# kubespray +# Kubespray Добавить инфо по kubespray \ No newline at end of file diff --git a/docs/proxmox/commands.md b/docs/proxmox/commands.md index e8ef95e..f6eb4d1 100644 --- a/docs/proxmox/commands.md +++ b/docs/proxmox/commands.md @@ -2,7 +2,7 @@ sidebar_position: 2 --- -# commands +# Commands ## Proxmox Directory ### Конфиги LXC diff --git a/docs/proxmox/nfs.md b/docs/proxmox/nfs.md index a527ca7..1f14dec 100644 --- a/docs/proxmox/nfs.md +++ b/docs/proxmox/nfs.md @@ -18,7 +18,7 @@ chown nobody:nogroup $FOLDER ``` ``` -echo "$FOLDER 10.127.0.0/24(rw,sync,no_subtree_check)" >> /etc/exports +echo "$FOLDER 10.6.0.0/24(rw,sync,no_subtree_check)" >> /etc/exports ``` ``` systemctl restart nfs-kernel-server @@ -27,7 +27,7 @@ systemctl restart nfs-kernel-server /usr/share/nginx/html ``` ``` -/mnt/nginx 10.127.0.0/24(rw,sync,no_subtree_check) >> /etc/exports +/mnt/nginx 10.6.0.0/24(rw,sync,no_subtree_check) >> /etc/exports ``` ``` systemctl status nfs-kernel-server diff --git a/docs/python/FastAPI.md b/docs/python/FastAPI.md index b9d0f31..e6156e2 100644 --- a/docs/python/FastAPI.md +++ b/docs/python/FastAPI.md @@ -2,6 +2,6 @@ sidebar_position: 10 --- -# fast api +# Fast api Тут про Fast API \ No newline at end of file diff --git a/docs/python/install.md b/docs/python/install.md new file mode 100644 index 0000000..f4e928e --- /dev/null +++ b/docs/python/install.md @@ -0,0 +1,21 @@ +--- +sidebar_position: 1 +--- + +# Install + +## Windows + + +Python download and install [Python.org](https://www.python.org/downloads/) + + +Poetry install +``` +curl -sSL https://install.python-poetry.org | python - +``` + +pip install +``` +pip install black mypy +``` \ No newline at end of file diff --git a/docs/python/python-gitlab-api.md b/docs/python/python-gitlab-api.md index 9cdac32..56a15e3 100644 --- a/docs/python/python-gitlab-api.md +++ b/docs/python/python-gitlab-api.md @@ -2,7 +2,7 @@ sidebar_position: 3 --- -# python gitlab api +# Python gitlab api [Документация](https://python-gitlab.readthedocs.io/en/stable/api-usage.html) diff --git a/docs/soft/Linux.md b/docs/soft/Linux.md index d8ee635..7429958 100644 --- a/docs/soft/Linux.md +++ b/docs/soft/Linux.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 3 --- # Linux diff --git a/docs/soft/Mac.md b/docs/soft/Mac.md index e539461..06c8382 100644 --- a/docs/soft/Mac.md +++ b/docs/soft/Mac.md @@ -1,7 +1,7 @@ --- -sidebar_position: 3 +sidebar_position: 4 --- -# MacOS +# Mac Список ПО \ No newline at end of file diff --git a/docs/soft/Windows.md b/docs/soft/Windows.md index 174f33b..2c9e1b4 100644 --- a/docs/soft/Windows.md +++ b/docs/soft/Windows.md @@ -1,42 +1,16 @@ --- -sidebar_position: 1 +sidebar_position: 2 --- # Windows -Список ПО которые я использую +Список набор программ - [VSCode](https://code.visualstudio.com/) - [Obsidian](https://obsidian.md/) -- [MobaXterm](https://mobaxterm.mobatek.net/download.html) - [Yandex.Disk](https://disk.yandex.ru/client/disk) - [WireGuard](https://www.wireguard.com/install/) - [Deluge](https://dev.deluge-torrent.org/wiki/Download) - [Telegram](https://desktop.telegram.org/) - [Google Chrome](https://www.google.com/chrome/) - [OpenLens](https://github.com/MuhammedKalkan/OpenLens) - -## VSCode - -Пример конфига для подключения по SSH key (~/ssh/config) - -Remote SSH - Microsoft - -``` -Host - HostName - User - IdentityFile ~/.ssh/id_rsa -``` -maybe rename id_rsa.pub to authorized_keys - -## OpenLens - -OpenLens extensions - -Для просмотра логов нужно добавить расширение - -``` -@alebcay/openlens-node-pod-menu -``` - diff --git a/docs/soft/settings.md b/docs/soft/settings.md new file mode 100644 index 0000000..fd3ec0a --- /dev/null +++ b/docs/soft/settings.md @@ -0,0 +1,30 @@ +--- +sidebar_position: 1 +--- + +# Settings + +## VSCode + +Пример конфига для подключения по SSH key (~/ssh/config) + +Remote SSH - Microsoft + +``` +Host + HostName + User + IdentityFile ~/.ssh/id_rsa +``` +maybe rename id_rsa.pub to authorized_keys + +## OpenLens + +OpenLens extensions (exec and logs) + +Для просмотра логов и подключения к контейнерам нужно добавить расширение + +``` +@alebcay/openlens-node-pod-menu +``` +