sudo apt-get install -y libavahi-compat-libdnssd1
sudo dpkg -i synergy_1.11.1.stable_b35+55ec3105_ubuntu18_arm64.deb
To start the Synergy client with systemd, create a service file: ~/.config/systemd/user/synergyc.service
#include "SoftwareSerial.h" | |
SoftwareSerial swSer1; | |
void setup() { | |
// Debug serial | |
Serial.begin( 115200 ); | |
// Serial connected to LIDAR sensor | |
// Serial.begin( 115200 ); |
export class JsonUtils { | |
public static getCircularReplacer(): object { | |
const seen = new WeakSet(); | |
return (key: string, value: object): any => { | |
if (typeof value === 'object' && value !== null) { | |
if (seen.has(value)) { | |
return; | |
} | |
seen.add(value); | |
} |
https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=249672733a114405ac286a0dd2dd1b9c&metadata=01 |
Setting up Linux Containers:
Apply configuration on each Powershell version. Use command mklink /h target/Profile.ps1 source/Profile.ps1
to create a symlink so that you only need to edit 1 Profile.ps1
file.
oh-my-posh
using winget.