Sync content with Obsidian

This commit is contained in:
2026-03-30 15:58:34 +02:00
parent e65d6c9cad
commit 54a8364cab
7 changed files with 176 additions and 1 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