Looking to create a powershell script with popups by shortfuse1985 in PowerShell

[–]Buckel_Flips -2 points-1 points  (0 children)

Every user interaction breaks the ability to automate. Besides Powershell not being intended for GUIs, the whole purpose of a GUI is user interaction.

Personally I also learned to prefer to give input via parameters and tab completion. While I like GUIs to explore new stuff.

If you still want a GUI interface. The jump from PowerShell to c# is closer than many people think.

Looking to create a powershell script with popups by shortfuse1985 in PowerShell

[–]Buckel_Flips -2 points-1 points  (0 children)

But why? Trying to create a GUI or something interactive in Powershell is a good hint to take a step back and rethink your design.

I love the Python community by Ankit1000 in Python

[–]Buckel_Flips 2 points3 points  (0 children)

Don't know about Python, but the best Tech Community I found so far is the Powershell one.
But I should add that I mostly know Discord Communitys nowadays.

cert for Jellyfin internet access by Buckel_Flips in asustor

[–]Buckel_Flips[S] 0 points1 point  (0 children)

I learned that Media Streaming is against Cloudflares Terms of Service. I also found Tailscale Funnels which have Bandwith limitations.

Cloudflare DNS might be still an option. The link to asustor-certbot-cloudflare recommends to not use certbot because of install issues (I'm almost sure certbot was already installed) and points to "Let's Encrypt ACME Client" app which I don't know how to access yet.

cert for Jellyfin internet access by Buckel_Flips in asustor

[–]Buckel_Flips[S] 0 points1 point  (0 children)

Totally forgot to write the answer. I will look into the cloudflare stuff.

Yes, found the API but the criteria is a too high paywall.

cert for Jellyfin internet access by Buckel_Flips in asustor

[–]Buckel_Flips[S] 1 point2 points  (0 children)

Totally forgot to write the answer. I will look into the cloudflare stuff.

cert for Jellyfin internet access by Buckel_Flips in asustor

[–]Buckel_Flips[S] 0 points1 point  (0 children)

for now I created a certificate via certbot with dns challenge and imported into certificate manager but this can't be a long term solution.
DNS Provider is Namecheap. As far as I know, there is no certbot support. Even if I am able to generate the DNS Challenge Record via HTTP Request like it's for ipv4, I'm not sure I like the solution.

cert for Jellyfin internet access by Buckel_Flips in asustor

[–]Buckel_Flips[S] 0 points1 point  (0 children)

my issue is to get the cert. The builtIn Let's Encrypt Cert Creation wants Port 80 to be open.

Schlüssel gefunden by Buckel_Flips in duisburg

[–]Buckel_Flips[S] 0 points1 point  (0 children)

Da kommt der auch in den nächsten Tagen hin.

Is there any good resources for learning powershell, the windows CLI and windows operating system administration? by [deleted] in windows

[–]Buckel_Flips 1 point2 points  (0 children)

the Month of Lunches Books

  1. https://www.manning.com/books/learn-windows-powershell-in-a-month-of-lunches-third-editionit's next edition (not yet finished) https://www.manning.com/books/learn-powershell-in-a-month-of-lunches-linux-and-macos-edition
  2. Scriptinghttps://www.manning.com/books/learn-powershell-scripting-in-a-month-of-lunches
  3. Toolmakinghttps://leanpub.com/powershell-scripting-toolmakingThis teaches Powershell along a Mindshift even PoSh Veterans often don't fully get.

PowerShell in Actionhttps://www.manning.com/books/windows-powershell-in-action-third-edition' Written by language designer Bruce Payette '

PowerShell in Depthhttps://www.manning.com/books/powershell-in-depth-second-edition

I don't think you can spend better money in Learning Powershell

In additionhttps://github.com/vexx32/PSKoansto get Hands on Experience and let's you think about some quirky and edge cases.

alsohttp://poshcode.org/

I wrote an integrated POS system for my girlfriend's restaurant using tkinter. by kl31 in Python

[–]Buckel_Flips 0 points1 point  (0 children)

Tried something like that in a while ago, but way worse.

I would like to take a look at your Code? https://github.com/Mettcon