#scripting

No Starch Pressnostarch
2025-07-05

Tired of repetitive IT tasks? This book walks you through real-world PowerShell automation—from parsing data and managing cloud resources to building entire AD forests.

Reliable tools to build more flexible, hands-off systems with code that scales. Great for sysadmins who want to script smarter, not harder.

nostarch.com/powershellsysadmi

Photo of the book PowerShell for Sysadmins by Adam Bertram. The cover shows a cartoon robot doing dishes, with a yellow and blue background. Overlaid text reads “Automate it” at the top and “You’ve got better things to do” at the bottom, against a glowing network pattern background.
LINUXexpert.orglinuxexpert
2025-07-04

🚀 New release from @linuxexpert: SysAdminAutomation-py – a modern Python-based toolkit that replaces your old Bash scripts with clean, portable, cross-platform code.

linuxexpert.org/🚀-introducing-

Michael Zeevimaze@fosstodon.org
2025-07-03

How would you solve the following use case when #bash #scripting ?

Given a text file and need to insert a line somewhere specific.
Extra challenging: Assume some lines are identical.

This might be worth sharing with @b0rk 's audience.

I'll share a solution I just used at work in the first comment; worth adding to ones #cheatsheet!

J.A. Machetejosemachete79
2025-06-30


Interesting article if you like me, are new to linux and you are in your first days after 86ing M$ for software and linux os. Using both Mint and Zorin, enjoying the hell outta the Daunting Terminal. First dips into :o
an4t.com/linux-shell-customiza

2025-06-30

Roto is written in Rust, has Rust-style syntax, and plugs straight into Rust apps.

Terts will be showing how it works, how to use it, and why they built it in the first place. Catch him at #EuroRust25 ➡️ eurorust.eu/talks/roto-scripti

#RustLang #Cranelift #Scripting

🧵2/3

2025-06-29

Time to brush up on my BASH scripting skills!
#bash #scripting #programming #linux #cybersecurity #technology #automation

Scripting class
Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-06-26

1/3
Por cierto, sin ánimo de hacer spam, les cuento que tenemos todos los cursos de #juncotic en descuento por 5 días en #Udmey :-)

Si les interesa #Linux #firewall #iptables #ssh #redes #tcpip #comandos #scripting, #python, #flask y relacionados, tal vez les interese!

Les dejo los enlaces, cualquier duda me escriben: 👇

It kind of annoys me when I see people using:

``

Notation in their shell scripts. I mean, it's 2025, not 1985. Plus that notation is
so limiting when you want to do layers of subshell invocations.

#UNIX
#Linux
#Scripting

Kelvin ShadewingKelvinShadewing
2025-06-24

idea: button.
@[ LABEL ]( LINK / SCRIPT )

And :
${ SCRIPT CONTENTS }$

So a scripted button could be done like this:

@(Download)[ ${ functionToSave(); }$ ]

Text boxes could be like this:

#( ID )[ LABEL ]

The id is so that the textbox can be addressed by scripted elements.

Then sites that use Markdown generation don't have to be perfectly static.

...

Also, instead of JavaScript, USE SQUIRREL! >:D I'm kidding. Maybe sites could pick a language each.

Metin Seven 🎨metin@graphics.social
2025-06-21

🧵 In the early 2000s, I wrote a script for 3ds Max to automate tasks of the V-Ray renderer. Very imaginatively, I named it The V-Ray Automator. 😁

It was covered as one of the 100 best MaxScripts in the French Pixel magazine. 😊

#3dsMax #3D #script #scripting #coding #code #programming #rendering #3DRendering #CGI #graphics #tools #software #FreeSoftware #free #windows

A page from the September 2004 edition of the French Pixel magazine, in which my V-Ray Automator was featured.
No Starch Pressnostarch
2025-06-18

Before the cloud. Before Python. There was Batch.

Still built into every version of Windows and still powering critical systems today. Batch scripting remains a powerful tool.

This book shows you how to harness that power: recursion, file logic, even object-oriented design.

Rediscover the command line and make your automation precise, fast, and effective.

Available now in our Humble Bundle: humblebundle.com/books/coding-

Meme promoting Batch scripting. At the top, bold black text on a yellow patterned background reads “Batch Scripting.” Below, a scene from Star Wars shows Obi-Wan Kenobi saying, “Now, that’s a name I’ve not heard in a long time.” At the bottom, black text in a rounded yellow box says, “But it still holds undeniable value.” No Starch Press logo appears in the bottom-right corner.Cover of the book The Book of Batch Scripting: From Fundamentals to Advanced Automation by Jack McLarney. The illustration shows a retro-style robot using an oven to bake cookies shaped like gears and wrenches. The background features a yellow patterned wallpaper, and the No Starch Press logo appears in the bottom right corner.
2025-06-18

Как привинтить Python к Go

Здравствуйте, Меня зовут Александр Певзнер, и я программирую на Си и Go. Go обычно ассоциируется с бакендом, микросервисами и вот этим вот всем. Но я использую его необычным образом: я пишу на нём системное ПО. Почему я это делаю именно на Go? Этот язык привлекает меня своей простотой, лаконичностью, ясной семантикой, прекрасной документацией и великолепной стандартной библиотекой. Одна из моих программ, ipp-usb , написанная на Go, входит во все дистрибутивы Linux и *BSD и делает возможным использование принтеров и сканеров, которые подключаются к USB и поддерживают IPP over USB протокол - т.е., примерно всех современных. А еще я член OpenPrinting - небольшой, но очень плодотворной группы людей, которая ответственна за печать и, отчасти, сканирование на всех UNIX-like OS и за формирование индустриальных стандартов в этой области. Это всё начиналось для меня, как хобби, но сейчас это - часть моей оплачиваемой работы. В силу особенностей моей работы меня не очень интересуют такие вещи, как поддержка миллиона запросов в секунду и прочий high load (это не значит, что мои программы тормозные. Но никто не дёргает системный принтер миллион раз в секунду). Но зато приходится разбираться с некоторыми другими непростыми штуками. Об одной из таких штук и пойдёт речь в этой статье. Понадобился мне для одного проекта на Go встроенный скриптинг. Ну т.е., чтобы программа могла всосать в себя скрипт, который определяет некоторые аспекты её поведения. Размышляя о том, на каком языке программа должна скриптоваться, в выбирал между JS , Lua и Python . Однако, JS и Lua - слишком нишевые языки. JS ассоциируется у всех с вебом а Lua - с разработкой игр. Таким образом, выбор естественным образом пал на Python . Этот язык знают все, а я испытываю некоторую надежду, что скрипты для моей программы буду писать не только я. Хотя сам я, должен признаться, Python не знаю и не люблю :) Таким образом, осталось только придумать, как встроить интерпретатор Python -а в программу на Go . Об этом и пойдёт речь в этой публикации

habr.com/ru/articles/919590/

#go #python #scripting #embedded #cpython #встроенный_интерпретатор

SAPIENTech :verified:SAPIENTech@techhub.social
2025-06-17

PowerShell Studio 5.9.257 has been released with a new WPF project type along with a number of new additions and a few fixes!

Product version history:
👉 bit.ly/4hfKUBR

#NewRelease #pwsh #SAPIENTech
#PowerShellStudio #scripting

GripNewsGripNews
2025-06-17

🌗 dk 程式碼主體:03Docs 主要選單
➤ 簡化應用程式開發,提升使用者體驗
diskuv.com/dk/help/latest/
dk 程式碼主體是一個腳本執行器和跨編譯器,旨在讓程式設計基礎薄弱的使用者也能撰寫安全可靠的應用程式。它不僅易於使用、具有良好的移植性及 IDE 支援,更能解決使用者因過長 README 文件而導致安裝失敗的問題。本文介紹了 dk 的各項工具、參考手冊、指南以及範例,並提供關於支援的作業系統版本、專案組織、函式庫和巨集等資訊,也包含來自 OCaml 的使用者指南。
+ 這個 dk 聽起來很厲害,對於想快速開發應用程式,但又不想花太多時間學習複雜程式語言的人來說,非常方便。
+ 解決了 README-itis 真是太好了!很多時候,軟體明明很好用,但因為安裝步驟太複雜,就直接放棄了。

Client Info

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