#Scripting

Matthew Dowstmdowst
2025-12-11

I just published a quick video to explain the new security prompt added to Invoke-WebRequest in Windows PowerShell 5.1 and show how to prevent it from affecting any of your automations.

youtu.be/JcrSg2hCJAg

Matthew Dowstmdowst
2025-12-11

🚨 Breaking change in Invoke-WebRequest that could impact your automations.

I wrote a helper script to find where Invoke-WebRequest is and isn't using -UseBasicParsing. It also works for any other cmdlets/parameters combo.

gist.github.com/mdowst/9d00ff3

Matthew Dowstmdowst
2025-12-10

New PoshBytes dropped. This one is all about mastering System.IO.Path so your scripts stop getting lost in C drive purgatory.

youtube.com/shorts/2Q6if4NPc_Y

Matthew Dowstmdowst
2025-12-08

New Video! Saving Christmas with PowerShell

It may look like a Secret Santa script…
but it’s actually a lesson in matching algorithm with constraints and fairness, all wrapped in tinsel.

Great for Secret Santa & real-world tasks.

youtu.be/4uwQh6Nap5M

Klaus Alexander Seistrupkas@social.magnetic-ink.dk
2025-12-07

#AskFedi, Is there a way I can send messages through #DeltaChat from a script, so that I could use it for sending myself notifications (e.g., reminders) from a separate Delta account?

/cc #CLI, #commandline, #scripting, @delta

piotr :kubernetes: :ferris:piotr1215@fosstodon.org
2025-12-07

After a few years of using event-driven #terminal workflows, I decided to make a #video covering tools and techniques that work for me. Hope someone finds it useful.

youtu.be/UZtutO0NRoE

4 categories covered:

- Command polling: viddy, watch
- File watching: entr, watchexec, inotifywait
- Desktop notifications: dunstify, notify-send
- Process signals: trap, pkill, USR1/USR2

#linux #foss #programming #bash #shell #scripting

N-gated Hacker Newsngate
2025-12-06

📽️ Ah, the riveting saga of *detecting* video codecs with ... because why upgrade your iPhone when you can waste hours instead? 😂 Just imagine the thrill of running on your media library while the rest of us simply watch videos. 🎞️
alexwlchan.net/2025/detecting-

Green Webpagegreenwebpage
2025-12-06

🚀Python 3 is a widely used programming language for AI, DevOps, and application development. It also has a server-side scripting capability. CentOS 10 comes with Python as a standard for system tools. However, you may not have the latest Python 3 for modern development and applications. Installing Python 3 is easy on CentOS 10. 🐍

Read the full guide:👇
greenwebpage.com/community/how

2025-12-04

Looking to work with the Royal TS PowerShell Module? We’ve put together a short introduction to help you get started ⚙️ Full details can be found in the article ➡️  royalapps.com/go/kb-ts-win-pow

We introduced the PowerShell Module in Royal TS V4 over at PowerShellGallery: powershellgallery.com/packages

#RoyalTS #PowerShell #ITadmin #scripting

Matthew Dowstmdowst
2025-12-03

New PoshBytes is out: we break down how PowerShell can quietly lose precision when large integers promote themselves and show how keep your math honest.

Watch now: youtube.com/shorts/Z4CIwLx2wVA

Jeff MacKinnonJeff@bluenoser.me
2025-11-30

I'm looking for some nerdy/niche assistance. I want to start printing my own weekly agendas based on the current state of my online calendar. Sure it will change, but I would love to be able to sit down on a Sunday evening and review with paper & pencil to settle into the coming work week.

Ideally something that is a modifiable script that I can output to text format, or template into a file with jinga2 or something similar.

#scripting #offline #caldav #ical #agenda #paper

2025-11-27

I have updated my script for creating Cloudflare backups! If you manage DNS zones and need an automated solution, check out the new version here:

sleeplessbeastie.eu/2025/11/25

#Cloudflare #Backup #DevOps #Scripting #Bash

Matthew Dowstmdowst
2025-11-26

Multiline text in PowerShell driving you mad?
Here-Strings are your escape hatch.
No escaping quotes, no backslash mayhem! Just clean, readable text.
Watch the new short: Mastering Here-Strings in PowerShell

youtube.com/shorts/8Pq_6tQsi1M

Joseph Zikusooka (ZIK)jzik
2025-11-26

💡 TIP: On a Linux system using bash, you can compare text strings without worrying about upper or lowercase by using the ,, (lowercase) or ^^ (uppercase) parameter expansion modifiers e.g.

EDITION=CommUNITY

if [[ ${EDITION,,} = community ]]; then
echo "Community"
fi

${EDITION,,} converts the value to lowercase.

@opensuse @fedora @debian

💡 TIP: On a Linux system using bash, you can compare text strings without worrying about upper or lowercase by using the ,, (lowercase) or ^^ (uppercase) parameter expansion modifiers e.g.

EDITION=CommUNITY

if [[ ${EDITION,,} = community ]]; then
    echo "Community"
fi

${EDITION,,} converts the value to lowercase.

#ZikTIPs #bash #scripting #linuxtips #techtips #feditips #Linux #opensource
Vivekanandan KS :nixos:vivekanandanks@mstdn.social
2025-11-25

@kevin
Awesome😁. That's how u improve scripting and have no fear of changing the system state globally.
Idk if I have sent this to you earlier, but anyway sharing this here, this is a perfect start for beginners for leveling up nix shell skills(blog type creation in PPT form):

docs.google.com/presentation/d

#nix #shells #scripting #shell #adhoc #nixpkgs #nixos #packages #tutorial #blog #ppt #global

2025-11-22

If you can’t handle me at my Invoke-RestMethod, then you don’t deserve me at my curl.

#PowerShell #sh #bash #curl #scripting

2025-11-20

Is there any framework to create shell scriprs?

I'm getting the nerves with so much shell-foo.

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst