mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-20 00:20:28 +00:00
31 lines
729 B
Markdown
31 lines
729 B
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# 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/)
|
|
|
|
## 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
|