Add notes and deploy script
This commit is contained in:
28
content/notes/VSCodium.md
Normal file
28
content/notes/VSCodium.md
Normal 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
|
||||
Reference in New Issue
Block a user