Tagged articles
273 articles
Page 3 of 3
Liangxu Linux
Liangxu Linux
Sep 6, 2020 · Fundamentals

Top 10 Linux Shell Interview Questions and Practical Answers

This article presents ten common Linux shell interview questions, providing clear explanations, command-line solutions, code examples, and step‑by‑step guidance on script termination, file header removal, line length checking, non‑printable character display, directory permissions, process states, cut, cmp vs diff, echo vs ls, and inode basics.

BashScriptingShell
0 likes · 8 min read
Top 10 Linux Shell Interview Questions and Practical Answers
Liangxu Linux
Liangxu Linux
Aug 11, 2020 · Fundamentals

Mastering Shell Parameters: From Positional Limits to Elegant Option Parsing

This guide explains the drawbacks of fixed positional parameters in shell scripts, demonstrates simple examples, and introduces the getopts utility to handle named options, optional arguments, and error suppression, enabling more flexible, readable, and maintainable command-line interfaces.

BashScriptingShell
0 likes · 5 min read
Mastering Shell Parameters: From Positional Limits to Elegant Option Parsing
360 Tech Engineering
360 Tech Engineering
Jul 10, 2020 · Fundamentals

Introduction to AppleScript: Features, Editor, Basic Syntax, and Sample Scripts

This article introduces AppleScript—a macOS‑built scripting language that enables automation by controlling the system and applications—covers its distinctive features, the built‑in Script Editor, fundamental syntax such as dialogs, variables, conditionals, loops, and provides practical code examples for tasks like launching Safari, handling UI elements, and automating QQ login.

AppleScriptAppleScript BasicsAutomation
0 likes · 6 min read
Introduction to AppleScript: Features, Editor, Basic Syntax, and Sample Scripts
ITPUB
ITPUB
Jul 8, 2020 · Fundamentals

Top 10 Linux Shell Interview Questions with Ready‑to‑Use Answers

This article presents ten common Linux shell interview questions, each followed by clear explanations and exact command‑line solutions—including script termination, file header removal, line length checking, non‑printable character display, directory permissions, process states, cut usage, cmp vs diff, echo vs ls, and a brief overview of inodes.

ScriptingShellcommand-line
0 likes · 8 min read
Top 10 Linux Shell Interview Questions with Ready‑to‑Use Answers
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 10, 2020 · Fundamentals

Master PowerPoint Automation with python-pptx: A Complete Guide

This tutorial walks you through using the python-pptx library to read, modify, and generate PowerPoint files—including installing the package, extracting slides, shapes, and text, and programmatically adding text boxes, images, tables, and custom styling—providing ready‑to‑run code snippets for each step.

PPTXScriptingpowerpoint
0 likes · 14 min read
Master PowerPoint Automation with python-pptx: A Complete Guide
Huajiao Technology
Huajiao Technology
Jun 2, 2020 · Fundamentals

Unlock macOS Automation: A Practical Guide to AppleScript Basics

This article introduces AppleScript, explains its unique ability to control macOS applications, walks through the built‑in editor, and provides clear examples of core syntax such as tell statements, variables, conditionals, loops, and UI interaction for automating tasks on macOS.

AppleScriptAppleScript tutorialScripting
0 likes · 7 min read
Unlock macOS Automation: A Practical Guide to AppleScript Basics
Top Architect
Top Architect
Apr 25, 2020 · Backend Development

From Postman to IntelliJ IDEA REST Client: Features, Usage, and Scripting

This article compares Postman with IntelliJ IDEA REST Client, explains why IDEA’s built‑in HTTP client is preferable, and provides step‑by‑step guidance on using its console, request history, environment configuration, scripting syntax, and response assertions for efficient API testing.

API testingHTTPIDEA
0 likes · 8 min read
From Postman to IntelliJ IDEA REST Client: Features, Usage, and Scripting
FunTester
FunTester
Apr 21, 2020 · Fundamentals

Curated List of Groovy Tutorials and Resources

This article provides a curated collection of Groovy tutorials covering topics such as Java‑Groovy integration, stream‑based prime calculation, shell scripting, database operations with Gradle, Groovy Shell usage, operator overloading, JMeter scripting, regular expressions, tuples, lists, and advanced Gradle‑Groovy techniques.

GradleGroovyJMeter
0 likes · 4 min read
Curated List of Groovy Tutorials and Resources
FunTester
FunTester
Apr 15, 2020 · Fundamentals

Master Groovy List Operations: From Java to Powerful Scripting

This tutorial shows how to convert a Java class that filters names into concise Groovy scripts, demonstrates Groovy list literals, index access, and built‑in collection methods like each, any, every, find, and findAll, providing complete code examples.

Code ExampleGroovyJava
0 likes · 5 min read
Master Groovy List Operations: From Java to Powerful Scripting
Liangxu Linux
Liangxu Linux
Apr 11, 2020 · Operations

Which Linux Deletion Method Is Fastest for Half a Million Files?

This article creates 500,000 small files on a Linux system and benchmarks various deletion techniques—including rm, find, rsync, Python, and Perl—showing their execution times and concluding which method offers the best performance and convenience.

Performance TestingScriptingfile deletion
0 likes · 4 min read
Which Linux Deletion Method Is Fastest for Half a Million Files?
FunTester
FunTester
Mar 27, 2020 · Operations

Using Groovy in JMeter: Demos, Context Access, and Throughput Insights

The article shares a series of JMeter demos that leverage Groovy for accessing the test context, retrieving SampleResult and previous sampler data, discusses the limited usefulness of thread scheduling via Groovy, highlights a discovered throughput discrepancy, and provides practical advice and links to related technical resources.

GroovyJMeterLoad Testing
0 likes · 3 min read
Using Groovy in JMeter: Demos, Context Access, and Throughput Insights
FunTester
FunTester
Mar 15, 2020 · Backend Development

Curated Collection of Java, Groovy, and Python Articles

This curated collection presents dozens of Chinese-language articles covering Java, Groovy, and Python topics such as concurrency, performance optimization, regular expressions, JMeter scripting, and algorithmic challenges, providing links to in-depth tutorials and code examples for developers seeking to deepen their programming expertise.

AlgorithmsGroovyJava
0 likes · 9 min read
Curated Collection of Java, Groovy, and Python Articles
FunTester
FunTester
Mar 13, 2020 · Operations

Using Groovy Regular Expressions in JMeter for Performance Testing

This article demonstrates how to apply Groovy regular expressions within JMeter to extract fields from API responses, showing step‑by‑step configuration of a thread group, JSR223 post‑processor script, and variable handling for performance testing.

GroovyJMeterPerformance Testing
0 likes · 7 min read
Using Groovy Regular Expressions in JMeter for Performance Testing
FunTester
FunTester
Mar 7, 2020 · Operations

Using Groovy in JMeter to Log and Save Request/Response Data

This guide demonstrates how to add a JSR223 PostProcessor with Groovy in Apache JMeter to capture slow requests, write request parameters and responses to a log file, and control pagination for automated performance testing, providing complete script examples and console output.

AutomationFile LoggingGroovy
0 likes · 7 min read
Using Groovy in JMeter to Log and Save Request/Response Data
FunTester
FunTester
Mar 5, 2020 · Operations

Running Command-Line Commands in JMeter Using Groovy

This article demonstrates how to execute operating‑system commands from a Groovy script inside JMeter’s JSR223 PreProcessor, showing the required test plan setup, the Groovy code, and the resulting console output for performance testing purposes.

GroovyJMeterJSR223
0 likes · 7 min read
Running Command-Line Commands in JMeter Using Groovy
FunTester
FunTester
Mar 4, 2020 · Operations

Mastering JMeter Variables with Groovy: Private vs Shared Scope

This tutorial shows how to use Groovy scripts inside JMeter to set and retrieve both thread‑local (private) and thread‑shared (global) variables, providing step‑by‑step configuration, code snippets, and sample console output for each case.

GroovyJMeterLoad Testing
0 likes · 5 min read
Mastering JMeter Variables with Groovy: Private vs Shared Scope
21CTO
21CTO
Feb 19, 2020 · Backend Development

How to Use Python to Capture Chrome History and Email It Automatically

This tutorial shows how to extract a target computer's Chrome browsing history with Python, save it as a text file, and automatically send it via email using a QQ SMTP account, detailing the required environment, scripts, and common pitfalls.

Chrome HistoryData ExtractionPython
0 likes · 3 min read
How to Use Python to Capture Chrome History and Email It Automatically
Programmer DD
Programmer DD
Dec 23, 2019 · Fundamentals

Mastering Essential Shell Tricks: Pipes, Redirection, and Find Commands

This article explains three crucial shell constructs—pipes, redirection operators, and backslash usage—showing how to combine commands, direct output to files, and pass command results as arguments, with practical examples and a script for archiving recently modified files.

BashPipeRedirection
0 likes · 3 min read
Mastering Essential Shell Tricks: Pipes, Redirection, and Find Commands
FunTester
FunTester
Nov 22, 2019 · Backend Development

Getting Started with Groovy Shell: Tips, Commands, and Use Cases

This article introduces Groovy Shell, explains how to launch it, demonstrates basic commands, variable handling, closures, Windows-specific tips, arithmetic with BigInteger, and showcases its usefulness for rapid prototyping and testing in backend development.

GroovyScriptingShell
0 likes · 6 min read
Getting Started with Groovy Shell: Tips, Commands, and Use Cases
FunTester
FunTester
Oct 10, 2019 · Operations

How to Safely Clean Up Old Webapp Directories with a Groovy CI Script

This article explains how to write a Groovy script for a CI pipeline that lists webapp directories on a Linux server, keeps the newest four, sorts them by modification time, and deletes the older ones using sudo to overcome permission issues, complete with full source code.

AutomationCIFile Cleanup
0 likes · 5 min read
How to Safely Clean Up Old Webapp Directories with a Groovy CI Script
FunTester
FunTester
Aug 20, 2019 · Backend Development

How to Use Groovy with a Custom Java HTTP Testing Framework

This tutorial shows how to package a Java‑based HTTP testing framework into a JAR, import it into Groovy, and write a concise Groovy script that sends an HTTP GET request, processes the JSON response, and prints the result.

API automationGroovyHTTP testing
0 likes · 3 min read
How to Use Groovy with a Custom Java HTTP Testing Framework
FunTester
FunTester
Jul 23, 2019 · Operations

Automating Complex API Tests with Groovy: A Modular Script Framework

This article presents a Groovy‑based modular framework for automating complex, interrelated API tests, detailing how to structure test modules, manage user credentials and tokens, and execute concurrent requests using custom thread handling, with full source code examples for the main driver, UserCenter, and base classes.

API testingAutomationGroovy
0 likes · 7 min read
Automating Complex API Tests with Groovy: A Modular Script Framework
ITPUB
ITPUB
Jun 26, 2019 · Operations

How to Prevent Catastrophic rm -rf Mistakes in Linux Shell Scripts

This article explains common scenarios where empty variables, spaces, special characters, or failed directory changes cause accidental deletions in Linux, and provides practical shell techniques—such as quoting, parameter expansion, set -u, and logical checks—to safeguard against disastrous rm -rf commands.

LinuxOperationsSafety
0 likes · 8 min read
How to Prevent Catastrophic rm -rf Mistakes in Linux Shell Scripts
MaGe Linux Operations
MaGe Linux Operations
Mar 13, 2019 · Operations

Essential Linux Ops Interview Q&A to Boost Your Salary

This article compiles a comprehensive set of Linux operations interview questions and answers, covering topics such as the definition of ops, server management, RAID configurations, load‑balancing solutions, middleware, MySQL troubleshooting, scripting tasks, network diagnostics, and best‑practice optimizations for high‑pay sysadmin roles.

LinuxScriptingmysql
0 likes · 35 min read
Essential Linux Ops Interview Q&A to Boost Your Salary
MaGe Linux Operations
MaGe Linux Operations
Dec 20, 2018 · Operations

Essential Linux Commands and Scripts for System Administration

A comprehensive cheat‑sheet of Linux system administration commands and scripts covering mounting Windows shares, monitoring HTTP concurrency, packet sniffing, log analysis, file system inspection, process metrics, boot sequence, link types, partition handling, user management, and networking utilities.

FilesystemLinuxScripting
0 likes · 15 min read
Essential Linux Commands and Scripts for System Administration
Sohu Tech Products
Sohu Tech Products
Dec 12, 2018 · Databases

Optimizing MySQL Performance with Read/Write Splitting, Columnar Storage, and Dynamic Scheduling

The article details a real‑world MySQL performance case where a sudden 100‑fold load increase was mitigated through read/write splitting, replica‑based statistics, limited index tuning, middleware‑driven sharding, and finally a columnar storage layer (Infobright) with scripted dynamic data synchronization, achieving dramatic latency reductions and scalable architecture.

Columnar StorageData WarehouseInfobright
0 likes · 12 min read
Optimizing MySQL Performance with Read/Write Splitting, Columnar Storage, and Dynamic Scheduling
360 Quality & Efficiency
360 Quality & Efficiency
Oct 26, 2018 · Fundamentals

Performance Testing Basics and Practical Scripting Tips

This article introduces the fundamentals of performance testing, covering its definition, testing methods, timing, perspectives, test types, key metrics, and practical scripting examples to simulate high concurrency loads for reliable software evaluation.

Scriptingload-testingperformance-testing
0 likes · 6 min read
Performance Testing Basics and Practical Scripting Tips
MaGe Linux Operations
MaGe Linux Operations
Sep 24, 2018 · Fundamentals

Master Linux Command Linking: 10 Essential Operators Explained

Learn how Linux linking operators combine commands for background execution, sequential runs, conditional logic, piping, and grouping, with clear explanations and practical examples for each of the ten operators, helping you write more efficient scripts, automate tasks, and improve system productivity.

LinuxScriptingoperators
0 likes · 8 min read
Master Linux Command Linking: 10 Essential Operators Explained
37 Interactive Technology Team
37 Interactive Technology Team
Sep 7, 2018 · Backend Development

Mastering Lua and OpenResty: From Basics to Real-World Deployment

This guide introduces Lua’s concise syntax, tiny footprint, and performance strengths, explores typical use cases such as security, web APIs, and game servers, then walks through core language features, OpenResty integration, deployment steps, and a hands‑on exercise for building a redirect service.

Backend DevelopmentDeploymentLua
0 likes · 10 min read
Mastering Lua and OpenResty: From Basics to Real-World Deployment
MaGe Linux Operations
MaGe Linux Operations
Aug 19, 2018 · Fundamentals

Master AWK: A Quick Guide to Text Processing and Scripting

This comprehensive tutorial introduces AWK, covering its origins, variants, typical use cases, workflow, program structure, command‑line options, operators, regular expressions, arrays, control flow, functions, output redirection, and how to execute shell commands, all illustrated with clear examples and diagrams.

Scriptingawktext processing
0 likes · 15 min read
Master AWK: A Quick Guide to Text Processing and Scripting
ITPUB
ITPUB
Jul 11, 2018 · Operations

Parallelizing Bash Loops Without Extra Tools: Practical Shell Techniques

This article explains how Linux administrators can replace slow serial shell loops with concurrent executions using background processes, simulated queues, and FIFO pipes, providing step‑by‑step scripts, performance comparisons, and practical guidelines to control process counts safely.

BashOperationsParallel
0 likes · 10 min read
Parallelizing Bash Loops Without Extra Tools: Practical Shell Techniques
DevOps
DevOps
Jul 5, 2018 · Operations

Why Repetitive Tasks in Software Development Should Be Automated

The article reflects on how many software development activities are repetitive and inefficient, argues that machines can handle these repetitive workflows more quickly and reliably, and demonstrates practical automation techniques—from simple scripts to CI/CD pipelines—to free developers for creative work.

Scriptingci/cdrepetitive tasks
0 likes · 13 min read
Why Repetitive Tasks in Software Development Should Be Automated
MaGe Linux Operations
MaGe Linux Operations
May 29, 2018 · Fundamentals

10 Hidden Bash Tricks Every Linux User Should Master

This article explores ten lesser‑known Bash features—including history substitution, pushd/popd directory stacks, shopt versus set options, Here Docs and Here Strings, advanced parameter expansion, default variable values, signal traps, special shell variables, extglob patterns, and associative arrays—providing practical examples and code snippets for each.

BashScriptingbash-tips
0 likes · 10 min read
10 Hidden Bash Tricks Every Linux User Should Master
ITPUB
ITPUB
May 15, 2018 · Fundamentals

Boost Bash Script Reliability: Essential Safety Practices and Advanced Tips

This guide presents practical Bash scripting techniques—including safety flags, function design, variable annotations, modern command substitution, double‑bracket tests, string manipulation, process substitution, debugging tools, and when to avoid Bash—to help you write more robust and maintainable shell scripts.

BashDebuggingScripting
0 likes · 9 min read
Boost Bash Script Reliability: Essential Safety Practices and Advanced Tips
DevOps Coach
DevOps Coach
Mar 29, 2018 · Operations

7 Must-Have Skills Every DevOps Engineer Needs

The article outlines the seven essential competencies—flexibility, security, collaboration, scripting, decision‑making, infrastructure knowledge, and soft skills—that DevOps engineers must master to bridge development and operations, accelerate delivery, and maintain secure, reliable systems.

CollaborationDevOpsInfrastructure
0 likes · 8 min read
7 Must-Have Skills Every DevOps Engineer Needs
360 Quality & Efficiency
360 Quality & Efficiency
Mar 16, 2018 · Fundamentals

Introduction to Windows Batch Commands and Scripting

This article provides a comprehensive beginner-friendly guide to Windows batch (BAT) commands, covering common file operations, control structures, variable handling, and practical code examples for automating tasks on Windows virtual machines.

AutomationBatchScripting
0 likes · 8 min read
Introduction to Windows Batch Commands and Scripting
MaGe Linux Operations
MaGe Linux Operations
Jan 23, 2018 · Fundamentals

Master AWK: A Quick Guide to Text Processing and Scripting

This comprehensive AWK tutorial introduces the language’s origins, variants, typical use‑cases, workflow, program structure, syntax, command‑line options, operators, regular expressions, arrays, control flow, functions, I/O redirection, and shell integration, providing clear examples and visual diagrams for beginners.

Scriptingawkgawk
0 likes · 18 min read
Master AWK: A Quick Guide to Text Processing and Scripting
MaGe Linux Operations
MaGe Linux Operations
Dec 30, 2017 · Operations

Essential Linux Operations Interview Questions & Answers from Meituan

This article compiles Meituan's Linux operations engineer interview requirements, common questions on system installation, networking, scripting, MySQL security, replication, iptables, and provides detailed command-line solutions and sample scripts to help candidates prepare effectively.

LinuxOperationsScripting
0 likes · 17 min read
Essential Linux Operations Interview Questions & Answers from Meituan
Efficient Ops
Efficient Ops
Dec 24, 2017 · Fundamentals

12 Essential Python Tricks Every Developer Should Know

This article presents twelve practical Python techniques—including regex substitution, directory traversal, list sorting, deduplication, dictionary sorting, data type conversions, datetime handling, command‑line parsing, formatted printing, base conversion, system command execution, and file I/O—complete with ready‑to‑run code examples for each.

Code ExamplesPythonScripting
0 likes · 14 min read
12 Essential Python Tricks Every Developer Should Know
ITPUB
ITPUB
Sep 12, 2017 · Operations

Master Linux Shell Flow Control: If, For, While, Case & Select with Examples

This guide explains Linux shell's flow‑control constructs—including conditional if/elif/else, loops (for, while, until), and selection statements (case, select) —by detailing their syntax, usage rules, and providing complete script examples that demonstrate each construct in action.

CaseFlow ControlIf
0 likes · 6 min read
Master Linux Shell Flow Control: If, For, While, Case & Select with Examples
dbaplus Community
dbaplus Community
Sep 10, 2017 · Operations

Essential Linux Ops Toolkit: 10 Must‑Know Skills for Modern Sysadmins

This guide outlines the ten core Linux operations skills every sysadmin should master, covering essential tools such as rsync, network services, scripting languages, text processing, databases, firewalls, monitoring, clustering, backup, and optimization, with practical examples, commands, and resource links.

AutomationLinuxScripting
0 likes · 17 min read
Essential Linux Ops Toolkit: 10 Must‑Know Skills for Modern Sysadmins
Architecture Digest
Architecture Digest
Sep 4, 2017 · Fundamentals

15 Essential Linux Command Line Tricks You Might Have Forgotten

This article presents a collection of fifteen practical Linux command‑line techniques—including table‑style output, looping until success, sorting processes, architecture checks, multitail monitoring, directory navigation shortcuts, interactive shell tweaks, watch usage, nohup persistence, yes/no automation, file creation with dd, sudo shortcuts, session recording, character replacement, case conversion, and advanced xargs pipelines—aimed at boosting productivity for everyday terminal users.

LinuxScriptingShell
0 likes · 7 min read
15 Essential Linux Command Line Tricks You Might Have Forgotten
Efficient Ops
Efficient Ops
Aug 6, 2017 · Operations

Why Python Is the Secret Weapon for Modern Linux Operations

This article explains why mastering Python is essential for senior Linux operations engineers, detailing its role as a versatile glue language for automation, the limitations of shell scripts, and showcasing six real-world Python projects that streamline tasks such as static file serving, jump‑server access, distributed monitoring, CMDB management, task scheduling, and workflow orchestration.

DevOpsPythonScripting
0 likes · 9 min read
Why Python Is the Secret Weapon for Modern Linux Operations
Efficient Ops
Efficient Ops
Jun 24, 2017 · Operations

How to Boost Your Ops Credibility: Certifications, Tools, and Culture Hacks

This guide outlines how operations engineers can elevate their professional image by pursuing key certifications, mastering deep technical topics, favoring niche tools over mainstream ones, writing scripts with awk/sed, embracing unconventional operating systems, and strategically networking within the industry.

LinuxNetworkingOperations
0 likes · 7 min read
How to Boost Your Ops Credibility: Certifications, Tools, and Culture Hacks
MaGe Linux Operations
MaGe Linux Operations
Jun 13, 2017 · Operations

Essential Linux Command-Line Tricks Every Sysadmin Should Know

This guide compiles 28 practical Linux commands and shell scripts covering file system mounting, network monitoring, process inspection, password generation, log analysis, link handling, boot sequence, FTP modes, and service management, providing concise examples for everyday system administration tasks.

LinuxNetworkingScripting
0 likes · 16 min read
Essential Linux Command-Line Tricks Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Jun 11, 2017 · Operations

Essential Linux Ops Tools Every Sysadmin Should Master

This guide outlines the ten core toolsets—ranging from Linux basics and network services to scripting, firewalls, monitoring, clustering, and backup—that aspiring Linux operations engineers need to master for effective system administration.

BackupLinuxNetworking
0 likes · 7 min read
Essential Linux Ops Tools Every Sysadmin Should Master
ITPUB
ITPUB
Jun 5, 2017 · Fundamentals

Master Linux Shell Text and Background Colors with ANSI Escape Codes

This guide explains how to use ANSI escape sequences in Linux shell scripts to change text color, background color, apply effects like bold or blinking, and provides ready‑to‑copy command examples for various color combinations.

ScriptingShellTerminal Colors
0 likes · 6 min read
Master Linux Shell Text and Background Colors with ANSI Escape Codes
ITPUB
ITPUB
May 16, 2017 · Fundamentals

Master Shell Scripting: Basics, Variables, Loops, and Automation

This guide introduces shell scripting fundamentals, covering its purpose, what it can and cannot do, the interpreter workflow, and detailed examples of simple scripts, variables, arithmetic, string and file tests, control structures, functions, redirection, and an automated GitHub commit script.

ScriptingShellcommand-line
0 likes · 11 min read
Master Shell Scripting: Basics, Variables, Loops, and Automation
MaGe Linux Operations
MaGe Linux Operations
May 10, 2017 · Operations

Step‑by‑Step: Monitor Nginx and PHP‑FPM Status with Zabbix

This guide walks through configuring Zabbix to monitor Nginx and PHP‑FPM status, covering software installation paths, enabling status modules, creating extraction scripts, setting up Zabbix agent userparameters, restarting services, testing data retrieval, and adding server‑side templates for items, triggers, and graphs.

LinuxNginxOps
0 likes · 9 min read
Step‑by‑Step: Monitor Nginx and PHP‑FPM Status with Zabbix
ITPUB
ITPUB
Jan 24, 2017 · Fundamentals

Prevent Accidental Directory Deletion in Linux Shell Scripts

This guide explains common Linux shell pitfalls that can cause accidental directory deletions—such as empty variables, spaces, special characters, and failed cd commands—and provides practical safeguards like variable expansion checks, quoting, existence tests, logical operators, avoiding root operations, and using informative prompts.

BashDevOpsLinux
0 likes · 6 min read
Prevent Accidental Directory Deletion in Linux Shell Scripts
360 Quality & Efficiency
360 Quality & Efficiency
Jul 14, 2016 · Operations

Using Java Vuser in LoadRunner for Performance Testing: Environment Setup and Script Development

This article explains how to configure a Java development environment and set up LoadRunner to generate dynamic signatures and encryption for performance testing, detailing steps such as installing JDK 1.6, creating Java Vusers, configuring classpaths, and utilizing various Java libraries within LoadRunner scripts.

JDKJavaPerformance Testing
0 likes · 3 min read
Using Java Vuser in LoadRunner for Performance Testing: Environment Setup and Script Development
DevOps
DevOps
Dec 30, 2015 · Operations

Automated Life Scripts by a Russian Programmer: Overview of the “hacker‑scripts” GitHub Project

A Russian developer created a suite of automation scripts that handle everything from sending overtime texts to his wife and requesting sick leave to restoring client databases and remotely brewing coffee, and the GitHub project “hacker‑scripts” has attracted over 16,000 stars, illustrating a playful yet technically impressive approach to personal DevOps automation.

LinuxScriptingproductivity
0 likes · 5 min read
Automated Life Scripts by a Russian Programmer: Overview of the “hacker‑scripts” GitHub Project
Qunar Tech Salon
Qunar Tech Salon
Jul 28, 2015 · Fundamentals

Introduction to xargs with Basic and Advanced Usage Examples

This article explains the purpose of the Unix xargs command, demonstrates basic usage for concatenating log files, shows an advanced example for renaming text files to log files using the -I placeholder, and provides a step‑by‑step breakdown of how the command pipeline works.

Batch ProcessingScriptingShell
0 likes · 3 min read
Introduction to xargs with Basic and Advanced Usage Examples
Baidu Tech Salon
Baidu Tech Salon
Aug 15, 2014 · Operations

My Journey with Unix: From Motivation to Automation

The author recounts how a university encounter and later work demands led them to master Unix, using tools like awk, Perl, Python and Ruby to automate massive data tasks, teach courses, and champion Ubuntu and other Unix-like systems as essential, productivity‑driving platforms.

AutomationPythonScripting
0 likes · 7 min read
My Journey with Unix: From Motivation to Automation