Ummm
#linuxadmin #bash #scripting #opensource #tool
https://www.johndcook.com/blog/2024/02/12/avoiding-multiprocessing-errors-in-bash-shell/
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.
🚨 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.
https://gist.github.com/mdowst/9d00ff37ea79dcbfb98e6de580cbedbe
New PoshBytes dropped. This one is all about mastering System.IO.Path so your scripts stop getting lost in C drive purgatory.
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.
#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
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.
4 categories covered:
- Command polling: viddy, watch
- File watching: entr, watchexec, inotifywait
- Desktop notifications: dunstify, notify-send
- Process signals: trap, pkill, USR1/USR2
📽️ Ah, the riveting saga of *detecting* video codecs with #Python... because why upgrade your iPhone when you can waste hours #scripting instead? 😂 Just imagine the thrill of running #pytest on your media library while the rest of us simply watch videos. 🎞️
https://alexwlchan.net/2025/detecting-av1-videos/ #detectingcodecs #videolibrary #humor #HackerNews #ngated
🚀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:👇
https://greenwebpage.com/community/how-to-install-python-3-on-centos-10/
#python3 #webdevelopment #scripting #centos10 #linuxadministration #greenwebpage
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 ➡️ https://www.royalapps.com/go/kb-ts-win-powershellmodule-samples
We introduced the PowerShell Module in Royal TS V4 over at PowerShellGallery: https://www.powershellgallery.com/packages/RoyalDocument.PowerShell
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: https://youtube.com/shorts/Z4CIwLx2wVA
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.
Watch at: https://youtu.be/JBrJkFyOpcc
Play at: https://editor.p5js.org/PotatoImaginator/sketches/CK3Pngpfb
#youtube #youtuber #youtubechannel #p5js #js #javascript #flower #animation #animated #animated #animation2d #art #artist #artistsonmastodon #loop #looping #program #programming #programmer #coder #code #coding #creative #creativity #creativecoding #creativecodingart #scripting #script #2d #2danimation #2danimator #pretty
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:
https://sleeplessbeastie.eu/2025/11/25/how-to-create-cloudflare-backup/
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 #PoshBytes short: Mastering Here-Strings in PowerShell
💡 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
#ZikTIPs #bash #scripting #linuxtips #techtips #feditips #Linux #opensource
@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):
https://docs.google.com/presentation/d/1sFSG0As2L9cWjJ8qcRS6O4XDrMPe-WSlbu2oKryPIWM/
#nix #shells #scripting #shell #adhoc #nixpkgs #nixos #packages #tutorial #blog #ppt #global
If you can’t handle me at my Invoke-RestMethod, then you don’t deserve me at my curl.
Is there any framework to create shell scriprs?
I'm getting the nerves with so much shell-foo.
#Shell #Bash #SH #Linux #ShellScripting #Scripting #SoftwareDevelopment #ShellDevelopment