72 lines
2.5 KiB
Markdown
72 lines
2.5 KiB
Markdown
---
|
|
created: 2024-11-07T18:10:56.000Z
|
|
type: "'\"note\"'"
|
|
updated: 2024-11-07T18:10:56.000Z
|
|
---
|
|
|
|
# mklink
|
|
|
|
```bash
|
|
mklink /J "D:\5-Other-Small\Notes\Network\.git" "L:\Git\Notes-Network\.git"
|
|
```
|
|
|
|
```bash
|
|
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"
|
|
```
|
|
|
|
```bash
|
|
mklink /J "D:\5-Other-Small\Notes\Network\.etc" "C:\Windows\System32\drivers\etc"
|
|
```
|
|
|
|
```bash Sat Jan 06 2024 09:09:50 GMT-0700 (Mountain Standard Time)
|
|
git init L:/Git/Notes-Network
|
|
mklink /J "L:\Git\Notes-Network\.Network" "D:\5-Other-Small\Notes\Network"
|
|
mklink /J "D:\5-Other-Small\Notes\Network\.git" "L:\Git\Notes-Network\.git"
|
|
```
|
|
|
|
```bash Sat Jan 06 2024 09:09:50 GMT-0700 (Mountain Standard Time)
|
|
git init L:/Git/Notes-Network
|
|
mklink /J "L:\Git\Notes-Network\.Network" "D:\5-Other-Small\Notes\Network"
|
|
mklink /J "D:\5-Other-Small\Notes\Network\.git" "L:\Git\Notes-Network\.git"
|
|
code "L:\Git\Notes-Network\.Network"
|
|
codium "L:\Git\Notes-Network\.Network"
|
|
code-insiders "L:\Git\Notes-Network\.Network"
|
|
```
|
|
|
|
```bash
|
|
mklink /J "D:\5-Other-Small\Notes\Network\.kanbn" "D:\5-Other-Small\Kanban\Phares"
|
|
```
|
|
|
|
```bash
|
|
mkdir "D:\5-Other-Small\Notes\Network\hosts\iscn5cg3256cps"
|
|
del "C:\Windows\System32\drivers\etc\hosts"
|
|
mklink "C:\Windows\System32\drivers\etc\hosts" "D:\5-Other-Small\Notes\Network\hosts\iscn5cg3256cps\hosts"
|
|
mkdir "D:\5-Other-Small\Notes\Network\hosts\desktop-vvo6kcm"
|
|
del "C:\Windows\System32\drivers\etc\hosts"
|
|
mklink "C:\Windows\System32\drivers\etc\hosts" "D:\5-Other-Small\Notes\Network\hosts\desktop-vvo6kcm\hosts"
|
|
mkdir "D:\5-Other-Small\Notes\Network\hosts\desktop-gnecr7r"
|
|
del "C:\Windows\System32\drivers\etc\hosts"
|
|
mklink "C:\Windows\System32\drivers\etc\hosts" "D:\5-Other-Small\Notes\Network\hosts\desktop-gnecr7r\hosts"
|
|
mkdir "D:\5-Other-Small\Notes\Network\hosts\desktop-ka0lmmj"
|
|
del "C:\Windows\System32\drivers\etc\hosts"
|
|
mklink "C:\Windows\System32\drivers\etc\hosts" "D:\5-Other-Small\Notes\Network\hosts\desktop-ka0lmmj\hosts"
|
|
del "C:\Windows\System32\drivers\etc\hosts"
|
|
mklink "C:\Windows\System32\drivers\etc\hosts" "D:\5-Other-Small\Notes\Network\hosts\desktop-knew\hosts"
|
|
```
|
|
|
|
```bash
|
|
mklink /J "D:\Tmp\Phares\.TP-Link" "D:\5-Other-Small\Notes\Network\.vscode\helper"
|
|
```
|
|
|
|
```bash 638665998501940000 = Thu Nov 07 2024 11:10:49 GMT-0700 (Mountain Standard Time)
|
|
del "C:\Windows\System32\drivers\etc\hosts"
|
|
mklink "C:\Windows\System32\drivers\etc\hosts" "D:\5-Other-Small\Notes\Network\hosts\desktop-1238peq\hosts"
|
|
```
|