mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-02-16 02:30:58 +00:00
update docusaurus 3.0.1
This commit is contained in:
@@ -61,10 +61,8 @@ date: 2023-11-06T10:00
|
|||||||
Обновление пакетов и установка docker
|
Обновление пакетов и установка docker
|
||||||
|
|
||||||
```
|
```
|
||||||
apt update && apt upgrade -y
|
apt update && apt upgrade -y && apt install -y curl
|
||||||
apt install -y curl
|
curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
|
||||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
|
||||||
sudo sh get-docker.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Конфигурация DNS перенаправление `monitoring.example.com` - на полученный белый IP от timeweb
|
Конфигурация DNS перенаправление `monitoring.example.com` - на полученный белый IP от timeweb
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
|
title: Ansible commands
|
||||||
---
|
---
|
||||||
|
|
||||||
# Commands
|
|
||||||
|
|
||||||
Тут частые команды
|
Тут частые команды
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
|
title: Docker commands
|
||||||
---
|
---
|
||||||
|
|
||||||
# Commands
|
|
||||||
|
|
||||||
Тут частые команды
|
Тут частые команды
|
||||||
|
|
||||||
Docker run exec or have entry point use: --entry-point=/bin/bash
|
Docker run exec or have entry point use: --entry-point=/bin/bash
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"label": "Учеба",
|
|
||||||
"position": 20,
|
|
||||||
"link": {
|
|
||||||
"type": "generated-index",
|
|
||||||
"description": "Учебные и образовательные материалы"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
sidebar_position: 2
|
|
||||||
---
|
|
||||||
# Python
|
|
||||||
|
|
||||||
- 📕 Лучано Рамальо: Python. К вершинам мастерства
|
|
||||||
- 📕 Адитья Бхаргава: Грокаем алгоритмы. Иллюстрированное пособие для программистов и любопытствующих
|
|
||||||
- 📕 Роберт Мартин: Чистый код. Создание, анализ и рефакторинг
|
|
||||||
- 📕 Роберт Мартин: Чистая архитектура. Искусство разработки программного обеспечения
|
|
||||||
- 📕 Крис Ричардсон: Микросервисы. Паттерны разработки и рефакторинга
|
|
||||||
- 📕 Мартин Клеппман: Высоконагруженные приложения. Программирование, масштабирование, поддержка
|
|
||||||
- 📕 Бек, Фаулер, Брант: Рефакторинг. Улучшение проекта существующего кода
|
|
||||||
- 📕 Гамма, Хелм, Джонсон: Паттерны объектно-ориентированного проектирования
|
|
||||||
- 🌐 [microservices.io](https://microservices.io/)
|
|
||||||
- 🌐 [refactoring.guru](https://refactoring.guru/)
|
|
||||||
- 🌐 [python datamodel](https://docs.python.org/3/reference/datamodel.html)
|
|
||||||
- 🌐 [python standard library](https://docs.python.org/3/library/index.html)
|
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
|
title: Helm commands
|
||||||
---
|
---
|
||||||
|
|
||||||
# Commands
|
|
||||||
|
|
||||||
## rollback
|
## rollback
|
||||||
|
|
||||||
История версий (список)
|
История версий (список)
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
|
title: K8s commands
|
||||||
---
|
---
|
||||||
|
|
||||||
# Commands
|
|
||||||
|
|
||||||
## k8s resources usage
|
## k8s resources usage
|
||||||
Просмотр потребления ресурсов контейнеров внутри пода
|
Просмотр потребления ресурсов контейнеров внутри пода
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
|
title: Proxmox commands
|
||||||
---
|
---
|
||||||
|
|
||||||
# Commands
|
|
||||||
|
|
||||||
## Proxmox Directory
|
## Proxmox Directory
|
||||||
### Конфиги LXC
|
### Конфиги LXC
|
||||||
```
|
```
|
||||||
|
|||||||
778
package-lock.json
generated
778
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -17,8 +17,8 @@
|
|||||||
"typecheck": "tsc"
|
"typecheck": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "3.0.0",
|
"@docusaurus/core": "^3.0.1",
|
||||||
"@docusaurus/preset-classic": "3.0.0",
|
"@docusaurus/preset-classic": "^3.0.1",
|
||||||
"@giscus/react": "^2.2.8",
|
"@giscus/react": "^2.2.8",
|
||||||
"@icons-pack/react-simple-icons": "5.11.0",
|
"@icons-pack/react-simple-icons": "5.11.0",
|
||||||
"@mdi/js": "^7.2.96",
|
"@mdi/js": "^7.2.96",
|
||||||
@@ -37,8 +37,8 @@
|
|||||||
"url-loader": "4.1.1"
|
"url-loader": "4.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "^2.4.3",
|
"@docusaurus/module-type-aliases": "^3.0.1",
|
||||||
"@docusaurus/tsconfig": "3.0.0",
|
"@docusaurus/tsconfig": "^3.0.1",
|
||||||
"@types/react": "^18.2.6",
|
"@types/react": "^18.2.6",
|
||||||
"@types/react-dom": "^18.2.4",
|
"@types/react-dom": "^18.2.4",
|
||||||
"@types/react-helmet": "6.1.6",
|
"@types/react-helmet": "6.1.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user