mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-20 00:20:28 +00:00
update docs
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Linux
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# MacOS
|
||||
# Mac
|
||||
|
||||
Список ПО
|
||||
+2
-28
@@ -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 <IP>
|
||||
HostName <IP>
|
||||
User <USER>
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
```
|
||||
maybe rename id_rsa.pub to authorized_keys
|
||||
|
||||
## OpenLens
|
||||
|
||||
OpenLens extensions
|
||||
|
||||
Для просмотра логов нужно добавить расширение
|
||||
|
||||
```
|
||||
@alebcay/openlens-node-pod-menu
|
||||
```
|
||||
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Settings
|
||||
|
||||
## VSCode
|
||||
|
||||
Пример конфига для подключения по SSH key (~/ssh/config)
|
||||
|
||||
Remote SSH - Microsoft
|
||||
|
||||
```
|
||||
Host <IP>
|
||||
HostName <IP>
|
||||
User <USER>
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
```
|
||||
maybe rename id_rsa.pub to authorized_keys
|
||||
|
||||
## OpenLens
|
||||
|
||||
OpenLens extensions (exec and logs)
|
||||
|
||||
Для просмотра логов и подключения к контейнерам нужно добавить расширение
|
||||
|
||||
```
|
||||
@alebcay/openlens-node-pod-menu
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user