2024-06-03

This commit is contained in:
2024-06-03 07:04:29 -07:00
commit a6071a4073
273 changed files with 16707 additions and 0 deletions

129
_-Review/syncthing.md Normal file
View File

@ -0,0 +1,129 @@
---
type: "topic"
created: "2024-01-06T01:25:36.099Z"
updated: "2024-01-06T01:25:36.099Z"
---
# Syncthing
- [Windows Service](windows-service.md)
```bash DESKTOP-H6JG91B
L:
mkdir "L:\Git\Notes-EC-Documentation"
cd "L:\Git\Notes-EC-Documentation"
git init
mklink /J "EC-Documentation" "D:\5-Other-Small\Notes\EC-Documentation"
D:
cd "D:\5-Other-Small\Notes\EC-Documentation"
mklink /J ".git" "L:\Git\Notes-EC-Documentation\.git"
L:
mkdir "L:\Git\Notes-Infineon"
cd "L:\Git\Notes-Infineon"
git init
mklink /J "Infineon" "D:\5-Other-Small\Notes\Infineon"
D:
cd "D:\5-Other-Small\Notes\Infineon"
mklink /J ".git" "L:\Git\Notes-Infineon\.git"
L:
mkdir "L:\Git\Notes-Phares"
cd "L:\Git\Notes-Phares"
git init
mklink /J "Phares" "D:\5-Other-Small\Notes\Phares"
D:
cd "D:\5-Other-Small\Notes\Phares"
mklink /J ".git" "L:\Git\Notes-Phares\.git"
L:
mkdir "L:\Git\Notes-Cyberpunk-Red"
cd "L:\Git\Notes-Cyberpunk-Red"
git init
mklink /J "Cyberpunk-Red" "D:\5-Other-Small\Notes\Cyberpunk-Red"
C:
cd "D:\5-Other-Small\Notes\Cyberpunk-Red"
mklink /J ".git" "L:\Git\Notes-Cyberpunk-Red\.git"
```
```bash DESKTOP-1238PEQ
L:
mkdir "L:\Git\Notes-EC-Documentation"
cd "L:\Git\Notes-EC-Documentation"
git init
mklink /J "EC-Documentation" "D:\5-Other-Small\Notes\EC-Documentation"
D:
cd "D:\5-Other-Small\Notes\EC-Documentation"
mklink /J ".git" "L:\Git\Notes-EC-Documentation\.git"
L:
mkdir "L:\Git\Notes-Infineon"
cd "L:\Git\Notes-Infineon"
git init
mklink /J "Infineon" "D:\5-Other-Small\Notes\Infineon"
D:
cd "D:\5-Other-Small\Notes\Infineon"
mklink /J ".git" "L:\Git\Notes-Infineon\.git"
L:
mkdir "L:\Git\Notes-Network"
cd "L:\Git\Notes-Network"
git init
mklink /J "Network" "D:\5-Other-Small\Notes\Network"
D:
cd "D:\5-Other-Small\Notes\Network"
mklink /J ".git" "L:\Git\Notes-Network\.git"
L:
mkdir "L:\Git\Notes-Phares"
cd "L:\Git\Notes-Phares"
git init
mklink /J "Phares" "D:\5-Other-Small\Notes\Phares"
D:
cd "D:\5-Other-Small\Notes\Phares"
mklink /J ".git" "L:\Git\Notes-Phares\.git"
L:
mkdir "L:\Git\Notes-Cyberpunk-Red"
cd "L:\Git\Notes-Cyberpunk-Red"
git init
mklink /J "Cyberpunk-Red" "C:\Users\lphar\Obsidian\Cyberpunk-Red"
C:
cd "C:\Users\lphar\Obsidian\Cyberpunk-Red"
mklink /J ".git" "L:\Git\Notes-Cyberpunk-Red\.git"
```
```bash ISCN5CG1325C0X
L:
mkdir "L:\Git\Notes-EC-Documentation"
cd "L:\Git\Notes-EC-Documentation"
git init
mklink /J "L:\Git\Notes-EC-Documentation\EC-Documentation" "D:\Documents\Notes\EC-Documentation"
D:
cd "D:\Documents\Notes\EC-Documentation"
mklink /J "L:\Git\Notes-EC-Documentation\.git" "L:\Git\Notes-EC-Documentation\.git"
L:
mkdir "L:\Git\Notes-Infineon"
cd "L:\Git\Notes-Infineon"
git init
mklink /J "L:\Git\Notes-Infineon\Infineon" "D:\Documents\Notes\Infineon"
D:
cd "D:\Documents\Notes\Infineon"
mklink /J "D:\Documents\Notes\Infineon\.git" "L:\Git\Notes-Infineon\.git"
L:
mkdir "L:\Git\Notes-Phares"
cd "L:\Git\Notes-Phares"
git init
mklink /J "L:\Git\Notes-Phares\Phares" "D:\Documents\Notes\Phares"
D:
cd "D:\Documents\Notes\Phares"
mklink /J "D:\Documents\Notes\Phares\.git" "L:\Git\Notes-Phares\.git"
L:
mkdir "L:\Git\Notes-Cyberpunk-Red"
cd "L:\Git\Notes-Cyberpunk-Red"
git init
mklink /J "L:\Git\Notes-Cyberpunk-Red\Cyberpunk-Red" "D:\Documents\Notes\Cyberpunk-Red"
C:
cd "D:\Documents\Notes\Cyberpunk-Red"
mklink /J "D:\Documents\Notes\Cyberpunk-Red\.git" "L:\Git\Notes-Cyberpunk-Red\.git"
L:
mkdir "L:\Git\Notes-Network"
cd "L:\Git\Notes-Network"
git init
mklink /J "L:\Git\Notes-Network\Network" "D:\Documents\Notes\Network"
D:
mklink /J "D:\Documents\Notes\Network\.git" "L:\Git\Notes-Network\.git"
```