Skip to content

Commit

Permalink
Update manuals
Browse files Browse the repository at this point in the history
  • Loading branch information
fleschutz committed Oct 17, 2021
1 parent a37194f commit eed0b14
Show file tree
Hide file tree
Showing 250 changed files with 515 additions and 264 deletions.
3 changes: 2 additions & 1 deletion Docs/add-firewall-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]

## Example
```powershell
PS>./add-firewall-rules C:\MyApp\bin
PS> ./add-firewall-rules C:\MyApp\bin
Adding firewall rule for C:\MyApp\bin\app1.exe
Adding firewall rule for C:\MyApp\bin\app2.exe
...
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/add-memo.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ add-memo.ps1 [[-text] <String>] [<CommonParameters>]

## Example
```powershell
PS>./add-memo "Buy apples"
PS> ./add-memo "Buy apples"
✔️ added to 📄/home/markus/Memos.csv
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ alert.ps1 [[-Message] <String>] [<CommonParameters>]

## Example
```powershell
PS>./alert "Harddisk failure"
PS> ./alert "Harddisk failure"
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/build-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]

## Example
```powershell
PS>./build-repo C:\MyRepo
PS> ./build-repo C:\MyRepo
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/build-repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]

## Example
```powershell
PS>./build-repos C:\MyRepos
PS> ./build-repos C:\MyRepos
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-desktop.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-desktop
PS> ./cd-desktop
📂/home/markus/Desktop
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-docs.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-docs
PS> ./cd-docs
📂/home/markus/Documents
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-downloads.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-downloads
PS> ./cd-downloads
📂/home/markus/Downloads
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-dropbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-dropbox.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-dropbox
PS> ./cd-dropbox
📂/home/markus/Dropbox
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-home.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-home
PS> ./cd-home
📂/home/markus
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-music.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-music.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-music
PS> ./cd-music
📂/home/markus/Music
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-onedrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-onedrive.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-onedrive
PS> ./cd-onedrive
📂/home/markus/OneDrive
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-pics.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-pics.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-pics
PS> ./cd-pics
📂/home/markus/Pictures
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-repos.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-repos
PS> ./cd-repos
📂/home/markus/Repos
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-root.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-root.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-root
PS> ./cd-root
📂C:\
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-scripts.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-scripts
PS> ./cd-scripts
📂/home/markus/PowerShell/Scripts
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-ssh.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-ssh
PS> ./cd-ssh
📂/home/markus/.ssh
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-up.ps1 [<CommonParameters>]

## Example
```powershell
PS>.\cd-up
PS> .\cd-up
(one level up)
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-up2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-up2.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-up2
PS> ./cd-up2
(two levels up)
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-up3.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-up3.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-up3
PS> ./cd-up3
(three levels up)
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-up4.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-up4.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-up4
PS> ./cd-up4
(four levels up)
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/cd-videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cd-videos.ps1 [<CommonParameters>]

## Example
```powershell
PS>./cd-videos
PS> ./cd-videos
📂/home/markus/Videos
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-cpu-temp.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ check-cpu-temp.ps1 [<CommonParameters>]

## Example
```powershell
PS>./check-cpu-temp
PS> ./check-cpu-temp
✔️ 30.3 °C CPU temperature - good
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-dns-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ check-dns-resolution.ps1 [<CommonParameters>]

## Example
```powershell
PS>./check-dns-resolution
PS> ./check-dns-resolution
✔️ 11.8 domains/sec (177 domains resolved in 15 sec)
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-drive-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParamete

## Example
```powershell
PS>./check-drive-space C
PS> ./check-drive-space C
✔️ 172 GB left on drive C (61 of 233 GB used)
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-file-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]

## Example
```powershell
PS>./check-file-system C
PS> ./check-file-system C
✔️ file system on drive C is clean
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-health.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ check-health.ps1 [<CommonParameters>]

## Example
```powershell
PS>./check-health
PS> ./check-health
✔️ 1213 GB left for swap space (67 of 1280 GB used)
✔️ 172 GB left on drive C (61 of 233 GB used)
✔️ 30.3 °C CPU temperature - good
✔️ 19.7 domains/s (177 domains resolved in 9 sec)
✔️ 29 ms ping average (13 ms min, 110 ms max, 10 hosts)
✔️ Windmill is healthy
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-ipv4-address.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]

## Example
```powershell
PS>./check-ipv4-address 192.168.11.22
PS> ./check-ipv4-address 192.168.11.22
✔️ IPv4 192.168.11.22 is valid
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-ipv6-address.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]

## Example
```powershell
PS>./check-ipv6-address fe80::200:5aee:feaa:20a2
PS> ./check-ipv6-address fe80::200:5aee:feaa:20a2
✔️ IPv6 fe80::200:5aee:feaa:20a2 is valid
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-mac-address.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]

## Example
```powershell
PS>./check-mac-address 11:22:33:44:55:66
PS> ./check-mac-address 11:22:33:44:55:66
✔️ MAC address 11:22:33:44:55:66 is valid
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-ping.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]

## Example
```powershell
PS>./check-ping
PS> ./check-ping
✔️ 36 ms ping average (13 ms min, 109 ms max, 10 hosts)
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-smart-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>]

## Example
```powershell
PS>./check-smart-devices
PS> ./check-smart-devices
✔️ short selftest started on S.M.A.R.T. device /dev/sda
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-subnet-mask.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]

## Example
```powershell
PS>./check-subnet-mask 255.255.255.0
PS> ./check-subnet-mask 255.255.255.0
✔️ subnet mask 255.255.255.0 is valid
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-swap-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]

## Example
```powershell
PS>./check-swap-space
PS> ./check-swap-space
✔️ 1213 GB left for swap space (67 of 1280 GB used)
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-symlinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>]

## Example
```powershell
PS>./check-symlinks .
PS> ./check-symlinks .
✔️ 0 out of 10 symlinks are broken in 📂/home/markus
```

## Notes
Expand Down
3 changes: 2 additions & 1 deletion Docs/check-weather.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ check-weather.ps1 [[-location] <String>] [<CommonParameters>]

## Example
```powershell
PS>./check-weather
PS> ./check-weather
```

## Notes
Expand Down
Loading

0 comments on commit eed0b14

Please sign in to comment.