Skip to content

Instantly share code, notes, and snippets.

View Ritika-Das's full-sized avatar
:octocat:
Bring things your way.

Ritika Das Ritika-Das

:octocat:
Bring things your way.
View GitHub Profile

Initialise a Platformio Project

mkdir Project cd Project pio project init

Removing unnecessary PlatformIO system data

pio system prune --dry-run

Configure platform.ini file

nvim platform.ini

To view the list of saved network connections and connected wireless device in green

nmcli c

To make NetworkManager forget a saved connection

nmcli c delete <name>

Example

nmcli c delete pvpn-ipv6leak-protection