Commit Graph

2471 Commits

Author SHA1 Message Date
Markus Fleschutz
884bf66199 Add list-wsl-distros.ps1 2023-09-23 10:05:01 +02:00
Markus Fleschutz
aa3e5a8555 Update configure-git.ps1 2023-09-23 09:58:28 +02:00
Markus Fleschutz
cb99c1ad30 Update configure-git.ps1 2023-09-23 09:51:07 +02:00
Markus Fleschutz
9c6491eb29 Add play-snake.ps1 2023-09-22 18:44:43 +02:00
Markus Fleschutz
61f91d2a0a Add executable bits for Linux 2023-09-20 17:04:17 +02:00
Markus Fleschutz
3d43a360b6 Rename to play-rick.ps1 2023-09-20 14:03:48 +02:00
Markus Fleschutz
71b9cd04ed Add open-rick-astley.ps1 2023-09-20 13:56:23 +02:00
Markus Fleschutz
791771e308 Add 'fetch-repos.ps1' to on-desktop-login.ps1 2023-09-20 08:25:51 +02:00
Markus Fleschutz
a217faecee Update play-pong.ps1 2023-09-19 20:34:00 +02:00
Markus Fleschutz
5b2a69b336 Update list-coffee-prices.ps1 2023-09-19 15:52:46 +02:00
Markus Fleschutz
86f447985e Update count-lines-of-code.ps1 2023-09-19 15:46:28 +02:00
Markus Fleschutz
a351f82ee5 Update play-pong.ps1 2023-09-18 20:26:16 +02:00
Markus Fleschutz
8af228e009 Update list-scripts.ps1 2023-09-18 18:48:56 +02:00
Markus Fleschutz
bee97e90c6 Update play-pong.ps1 2023-09-18 12:22:26 +02:00
Markus Fleschutz
77f9dafecf Update list-updates.ps1 and install-updates.ps1 2023-09-18 08:21:30 +02:00
Markus Fleschutz
48caeda15f Update fetch-repos.ps1 2023-09-18 07:54:36 +02:00
Markus Fleschutz
b8beb3ef27 Update fetch-repos.ps1 2023-09-17 19:58:29 +02:00
Markus Fleschutz
f864fa1d3a Update play-pong.ps1 2023-09-17 19:35:15 +02:00
Markus Fleschutz
9a5a9cefec Update install-updates.ps1 2023-09-17 12:26:58 +02:00
Markus Fleschutz
c9faa1ff01 Add play-pong.ps1 2023-09-17 12:18:49 +02:00
Markus Fleschutz
b2cb346fa6 Merge branch 'master' of https://github.com/fleschutz/PowerShell 2023-09-17 11:31:26 +02:00
Markus Fleschutz
c311385d43 Update set-volume.ps1 2023-09-17 11:31:10 +02:00
Markus Fleschutz
040f039ae9 Update check-powershell.ps1 2023-09-16 12:29:49 +02:00
Markus Fleschutz
35f6d9ab90 Update copy-photos-sorted.ps1 2023-09-16 12:22:47 +02:00
Markus Fleschutz
e1b6894828 Update check-powershell.ps1 2023-09-14 17:32:17 +02:00
Markus Fleschutz
b31ca9f095 Update the manuals 2023-09-13 09:49:05 +02:00
Markus Fleschutz
7ad7923ef3 Update new-branch.ps1 2023-09-13 09:46:47 +02:00
Markus Fleschutz
f79c6d843a Update list-public-ip.ps1 2023-09-13 08:41:22 +02:00
Markus Fleschutz
ced7359b6d Update check-vpn.ps1 2023-09-13 08:34:59 +02:00
Markus Fleschutz
a6936f6726 Update check-ping.ps1 2023-09-13 08:22:16 +02:00
Markus Fleschutz
3347acc028 Update the measure-*.ps1 scripts 2023-09-13 07:57:23 +02:00
Markus Fleschutz
15f0a279b9 Update the measure-* scripts 2023-09-13 07:31:40 +02:00
Markus Fleschutz
35da2ffb21 Update count-lines-of-code.ps1 2023-09-12 22:24:57 +02:00
Markus Fleschutz
aa7ae2fff1 Update check-ping.ps1 2023-09-12 22:07:26 +02:00
Markus Fleschutz
ece94dfa79 Add disable-ipv6.ps1, enable-ipv6.ps1, and list-ipv6.ps1 2023-09-12 13:55:43 +02:00
Markus Fleschutz
b621eadc25 Merge branch 'master' of github.com:fleschutz/PowerShell 2023-09-11 19:50:12 +02:00
Markus Fleschutz
2bf762f3b3 Reduce # of domains to 100 for performance 2023-09-11 19:49:35 +02:00
Markus Fleschutz
f7d66192af Update clear-dns-cache.ps1 2023-09-11 19:28:56 +02:00
Markus Fleschutz
37601075c8 Update check-repo.ps1 2023-09-11 15:57:46 +02:00
Markus Fleschutz
5f6e4d3fb4 Update what-is.ps1 2023-09-11 10:56:09 +02:00
Paul
e764c995de Small documentation error in the SYNOPSIS 2023-09-08 23:46:34 +02:00
Paul
b9deb748b0 Refactor and Enhance Firewall Script
- Replaced `$Profile` with `$FirewallProfile` to avoid conflict with built-in PowerShell variable.
- Introduced parameters for firewall rule direction (`$Direction`) and profile (`$FirewallProfile`).
- Removed redundant elevation using `Start-Process` and retained `#Requires -RunAsAdministrator`.
- Simplified path handling using `Convert-Path` and `-Filter` parameter of `Get-ChildItem`.
- Streamlined the loop for adding firewall rules with a direct `foreach`.
- Enhanced error handling for better user feedback and interaction.

This refactor improves readability, flexibility, and reduces potential for errors in the script.
2023-09-08 23:43:15 +02:00
Markus Fleschutz
84a62b5d4c Update the docs for *firefox* and *chrome* scripts 2023-09-08 20:09:27 +02:00
Markus Fleschutz
f93afeb4be Fix typo 2023-09-06 16:44:59 +02:00
Markus Fleschutz
9e5773e033 Update pull-repo.ps1 2023-09-06 16:43:16 +02:00
Markus Fleschutz
3bfb53cdc5 Update fetch-repo.ps1 2023-09-04 13:32:10 +02:00
Markus Fleschutz
653aae36a5 Update switch-brannch.ps1 2023-09-04 12:55:43 +02:00
Markus Fleschutz
fbda619d8f Add execute bit for Linux 2023-09-01 17:53:32 +02:00
Markus Fleschutz
151cbd90cd Update the manuals 2023-09-01 17:53:03 +02:00
Markus Fleschutz
95b66fe2bf Update sync-repo.ps1 2023-09-01 13:25:04 +02:00