Tagged articles
273 articles
Page 1 of 3
Linux Tech Enthusiast
Linux Tech Enthusiast
May 16, 2026 · Fundamentals

Beginner-Friendly Guide to Linux Shell Programming

This article provides a step‑by‑step tutorial on Linux shell programming for beginners, covering variable naming rules, string manipulation, script creation, environment variable handling, arithmetic operations, user input, logical and string operators, as well as common file and directory commands, all illustrated with concrete code examples and screenshots.

ArithmeticBashEnvironment Variables
0 likes · 19 min read
Beginner-Friendly Guide to Linux Shell Programming
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 28, 2026 · Operations

Essential Windows CMD Commands: A Curated Reference

This guide compiles over 100 of the most useful Windows Command Prompt commands, organized into eight categories with clear explanations and practical examples for file management, system information, disk maintenance, networking, process control, scripting, security, and handy utilities.

NetworkingScriptingSecurity
0 likes · 14 min read
Essential Windows CMD Commands: A Curated Reference
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 13, 2026 · Operations

Why Windows Command Line Feels Inhuman Compared to Linux

Developers moving from Linux to Windows often experience a steep drop in efficiency because Windows uses a fragmented drive‑letter path system, longer commands, different option syntax, stricter script execution policies, and a more complex permission model, all of which clash with the concise, composable Unix‑style workflow.

Developer ExperienceLinuxScripting
0 likes · 11 min read
Why Windows Command Line Feels Inhuman Compared to Linux
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 11, 2026 · Operations

Mastering OpenClaw CLI: A Hands‑On Guide for Professionals to Skip the Dry Docs

This article walks professionals through OpenClaw’s command‑line interface, explaining its role alongside GUI and API, detailing five common use‑cases with exact commands, and illustrating the underlying execution flow from CLI input to component actions, enabling quick debugging, automation, and efficient operations.

AutomationCLIDebugging
0 likes · 11 min read
Mastering OpenClaw CLI: A Hands‑On Guide for Professionals to Skip the Dry Docs
Data STUDIO
Data STUDIO
Apr 10, 2026 · Artificial Intelligence

Step‑by‑Step Guide to Writing Effective Agent Skill.md Files

This article explains what Agent Skills are, shows the folder layout and SKILL.md format, introduces the progressive‑disclosure design, provides concrete best‑practice tips, testing and evaluation methods, and demonstrates how to package scripts for reliable AI‑assistant automation.

AI AssistantAgent SkillsAutomation
0 likes · 29 min read
Step‑by‑Step Guide to Writing Effective Agent Skill.md Files
Linux Tech Enthusiast
Linux Tech Enthusiast
Jan 15, 2026 · Fundamentals

Master Linux Shell Scripting: From Basics to Real‑World Projects

This article provides a step‑by‑step guide to Linux shell scripting, covering the definition of a shell, common shells, naming rules, environment and user variables, control‑flow statements, functions, arrays, and several practical scripts such as a Hello World program, service checks, system backup, information collection, and one‑click LNMP deployment.

ArraysAutomationControl Flow
0 likes · 23 min read
Master Linux Shell Scripting: From Basics to Real‑World Projects
Ops Community
Ops Community
Nov 4, 2025 · Operations

149 Essential Shell Script Examples for Linux Sysadmins

This article introduces a free 68‑page collection of 149 practical Bash scripts covering common Linux tasks such as finding zombie processes, cleaning empty files, calculating statistics, formatting dates, checking file existence, sorting numbers, retrieving MAC addresses, and determining leap years, all with ready‑to‑copy code.

BashScriptingShell
0 likes · 8 min read
149 Essential Shell Script Examples for Linux Sysadmins
Deepin Linux
Deepin Linux
Oct 29, 2025 · Operations

Unlock Linux Performance Secrets with SystemTap: A Practical Guide

SystemTap provides Linux developers and administrators a powerful, low‑overhead dynamic tracing solution that lets you monitor kernel and user‑space events, pinpoint performance bottlenecks, debug crashes, and build custom monitoring without rebooting or recompiling, making invisible system issues visible and solvable.

LinuxScriptingSystemTap
0 likes · 32 min read
Unlock Linux Performance Secrets with SystemTap: A Practical Guide
Advanced AI Application Practice
Advanced AI Application Practice
Oct 23, 2025 · Operations

How AI Can Accelerate JMeter Performance Testing

AI can streamline every stage of JMeter performance testing—from automatically drafting test plans and generating JMX scripts to real‑time log analysis, adaptive load control, and automated result interpretation and reporting—while emphasizing the need for engineer verification, data confidentiality, and handling of AI’s context limits.

AIAutomationJMeter
0 likes · 11 min read
How AI Can Accelerate JMeter Performance Testing
Ops Community
Ops Community
Oct 15, 2025 · Operations

Unlock Linux Automation: Master Shell Scripting with This Free Handbook

This article introduces a comprehensive, free Shell scripting handbook that covers everything from basic syntax and variables to advanced functions, flow control, and real‑world automation tasks, making it an essential resource for Linux system administrators and developers.

AutomationBashScripting
0 likes · 8 min read
Unlock Linux Automation: Master Shell Scripting with This Free Handbook
Liangxu Linux
Liangxu Linux
Oct 4, 2025 · Fundamentals

Why Is Code Called a “Script”? Uncovering the Origins and Myths

This article investigates why programmers refer to code as “scripts,” examining humorous misconceptions, historical translation quirks, the word’s original meaning, scripting language characteristics, and web‑page placement to provide a comprehensive understanding of the term’s evolution.

JavaScriptLanguageScripting
0 likes · 4 min read
Why Is Code Called a “Script”? Uncovering the Origins and Myths
Open Source Tech Hub
Open Source Tech Hub
Oct 3, 2025 · Operations

Master NuShell: Install, Basics, and Powerful Pipelines in Minutes

This guide introduces NuShell, a Rust‑based modern shell that merges Unix pipelines with structured data handling, provides step‑by‑step installation instructions for Linux, macOS, and Windows, and demonstrates quick‑start commands, custom functions, and scripting examples for efficient data processing.

InstallationNushellScripting
0 likes · 7 min read
Master NuShell: Install, Basics, and Powerful Pipelines in Minutes
Liangxu Linux
Liangxu Linux
Sep 24, 2025 · Backend Development

Mastering Shell: From Basics to Advanced Scripting Techniques

This comprehensive guide explains what a shell is, how to write and run shell scripts, variable handling, special parameters, environment variables, and powerful string manipulation tricks for efficient Linux command-line automation.

Scriptingcommand-line
0 likes · 16 min read
Mastering Shell: From Basics to Advanced Scripting Techniques
Ops Community
Ops Community
Sep 12, 2025 · Operations

15 Essential Shell Scripts to Supercharge Your Sysadmin Tasks

A comprehensive guide for system administrators that presents 15 practical Bash scripts—covering resource monitoring, process checks, network surveillance, log analysis, batch operations, backups, security hardening, performance tuning, Docker cleanup, and log rotation—to automate repetitive tasks and boost operational efficiency.

AutomationLinuxScripting
0 likes · 41 min read
15 Essential Shell Scripts to Supercharge Your Sysadmin Tasks
Python Programming Learning Circle
Python Programming Learning Circle
Aug 23, 2025 · Fundamentals

13 Must‑Know Python Tricks to Boost Your Coding Efficiency

This article presents thirteen practical Python techniques—from passing unlimited arguments and smart list iteration to using lambda functions and the divmod operator—each illustrated with concise code snippets that can streamline development, improve readability, and enhance overall programming efficiency.

Scriptingproductivity
0 likes · 8 min read
13 Must‑Know Python Tricks to Boost Your Coding Efficiency
Go Development Architecture Practice
Go Development Architecture Practice
Jul 28, 2025 · Fundamentals

Can Go Replace Python for Scripting? Practical Tips and Tools

This article explores using Go as a scripting language, covering its strengths such as fast compilation and strong typing, the use of the go run command, helpful third‑party packages, Linux shebang workarounds, alternative interpreters like Gomacro, and the remaining limitations compared to traditional scripting languages.

GoGomacroScripting
0 likes · 8 min read
Can Go Replace Python for Scripting? Practical Tips and Tools
Liangxu Linux
Liangxu Linux
Jul 13, 2025 · Fundamentals

Master Shell Scripting: From Basics to Advanced Tricks and Performance Tips

This comprehensive guide explains what a shell is, compares common shells, walks through creating and running shell scripts, covers shebang usage, execution methods, variable types, special and environment variables, substring manipulation, built‑in commands, performance benchmarking, and provides practical examples for Linux system automation.

BashEnvironmentLinux
0 likes · 18 min read
Master Shell Scripting: From Basics to Advanced Tricks and Performance Tips
Ops Community
Ops Community
Jul 2, 2025 · Operations

Master Shell Regex: Boost Your Script Efficiency with Powerful Patterns

This comprehensive guide explains regular expressions in shell scripting, compares them with wildcards, details common wildcard usage, escape characters, metacharacters, quantifiers, and provides numerous grep examples for matching files, strings, and IP addresses, helping you write more efficient scripts.

BashGrepScripting
0 likes · 15 min read
Master Shell Regex: Boost Your Script Efficiency with Powerful Patterns
php Courses
php Courses
May 16, 2025 · Operations

Using Python for Automation in Operations (DevOps)

This article explains why Python is a leading language for DevOps automation, detailing its core advantages, typical use cases such as bulk server management, configuration management, log analysis, and scheduled tasks, and introduces common Python libraries and learning pathways for building robust operational workflows.

AutomationConfiguration ManagementDevOps
0 likes · 6 min read
Using Python for Automation in Operations (DevOps)
Code Mala Tang
Code Mala Tang
May 4, 2025 · Operations

Master Shell Functions: From Basics to Advanced Automation

This guide explains everything about Shell functions—from basic syntax and creation, through parameter passing, return values, nesting, and recursion, to best practices, sourcing from the command line, and a real‑world file‑backup example—helping Unix/Linux users and DevOps engineers write modular, reusable scripts.

AutomationScriptingShell
0 likes · 7 min read
Master Shell Functions: From Basics to Advanced Automation
Efficient Ops
Efficient Ops
Apr 9, 2025 · Fundamentals

Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try

Fish Shell, a user‑friendly interactive shell rewritten in Rust, offers out‑of‑the‑box features such as syntax highlighting, smart auto‑completion, web‑based configuration, and a simple scripting syntax, making it an attractive alternative for developers and operations engineers seeking a modern command‑line experience.

Scriptingauto-completioncommand-line
0 likes · 7 min read
Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try
Python Programming Learning Circle
Python Programming Learning Circle
Mar 22, 2025 · Fundamentals

Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows

This tutorial demonstrates how to use Python with win32api, ctypes, and os modules on Windows 10 to programmatically modify the desktop wallpaper via the registry, lock the workstation in an infinite loop, and spawn endless command‑prompt windows, including full code examples and packaging instructions.

PythonRegistryScripting
0 likes · 4 min read
Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows
Python Programming Learning Circle
Python Programming Learning Circle
Mar 20, 2025 · Fundamentals

10 Cool Python Projects: YouTube Downloader, WhatsApp Automation, Google Search, Instagram Scraper, Audio Extractor, URL Shortener, Image‑to‑PDF, Plagiarism Detector, Translator, QR Code Generator

This article showcases ten practical Python projects—ranging from a YouTube video downloader to a QR‑code generator—each with a brief description, installation command, and ready‑to‑run code snippet, demonstrating how Python's extensive libraries enable quick automation of everyday tasks.

PythonScripting
0 likes · 10 min read
10 Cool Python Projects: YouTube Downloader, WhatsApp Automation, Google Search, Instagram Scraper, Audio Extractor, URL Shortener, Image‑to‑PDF, Plagiarism Detector, Translator, QR Code Generator
dbaplus Community
dbaplus Community
Mar 16, 2025 · Operations

Bizarre Ops Disasters: Real‑World Kubernetes, Script, and Server Mishaps

This article compiles six shocking operations incidents—from a Kubernetes PV/PVC deletion that erased an entire codebase, to a careless kill‑script that terminated critical services, a rookie admin formatting servers without backup, ESXi CPU saturation causing stock‑exchange timeouts, and a production DB expansion that wiped transaction data—highlighting the dire consequences of inadequate safeguards and the importance of rigorous operational practices.

IncidentScripting
0 likes · 9 min read
Bizarre Ops Disasters: Real‑World Kubernetes, Script, and Server Mishaps
Python Programming Learning Circle
Python Programming Learning Circle
Mar 7, 2025 · Operations

Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup

This article explains how operations engineers can leverage Python scripts and popular libraries such as paramiko, regex, psutil, fabric, and shutil to automate tasks like remote command execution, log analysis, system monitoring, batch deployment, and backup, thereby improving efficiency and reducing manual errors.

OperationsPythonScripting
0 likes · 10 min read
Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2025 · Fundamentals

Master Essential Linux Commands: From File Management to System Monitoring

This guide compiles key Linux command fundamentals—including command connectors, system resource monitoring, file searching, text editing, user and file management, network transfers, SELinux policy handling, and useful scripting snippets—providing a concise reference for administrators and developers alike.

LinuxScriptingcommand-line
0 likes · 33 min read
Master Essential Linux Commands: From File Management to System Monitoring
Python Programming Learning Circle
Python Programming Learning Circle
Feb 22, 2025 · Fundamentals

10 Practical Python Scripts for Automation and Everyday Tasks

This article presents ten ready‑to‑use Python scripts covering file renaming, web image downloading, automated email sending, password generation, Excel processing, image compression, weather querying, PDF merging, text‑to‑speech conversion, and a simple Snake game, each with clear code examples and usage tips.

PythonScriptingutilities
0 likes · 10 min read
10 Practical Python Scripts for Automation and Everyday Tasks
Test Development Learning Exchange
Test Development Learning Exchange
Feb 12, 2025 · Operations

20 Python Automation Scripts for Common Tasks

This article presents twenty practical Python scripts that automate everyday tasks such as batch file renaming, email sending, scheduling reminders, generating reports, backing up files, updating Excel sheets, downloading web pages, filling forms, extracting PDF text, converting file formats, visualizing data, and more, providing ready-to-use code examples for each.

AutomationBackend DevelopmentOperations
0 likes · 10 min read
20 Python Automation Scripts for Common Tasks
Test Development Learning Exchange
Test Development Learning Exchange
Feb 7, 2025 · Fundamentals

15 Python Automation Scripts for Common Tasks

This article presents fifteen practical Python scripts that automate everyday tasks such as folder backup, email notifications, web content downloading, password management, image downloading, Excel processing, network speed testing, social media posting, scheduled shutdown, CPU monitoring, HTML scraping, batch file renaming, duplicate removal, text‑to‑speech conversion, and PDF merging.

AutomationPythonScripting
0 likes · 10 min read
15 Python Automation Scripts for Common Tasks
Architecture Digest
Architecture Digest
Jan 29, 2025 · Backend Development

Using Lua Scripts in Spring Boot with Redis: A Comprehensive Guide

This tutorial explains how to combine Spring Boot and Redis using Lua scripts, covering Lua fundamentals, performance advantages, practical use cases, step‑by‑step implementation in Spring Boot, error handling, security considerations, and best‑practice recommendations for backend developers.

JavaLuaScripting
0 likes · 21 min read
Using Lua Scripts in Spring Boot with Redis: A Comprehensive Guide
Python Programming Learning Circle
Python Programming Learning Circle
Jan 20, 2025 · Fundamentals

10 Practical Python Automation Scripts for Everyday Tasks

This article presents ten ready‑to‑use Python automation scripts that demonstrate how to optimize images, process videos, convert PDFs to images, fetch and post API data, monitor battery levels, correct grammar and spelling, download files, retrieve world news, and build a simple PySide2 GUI, providing clear code examples for each use case.

APIAutomationGUI
0 likes · 11 min read
10 Practical Python Automation Scripts for Everyday Tasks
Liangxu Linux
Liangxu Linux
Jan 13, 2025 · Fundamentals

Mastering Unix Wildcards: Patterns, Commands, and Practical Examples

This guide explains Unix shell wildcards, their syntax, and how to use symbols like *, ?, [] and [!...] for file name matching, includes practical find command examples, redirection, quoting, pipelines, and shortcuts for efficient command‑line operations.

LinuxScriptingcommand-line
0 likes · 18 min read
Mastering Unix Wildcards: Patterns, Commands, and Practical Examples
Efficient Ops
Efficient Ops
Nov 27, 2024 · Operations

Essential Bash Scripts for Linux Engineers: 35 Handy Utilities

This article compiles 35 practical Bash scripts ranging from a number‑guessing game and network monitoring to automated MySQL backups and Tomcat management, providing Linux engineers with ready‑to‑use code snippets that boost productivity and simplify routine system‑administration tasks.

BashScriptingSysadmin
0 likes · 16 min read
Essential Bash Scripts for Linux Engineers: 35 Handy Utilities
Test Development Learning Exchange
Test Development Learning Exchange
Nov 23, 2024 · Operations

Comprehensive Python Automation Scripts for Common Tasks

This article presents a collection of practical Python scripts covering file management, web scraping, email sending, Excel handling, data cleaning, image processing, system monitoring, PDF manipulation, OCR, database interaction, social media posting, testing, and cloud storage, each with clear descriptions and ready‑to‑run code examples.

AutomationPythonScripting
0 likes · 12 min read
Comprehensive Python Automation Scripts for Common Tasks
FunTester
FunTester
Nov 19, 2024 · Backend Development

Unlock Dynamic Scripting in Java with GroovyShell: Real‑World Examples

This article introduces GroovyShell, a powerful Groovy tool for runtime script execution, and provides five practical code examples—including basic usage, variable passing, multi‑line scripts, external script loading, and context control—followed by key application scenarios such as rule engines, dynamic configuration, rapid debugging, and data processing.

Backend DevelopmentDynamic ScriptingGroovy
0 likes · 7 min read
Unlock Dynamic Scripting in Java with GroovyShell: Real‑World Examples
Liangxu Linux
Liangxu Linux
Nov 7, 2024 · Fundamentals

What’s New in Tcl/Tk 9.0? Features, Incompatibilities, and Download Guide

Tcl/Tk 9.0 has been released, introducing 64‑bit values, enhanced Unicode support, a zip‑based file system, new deployment archives, an epoll/kqueue‑based notifier and many new commands, while also bringing several incompatibilities with the 8.x series, and the article outlines how to get the source and highlights Tk 9.0 improvements.

GUIProgramming LanguageScripting
0 likes · 4 min read
What’s New in Tcl/Tk 9.0? Features, Incompatibilities, and Download Guide
21CTO
21CTO
Oct 26, 2024 · Operations

How PowerShell Overcame Office Politics to Revolutionize DevOps and Cloud

PowerShell, born from internal battles at Microsoft and championed by Jeffrey Snover, evolved from a modest command‑line tool into a cross‑platform automation engine that reshaped system administration, DevOps practices, and Azure cloud adoption, illustrating how persistence and bold ideas can transform industry standards.

DevOpsPowerShellScripting
0 likes · 9 min read
How PowerShell Overcame Office Politics to Revolutionize DevOps and Cloud
Liangxu Linux
Liangxu Linux
Oct 20, 2024 · Fundamentals

Master Shell Scripting: Essential Tips and Tricks for Powerful Scripts

An in‑depth guide walks through the core concepts of Unix shell scripting, covering the purpose of a shell, prompt mechanics, echo usage, quoting rules, variable definition and export, exec versus source, grouping commands, parameter expansion, positional parameters, logical operators, I/O redirection, conditional statements, and loop constructs, all illustrated with clear examples.

BashLinuxScripting
0 likes · 12 min read
Master Shell Scripting: Essential Tips and Tricks for Powerful Scripts
FunTester
FunTester
Oct 10, 2024 · Backend Development

Unlocking Go's Power: How Goja Brings JavaScript to Your Go Apps

This article explores Goja, a pure‑Go JavaScript engine, detailing its features, integration with the K6 load‑testing tool, and practical code examples for embedding scripts, passing values, handling structs, invoking Go functions, error handling, and VM pooling to achieve high performance in Go applications.

EmbeddingGoGoja
0 likes · 14 min read
Unlocking Go's Power: How Goja Brings JavaScript to Your Go Apps
Java Tech Enthusiast
Java Tech Enthusiast
Sep 29, 2024 · Fundamentals

Tcl/Tk 9.0 Release Highlights and Incompatibilities

Tcl/Tk 9.0 introduces 64‑bit data, full Unicode, a zip‑file system, Starkit‑style deployment, an epoll/kqueue‑based notifier and many new commands, while Tk adds OS facility access, scalable vector graphics, image metadata with alpha support and enhanced gestures, but breaks several 8.x behaviours such as namespace variable resolution, I/O error handling, tilde expansion and tcl_precision formatting.

ScriptingTCLTk
0 likes · 4 min read
Tcl/Tk 9.0 Release Highlights and Incompatibilities
Test Development Learning Exchange
Test Development Learning Exchange
Sep 28, 2024 · Fundamentals

Python Cheat Sheet for File Management, Data Processing, Web Requests, Automation, and Text Manipulation

This article provides a concise Python cheat sheet covering common file and directory operations, CSV/JSON data handling, web request and crawling techniques, automation tasks such as scheduling and email sending, and various string manipulation utilities, each illustrated with ready‑to‑run code snippets.

PythonScriptingWeb Scraping
0 likes · 10 min read
Python Cheat Sheet for File Management, Data Processing, Web Requests, Automation, and Text Manipulation
Open Source Linux
Open Source Linux
Sep 10, 2024 · Operations

Boost Ops Efficiency: 5 Python Scripts Every Engineer Should Use

This article explains how Python scripts can automate key operations tasks—connecting to remote servers, parsing logs, monitoring system health, batch deploying software, and handling backups—enhancing efficiency and reducing manual errors for engineers.

DevOpsOperations AutomationPython
0 likes · 9 min read
Boost Ops Efficiency: 5 Python Scripts Every Engineer Should Use
Test Development Learning Exchange
Test Development Learning Exchange
Aug 13, 2024 · Operations

Getting Started with Invoke: Installation, Basics, and Common Automation Tasks

This article introduces the Python Invoke library, explains how to install it, demonstrates basic task definitions with @task decorators, and provides practical code examples for automating testing, documentation building, dependency installation, cleaning, packaging, deployment, remote execution, database migration, log analysis, and virtual‑environment creation.

PythonScriptingTask Runner
0 likes · 7 min read
Getting Started with Invoke: Installation, Basics, and Common Automation Tasks
Python Programming Learning Circle
Python Programming Learning Circle
Aug 7, 2024 · Operations

17 Essential Python Scripts for Automating Everyday Tasks

An extensive guide presents 17 practical Python scripts covering file management, web scraping, email handling, Excel processing, database interaction, system tasks, image editing, network automation, data cleaning, PDF manipulation, GUI automation, testing, cloud services, finance, and natural language processing, enabling readers to streamline workflows and boost productivity.

AutomationDataProcessingPython
0 likes · 24 min read
17 Essential Python Scripts for Automating Everyday Tasks
DevOps Operations Practice
DevOps Operations Practice
Jul 31, 2024 · Operations

Essential Shell Automation Scripts for System Administration

This article presents a collection of practical Bash scripts that automate common system administration tasks such as disk usage monitoring, MySQL backups, service health checks, temporary file cleanup, resource monitoring, user creation, and subnet IP scanning, each with clear explanations and ready-to-use code.

ScriptingShellSystem Administration
0 likes · 7 min read
Essential Shell Automation Scripts for System Administration
Sohu Tech Products
Sohu Tech Products
Jul 17, 2024 · Backend Development

Mastering Elasticsearch: Painless Scripts for Advanced Array Operations

This article provides a step‑by‑step guide on using Elasticsearch’s Painless scripting language to create, index, and manipulate array‑type fields, covering basic operations like length and element access, as well as advanced aggregations, filtering, and weighted calculations, while highlighting performance considerations.

ArrayBackendElasticsearch
0 likes · 9 min read
Mastering Elasticsearch: Painless Scripts for Advanced Array Operations
Test Development Learning Exchange
Test Development Learning Exchange
Jul 11, 2024 · Fundamentals

10 Handy Python Regular Expression Scripts for Common Tasks

This article presents ten concise Python regular‑expression scripts that demonstrate how to validate email addresses, extract URLs, replace numbers, assess password strength, split strings, match dates, strip HTML tags, capitalize words, find phone numbers, and replace specific characters, empowering developers with practical pattern‑matching techniques.

PythonScriptingprogramming
0 likes · 5 min read
10 Handy Python Regular Expression Scripts for Common Tasks
Test Development Learning Exchange
Test Development Learning Exchange
Jul 6, 2024 · Operations

10 Practical Python Automation Scripts for File Management, Web Scraping, Data Cleaning, and More

This article presents ten useful Python automation scripts covering file renaming, web page downloading, data cleaning, scheduled tasks, email sending, testing, database backup, log analysis, file compression, and document generation, each with clear explanations and ready‑to‑run code examples.

AutomationCodeExamplesOperations
0 likes · 7 min read
10 Practical Python Automation Scripts for File Management, Web Scraping, Data Cleaning, and More
Python Programming Learning Circle
Python Programming Learning Circle
Jul 3, 2024 · Operations

17 Practical Python Scripts for Automating Everyday Tasks

This article presents 17 versatile Python scripts that automate common tasks such as file management, web scraping, email handling, Excel processing, database interaction, system administration, and more, offering code examples and explanations to help developers and analysts improve productivity.

AutomationPythonScripting
0 likes · 28 min read
17 Practical Python Scripts for Automating Everyday Tasks
Test Development Learning Exchange
Test Development Learning Exchange
Jun 20, 2024 · Fundamentals

10 Practical Python Automation Scripts to Boost Productivity

Discover ten useful Python automation scripts—including batch file renaming, web scraping, scheduled email alerts, data backup, social media monitoring, PDF merging, spreadsheet processing, image compression, network checks, and system resource monitoring—that simplify everyday tasks and enhance efficiency.

AutomationDataProcessingPython
0 likes · 8 min read
10 Practical Python Automation Scripts to Boost Productivity
Python Programming Learning Circle
Python Programming Learning Circle
Jun 15, 2024 · Fundamentals

Python CLI Tricks: Using -m Modules, Port Testing, Simple Web Server, JSON Formatting, Text Editor, Executable Packaging, Encoding/Decoding, System Info, and File Compression

This article demonstrates practical Python command‑line techniques—including the -m option for running modules, testing network ports, launching a quick HTTP server, formatting JSON, creating a minimal text editor, building executable packages, encoding/decoding data, retrieving system configuration, and compressing files—all without writing additional code.

CLIPythonScripting
0 likes · 9 min read
Python CLI Tricks: Using -m Modules, Port Testing, Simple Web Server, JSON Formatting, Text Editor, Executable Packaging, Encoding/Decoding, System Info, and File Compression
Open Source Linux
Open Source Linux
Jun 5, 2024 · Operations

Master 100 Essential Linux Shell Commands to Boost Your Productivity

This comprehensive guide introduces the 100 most frequently used Linux shell commands, covering file, directory, permission, network, process, system, and scripting operations with clear explanations and practical examples, helping both beginners and professionals improve efficiency and mastery of the command line.

LinuxScripting
0 likes · 20 min read
Master 100 Essential Linux Shell Commands to Boost Your Productivity
Test Development Learning Exchange
Test Development Learning Exchange
Jun 4, 2024 · Operations

HR Process Automation Scripts: Resume Parsing, Interview Emails, Pay‑Slip Generation, and Data Analysis

This article presents a collection of Python scripts that automate key HR tasks—including resume parsing, interview invitation emailing, pay‑slip creation, hiring‑channel analysis, turnover calculation, satisfaction survey reporting, salary competitiveness comparison, employee data updates, Word document generation, and leave‑request handling—complete with ready‑to‑run code examples.

AutomationEmailHR
0 likes · 10 min read
HR Process Automation Scripts: Resume Parsing, Interview Emails, Pay‑Slip Generation, and Data Analysis
Python Programming Learning Circle
Python Programming Learning Circle
Jun 3, 2024 · Operations

Using Python for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup

This article demonstrates how Python can automate common operations tasks such as remote command execution, log file parsing, system monitoring with alerts, batch software deployment, and file backup and recovery, providing code examples using libraries like paramiko, regex, psutil, fabric, and shutil.

AutomationDevOpsOperations
0 likes · 5 min read
Using Python for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2024 · Fundamentals

A Collection of Python Automation Scripts for Media Downloading, Email Alerts, Face Recognition, and More

The article showcases a variety of Python scripts that automate tasks such as subtitle and video downloading, IMDb data extraction, email notifications, PNR status checks, WhatsApp avatar monitoring, face recognition for photo sorting, and a custom DC++ sharing tool, providing code examples and usage details for each utility.

AutomationEmail NotificationFile Downloader
0 likes · 20 min read
A Collection of Python Automation Scripts for Media Downloading, Email Alerts, Face Recognition, and More
php Courses
php Courses
May 29, 2024 · Backend Development

How to Find and Replace File Content on an FTP Server Using PHP

This article demonstrates how to use PHP's FTP extension to connect to an FTP server, list remote files, download each file, replace a specified string within the file content, upload the modified file back, and finally close the connection, providing a complete code example.

FTPPHPScripting
0 likes · 4 min read
How to Find and Replace File Content on an FTP Server Using PHP
Liangxu Linux
Liangxu Linux
May 3, 2024 · Operations

Essential Linux Command Cheatsheet: Find, Unzip, Sed, Disk Monitoring & More

A practical guide that compiles dozens of essential Linux shell commands—from locating and moving .tar files, batch unzipping, powerful sed edits, directory checks, disk‑space alerts, to Nginx log analysis and firewall rules—complete with clear examples and explanations for system administrators.

AutomationLinuxScripting
0 likes · 8 min read
Essential Linux Command Cheatsheet: Find, Unzip, Sed, Disk Monitoring & More
Java Tech Enthusiast
Java Tech Enthusiast
Apr 28, 2024 · Operations

Defining Linux Mastery: Skills and Knowledge

Becoming a Linux master means first grasping why operating systems exist, then steadily acquiring fluency with the command line, system configuration, scripting, performance tuning, security, kernel internals, virtualization, containers, networking, and monitoring tools, while continuously learning across distributions to diagnose faults and optimize resources.

DevOpsLinuxScripting
0 likes · 5 min read
Defining Linux Mastery: Skills and Knowledge
Efficient Ops
Efficient Ops
Apr 21, 2024 · Operations

Boost Your Productivity with Advanced Linux Command Tricks

This article introduces a collection of practical, intermediate‑level Linux commands—including custom bash prompts, powerful find usages, permission shortcuts, alias tricks, awk data extraction, xargs chaining, variable handling, I/O redirection, and the fzf fuzzy finder—to help IT professionals work more efficiently in DevOps and everyday shell environments.

BashScriptingUnix
0 likes · 12 min read
Boost Your Productivity with Advanced Linux Command Tricks
Test Development Learning Exchange
Test Development Learning Exchange
Apr 12, 2024 · Operations

Python Data Backup Scripts and Tools Overview

This article introduces various Python-based data backup techniques, covering standard library modules such as shutil, zipfile, and tarfile, as well as database dump tools like pg_dump and mysqldump, and cloud storage options using awscli or boto3, with example code snippets for each method.

OperationsPythonScripting
0 likes · 4 min read
Python Data Backup Scripts and Tools Overview
21CTO
21CTO
Apr 4, 2024 · Fundamentals

Boost Your Daily Productivity with Simple Python Automation Scripts

This article shows Python enthusiasts how a few lines of code can automate everyday tasks—from email handling and web scraping to file management and data processing—helping you work smarter, save time, and focus on higher‑level problems.

AutomationPythonScripting
0 likes · 10 min read
Boost Your Daily Productivity with Simple Python Automation Scripts
Python Programming Learning Circle
Python Programming Learning Circle
Apr 2, 2024 · Operations

17 Practical Python Scripts for Automating Common Tasks

This article presents a collection of 17 practical Python scripts that automate tasks such as file management, web scraping, email handling, Excel processing, database interaction, system administration, image editing, and more, providing code examples and explanations to help developers and analysts improve productivity through automation.

AutomationDataProcessingPython
0 likes · 27 min read
17 Practical Python Scripts for Automating Common Tasks
Java High-Performance Architecture
Java High-Performance Architecture
Apr 2, 2024 · Backend Development

Unlock Redis Performance: Using Lua Scripts in Spring Boot

This article explains how to integrate Lua scripts with Redis in a Spring Boot application, covering Lua basics, performance benefits, common use cases, step‑by‑step configuration, Java code examples, error handling, security considerations, and best practices for reliable backend development.

LuaScriptingSpring Boot
0 likes · 19 min read
Unlock Redis Performance: Using Lua Scripts in Spring Boot
Python Programming Learning Circle
Python Programming Learning Circle
Mar 27, 2024 · Operations

9 Practical Python Automation Scenarios with Sample Scripts

This article presents nine practical Python automation scenarios—including file management, web scraping, text processing, email handling, Excel manipulation, database interaction, social media posting, system task scheduling, and image editing—each accompanied by clear script examples and explanations to help readers streamline repetitive tasks efficiently.

AutomationEmailPython
0 likes · 19 min read
9 Practical Python Automation Scenarios with Sample Scripts
Ops Development & AI Practice
Ops Development & AI Practice
Mar 24, 2024 · Operations

Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency

This article explains the purpose and location of the PowerShell user profile script (Microsoft.PowerShell_profile.ps1), details its path components, outlines typical use cases such as environment customization, alias definition, and module loading, and provides a complete example with step‑by‑step explanations for Windows users.

AutomationPowerShellScripting
0 likes · 8 min read
Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency
Test Development Learning Exchange
Test Development Learning Exchange
Mar 4, 2024 · Operations

Using BeanShell in Apache JMeter for Complex E‑commerce Test Scenarios

This article explains how to use BeanShell within Apache JMeter to create custom pre‑processor, post‑processor, and sampler scripts for complex e‑commerce testing, detailing step‑by‑step procedures and providing multiple practical code examples such as extracting JSON fields, generating order IDs, and managing authentication tokens.

BeanShellJMeterScripting
0 likes · 8 min read
Using BeanShell in Apache JMeter for Complex E‑commerce Test Scenarios
Java High-Performance Architecture
Java High-Performance Architecture
Feb 27, 2024 · Backend Development

Boost Spring Boot Performance with Redis Lua Scripts: A Complete Guide

This article explains how to integrate Lua scripts into Spring Boot applications using Redis, covering Lua fundamentals, advantages of Lua in Redis, practical use cases, step‑by‑step implementation, performance optimization techniques, error handling, security considerations, and best practices for reliable backend development.

LuaScriptingSpring Boot
0 likes · 20 min read
Boost Spring Boot Performance with Redis Lua Scripts: A Complete Guide
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 18, 2024 · Operations

How to Recursively Unzip Nested ZIP Files with Python

This article walks through a Python solution for automatically extracting multiple nested ZIP archives, providing a complete script that recursively unpacks zip files, explains the logic, and offers tips for sharing code and handling large data files in automation workflows.

RecursionScriptingUnzip
0 likes · 4 min read
How to Recursively Unzip Nested ZIP Files with Python
Liangxu Linux
Liangxu Linux
Feb 10, 2024 · Operations

Compile C Code On‑the‑Fly Using a Shell Here Document

This article explains how to use the shell's Here Document feature to embed C source code directly in a script, pipe it to gcc with appropriate flags, and instantly compile and run a hello‑world executable without separate source files.

C CompilerScriptinggcc
0 likes · 3 min read
Compile C Code On‑the‑Fly Using a Shell Here Document
21CTO
21CTO
Dec 1, 2023 · Fundamentals

Why Perl Still Matters: Exploring the New 5.38.1 Release and Its Legacy

The article announces Perl 5.38.1, outlines its new features, highlights the language's enduring community, unique "TIMTOWTDI" philosophy, strong regex support, diverse applications, and provides a concise history of Perl releases up to the current version.

Programming LanguageScriptingVersion Update
0 likes · 5 min read
Why Perl Still Matters: Exploring the New 5.38.1 Release and Its Legacy
Efficient Ops
Efficient Ops
Nov 19, 2023 · Fundamentals

Unlock the Power of Fish Shell: Installation, Customization, and Advanced Features

This guide introduces Fish Shell, covering its installation on macOS, how to switch from Bash or Zsh, key features like syntax highlighting, smart auto‑completion, web‑based configuration, custom prompts, and practical code examples to help both beginners and experienced users boost their terminal productivity.

Scriptingcommand-linefish-shell
0 likes · 11 min read
Unlock the Power of Fish Shell: Installation, Customization, and Advanced Features
Baidu Geek Talk
Baidu Geek Talk
Nov 15, 2023 · Mobile Development

Automated OC Code Refactoring Practice (Part 3): Data Item Read/Write Class Encapsulation and Call Site Adaptation

The third part of the series shows how Python scripts can automatically refactor Objective‑C code by encapsulating each data item’s read/write operations in static wrapper classes and rewriting over 600 call sites to use generated XXXSettingReader and XXXSettingWriter methods, achieving zero bugs.

AutomationCode RefactoringObjective‑C
0 likes · 11 min read
Automated OC Code Refactoring Practice (Part 3): Data Item Read/Write Class Encapsulation and Call Site Adaptation
Python Programming Learning Circle
Python Programming Learning Circle
Oct 28, 2023 · Operations

Collection of Useful Python Scripts for System Operations

This article presents a curated set of practical Python scripts covering tasks such as fixing unzip filename encoding on Linux, counting lines of code, calculating directory sizes, moving old files, scanning scripts, downloading LeetCode problems, converting Markdown to HTML, and detecting and converting text file encodings.

File OperationsScriptingutilities
0 likes · 29 min read
Collection of Useful Python Scripts for System Operations
21CTO
21CTO
Oct 15, 2023 · Fundamentals

Why Is Microsoft Retiring VBScript After 30 Years?

Microsoft announced the deprecation of VBScript, a Windows scripting language that has been in use for nearly three decades, highlighting its historical role, decline after PowerShell's rise, security concerns, and the broader impact on legacy tools and administrators.

MicrosoftScriptingVBScript
0 likes · 5 min read
Why Is Microsoft Retiring VBScript After 30 Years?
Java Tech Enthusiast
Java Tech Enthusiast
Oct 3, 2023 · Operations

Efficient Linux Command Cheat Sheet

This cheat sheet delivers a compact set of Linux command-line shortcuts—including brace expansion for bulk file creation, dd for test files, multiple file‑truncation methods, powerful find queries, background execution with nohup, process termination pipelines, tcpdump traffic captures, and handy sed one‑liners—to boost daily efficiency for administrators and developers.

AutomationBashScripting
0 likes · 9 min read
Efficient Linux Command Cheat Sheet