Add notes and deploy script

This commit is contained in:
2026-03-30 16:59:53 +02:00
parent 601ead1fd9
commit 94817f8cc0
33 changed files with 943 additions and 650 deletions

28
content/notes/VSCodium.md Normal file
View File

@@ -0,0 +1,28 @@
---
tags:
- General
title : VSCodium
description : Notes
date : 2025-01-01
author : Nikola Petrov
draft : true
---
https://vscodium.com/#install-on-debian-ubuntu-deb-package
### platform_io
```
sudo apt install python3-venv
sudo usermod -a -G tty $USER
sudo usermod -a -G dialout $USERNAME
```
#### arduino debuging
https://www.youtube.com/watch?v=7wx27FcluMg
### C/C++ debuging
```
sudo apt install gdb
```
https://rookiehpc.org/index.html