Tagged articles
213 articles
Page 2 of 3
Liangxu Linux
Liangxu Linux
Dec 24, 2022 · Operations

Mastering crontab: Common Pitfalls, Debugging Tips, and Practical Examples

This guide explains what crontab does, how to write and manage user and system cron jobs, shows real‑world syntax examples, highlights typical pitfalls such as environment variables, time fields, special characters and output redirection, and provides debugging strategies including the crontab.guru online parser.

DebuggingLinuxcron
0 likes · 15 min read
Mastering crontab: Common Pitfalls, Debugging Tips, and Practical Examples
Su San Talks Tech
Su San Talks Tech
Dec 21, 2022 · Information Security

Block Malicious IPs on a Small Linux Site with iptables and Cron

This guide explains how to detect traffic attacks on a low‑traffic Linux website, split Nginx logs daily, identify IPs with excessive requests, and automatically block them using iptables rules scheduled via cron, complete with ready‑to‑run Bash scripts and common firewall commands.

BashDDoS mitigationLinux
0 likes · 9 min read
Block Malicious IPs on a Small Linux Site with iptables and Cron
Top Architect
Top Architect
Nov 2, 2022 · Backend Development

Implementing Dynamic Scheduled Tasks in Spring Boot

This article demonstrates how to create and modify Spring Boot scheduled tasks at runtime by using configurable cron expressions or interval timers, providing full code examples for Maven dependencies, the application entry point, dynamic task configuration, and REST endpoints for updating the schedule.

DynamicSchedulingJavaSpringBoot
0 likes · 10 min read
Implementing Dynamic Scheduled Tasks in Spring Boot
Liangxu Linux
Liangxu Linux
Oct 12, 2022 · Operations

Mastering Rsync: From Basic Sync to Daemon and Real‑Time Inotify Automation

This guide explains Rsync's fundamentals, SSH‑based and daemon modes, detailed configuration options, practical command examples for local, LAN, and user‑specific synchronization, as well as real‑time file monitoring using inotify‑tools to achieve automated bidirectional replication.

crondaemonfile synchronization
0 likes · 19 min read
Mastering Rsync: From Basic Sync to Daemon and Real‑Time Inotify Automation
Architecture Digest
Architecture Digest
Oct 8, 2022 · Information Security

Server Intrusion Investigation and Remediation Steps on a Linux Host

This article documents a real‑world Linux server compromise, detailing the observed symptoms, forensic commands, malicious scripts, file‑locking tricks, and a step‑by‑step remediation process including SSH hardening, cron cleanup, chattr usage, and preventive security recommendations.

LinuxRootkitServer Security
0 likes · 15 min read
Server Intrusion Investigation and Remediation Steps on a Linux Host
Programmer DD
Programmer DD
Sep 16, 2022 · Backend Development

Master Quartz Scheduler in Spring Boot: From Basics to Advanced Persistence

This article provides a comprehensive guide to using Quartz in Java Spring Boot, covering core concepts, basic and advanced usage—including job creation, triggers, Cron expressions, bean injection, multiple triggers, and persistence with JDBC—complete with code samples and configuration steps.

JavaJobQuartz
0 likes · 22 min read
Master Quartz Scheduler in Spring Boot: From Basics to Advanced Persistence
Top Architect
Top Architect
Sep 5, 2022 · Backend Development

Comprehensive Guide to Using Quartz Scheduler in Java with Spring Boot

This article provides a detailed tutorial on Quartz, a powerful Java scheduling framework, covering its core concepts, basic usage with SimpleTrigger and CronTrigger, advanced features such as multiple triggers, bean injection, and persistence, and includes complete Spring Boot code examples.

JavaJobPersistence
0 likes · 22 min read
Comprehensive Guide to Using Quartz Scheduler in Java with Spring Boot
Java Backend Technology
Java Backend Technology
Sep 3, 2022 · Backend Development

Mastering Java Scheduling: 10 Powerful Ways to Automate Your Tasks

This comprehensive guide explores ten practical Java scheduling techniques—from Linux crontab and JDK Thread/Timer to Spring Task, Quartz, and distributed solutions like XXL‑Job and Elastic‑Job—detailing their usage, code examples, advantages, and drawbacks for robust backend automation.

JavaSchedulingcron
0 likes · 21 min read
Mastering Java Scheduling: 10 Powerful Ways to Automate Your Tasks
Selected Java Interview Questions
Selected Java Interview Questions
Aug 26, 2022 · Backend Development

Integrating Quartz Scheduler with Spring Boot for Custom Task Scheduling

This article provides a comprehensive guide on using the Quartz job‑scheduling library in Java, covering core concepts such as Job, Trigger, and Scheduler, showing Maven setup, sample job and trigger code, Spring Boot configuration, utility classes for creating and managing jobs, handling concurrency, misfire policies, and REST‑based job management.

Job SchedulingQuartzSpring Boot
0 likes · 20 min read
Integrating Quartz Scheduler with Spring Boot for Custom Task Scheduling
Open Source Linux
Open Source Linux
Jul 28, 2022 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Made Easy

This guide explains how to automate common Linux tasks such as configuring startup services with chkconfig and rc.local, scheduling one‑off jobs using at, and setting recurring jobs with crontab, including command syntax, examples, and best‑practice tips for reliable system maintenance.

AutomationLinuxcron
0 likes · 9 min read
Master Linux Automation: Startup Scripts, at, and Cron Made Easy
Top Architect
Top Architect
Jul 25, 2022 · Backend Development

Using @Scheduled in Spring Boot for Task Scheduling: Configuration, Parameters, and Multi‑threading

This article explains how to create and configure Spring Boot scheduled tasks with @Scheduled, covering property‑based settings, cron expressions, fixed‑rate and fixed‑delay options, the required @EnableScheduling annotation, and how to switch from the default single‑thread executor to a multi‑threaded pool for concurrent execution.

JavaScheduled TasksSpring Boot
0 likes · 9 min read
Using @Scheduled in Spring Boot for Task Scheduling: Configuration, Parameters, and Multi‑threading
Liangxu Linux
Liangxu Linux
Jul 24, 2022 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Scheduling

This guide explains how to automate common Linux tasks such as configuring boot‑time services with chkconfig, creating one‑time jobs using the at command, and scheduling recurring jobs with cron, including syntax, run‑level concepts, and example shell scripts.

AutomationSysadminat
0 likes · 8 min read
Master Linux Automation: Startup Scripts, at, and Cron Scheduling
Liangxu Linux
Liangxu Linux
Jun 12, 2022 · Operations

Automate Disk Usage Monitoring with a Bash Script and Email Alerts

This guide shows how to install mail utilities on CentOS 8, write a Bash script that checks disk usage, send threshold‑exceeding reports via email, and schedule the script with cron for continuous, automated monitoring of critical servers.

Disk Monitoringcronemail alerts
0 likes · 5 min read
Automate Disk Usage Monitoring with a Bash Script and Email Alerts
IT Architects Alliance
IT Architects Alliance
May 22, 2022 · Backend Development

Integrating Quartz Scheduler with Spring Boot: Configuration, Job Definition, and Management

This article provides a comprehensive guide on using Quartz, a Java‑based job scheduling library, within a Spring Boot application, covering core concepts, Maven dependencies, scheduler configuration, job and trigger creation, concurrency handling, database integration, and practical code examples for managing scheduled tasks.

JavaJobSchedulerQuartz
0 likes · 21 min read
Integrating Quartz Scheduler with Spring Boot: Configuration, Job Definition, and Management
Architect's Guide
Architect's Guide
Mar 2, 2022 · Databases

How to Perform Scheduled MySQL Backups Using mysqldump and Cron

This article explains various methods for scheduled MySQL backups, covering mysqldump command usage, example backup commands for whole or specific databases, a Bash script to retain a fixed number of backups, and configuring cron jobs to automate the backup and restoration processes.

BackupBashDatabase Administration
0 likes · 11 min read
How to Perform Scheduled MySQL Backups Using mysqldump and Cron
Liangxu Linux
Liangxu Linux
Jan 26, 2022 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Scheduling

This guide explains how to automate common Linux tasks for web servers, covering boot‑time service startup with chkconfig and rc.local, one‑off scheduling using at, and recurring jobs with cron, including syntax, examples, and integration with shell scripts.

Automationatcron
0 likes · 9 min read
Master Linux Automation: Startup Scripts, at, and Cron Scheduling
Efficient Ops
Efficient Ops
Dec 23, 2021 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Made Simple

This guide explains how to automate common Linux tasks such as boot‑time service startup, one‑off scheduling with at, and recurring jobs with crontab, covering runlevel management, rc.d editing, command syntax, and integrating shell scripts for efficient system operations.

AutomationScriptingSysadmin
0 likes · 9 min read
Master Linux Automation: Startup Scripts, at, and Cron Made Simple
Code Ape Tech Column
Code Ape Tech Column
Nov 27, 2021 · Backend Development

A Comprehensive Guide to 10 Practical Scheduling Solutions for Java and Linux

This article reviews ten widely used scheduling methods—from Linux crontab and Java Thread/Timer to Spring Task, Spring Quartz, and distributed frameworks like XXL‑Job and Elastic‑Job—explaining their configuration, code examples, and advantages and disadvantages for various backend scenarios.

Distributed TasksJavaScheduling
0 likes · 22 min read
A Comprehensive Guide to 10 Practical Scheduling Solutions for Java and Linux
Open Source Linux
Open Source Linux
Nov 4, 2021 · Information Security

How to Detect and Remove Cryptocurrency Mining Trojans from Linux Servers

This guide explains what mining trojans are, how to identify their presence through CPU usage, suspicious processes, cron jobs and network activity, and provides step‑by‑step commands for isolating, blocking, and fully cleaning infected Linux hosts to prevent recurrence.

Cryptocurrency Miningcroniptables
0 likes · 12 min read
How to Detect and Remove Cryptocurrency Mining Trojans from Linux Servers
Programmer DD
Programmer DD
Oct 12, 2021 · Backend Development

How to Add Dynamic Scheduled Tasks in Spring Boot Without Quartz

This article explains how to implement dynamic creation, deletion, start, and stop of scheduled tasks in a Spring Boot application by customizing the ScheduledTaskRegistrar and using a lightweight thread‑pool scheduler, providing full code examples and a complete runnable solution.

Dynamic SchedulingJavaSpring Boot
0 likes · 12 min read
How to Add Dynamic Scheduled Tasks in Spring Boot Without Quartz
Liangxu Linux
Liangxu Linux
Oct 7, 2021 · Databases

Automate MySQL Backups with Bash and Cron

This guide explains why database backups are essential, walks through checking disk space, creating a backup directory, writing a MySQL dump script, making it executable, scheduling it with cron, and verifying that backups run reliably on a Linux server.

Database AdministrationLinuxcron
0 likes · 6 min read
Automate MySQL Backups with Bash and Cron
MaGe Linux Operations
MaGe Linux Operations
Oct 2, 2021 · Operations

Master Python Scheduling: 10 Practical Ways to Run Periodic Tasks

This comprehensive guide explores ten Python techniques for implementing periodic tasks—from simple while‑loop sleeps and the Timeloop library to advanced frameworks like APScheduler, Celery, and Apache Airflow—providing code samples, advantages, limitations, and architectural insights for reliable scheduling.

APSchedulerAirflowAsync
0 likes · 27 min read
Master Python Scheduling: 10 Practical Ways to Run Periodic Tasks
Python Programming Learning Circle
Python Programming Learning Circle
Sep 9, 2021 · Backend Development

Common Python Scheduling Techniques and Libraries

This article provides a comprehensive overview of various Python approaches for implementing periodic tasks, including simple loops with sleep, third‑party libraries such as Timeloop, schedule, APScheduler, as well as distributed solutions like Celery and Apache Airflow, complete with code examples and architectural explanations.

APSchedulerAirflowScheduling
0 likes · 24 min read
Common Python Scheduling Techniques and Libraries
Liangxu Linux
Liangxu Linux
Aug 24, 2021 · Operations

Automate Hourly Linux Wallpaper Changes with styli.sh

This guide explains how to install the styli.sh shell script, configure it for various Linux desktop environments, and use cron to automatically fetch and set a new Reddit‑sourced wallpaper every hour, while offering numerous customization options such as size, search terms, and display tools.

Desktop AutomationLinuxWallpaper
0 likes · 6 min read
Automate Hourly Linux Wallpaper Changes with styli.sh
Liangxu Linux
Liangxu Linux
Jul 4, 2021 · Databases

How to Automate MySQL Backups with Shell Scripts and Cron

This guide explains why database backups are essential, walks through creating a backup directory, writing a mysqldump shell script, compressing the dump, granting execution rights, and scheduling the script with cron to run every minute.

Database AdministrationLinuxcron
0 likes · 6 min read
How to Automate MySQL Backups with Shell Scripts and Cron
Open Source Linux
Open Source Linux
Jun 20, 2021 · Databases

How to Automate MySQL Database Backups with Shell Scripts and Cron

Learn step-by-step how to create a reliable MySQL database backup solution by writing a shell script, compressing the dump, assigning execution permissions, and scheduling it with cron to run automatically, while covering storage media choices, disk space checks, and verification of the backup process.

BackupLinuxcron
0 likes · 6 min read
How to Automate MySQL Database Backups with Shell Scripts and Cron
Code Ape Tech Column
Code Ape Tech Column
May 31, 2021 · Backend Development

Comprehensive Guide to Creating Job Scheduling Tasks with Quartz, xxl-job, and Spring Boot

This article provides a step‑by‑step tutorial on five different ways to implement Java job scheduling—including raw threads, TimerTask, thread pools, Quartz framework, and Spring @Scheduled—followed by detailed instructions for setting up the xxl‑job admin console, configuring a Spring Boot project, and deploying sample job handlers.

JavaJob SchedulingQuartz
0 likes · 13 min read
Comprehensive Guide to Creating Job Scheduling Tasks with Quartz, xxl-job, and Spring Boot
macrozheng
macrozheng
May 20, 2021 · Backend Development

10 Powerful Java Scheduling Techniques for Every Scenario

This article walks through ten practical scheduling solutions—from Linux crontab and JDK utilities to Spring Task, Spring Quartz, and distributed frameworks like XXL‑Job and Elastic‑Job—explaining their usage, configuration, code examples, and pros and cons so developers can pick the right tool for any business need.

DistributedSchedulingcron
0 likes · 24 min read
10 Powerful Java Scheduling Techniques for Every Scenario
Su San Talks Tech
Su San Talks Tech
Apr 10, 2021 · Backend Development

Mastering Java Scheduling: 10 Essential Timers and Distributed Task Solutions

Explore ten practical Java scheduling options—from Linux crontab and JDK Thread/Timer to Spring Task, Quartz, and distributed frameworks like XXL‑Job, Elastic‑Job, Saturn and TBSchedule—detailing setup, code examples, advantages, drawbacks, and best‑fit scenarios for reliable task automation.

DistributedQuartzScheduling
0 likes · 22 min read
Mastering Java Scheduling: 10 Essential Timers and Distributed Task Solutions
Efficient Ops
Efficient Ops
Mar 8, 2021 · Operations

Master Linux Automation: Startup Scripts, at, and crontab Explained

This guide walks you through essential Linux automation techniques—including boot‑time service startup with chkconfig and rc.d, one‑off scheduling using at, and recurring jobs with crontab and shell scripts—so you can manage web servers efficiently without manual intervention.

AutomationOperationsat
0 likes · 9 min read
Master Linux Automation: Startup Scripts, at, and crontab Explained
Liangxu Linux
Liangxu Linux
Feb 17, 2021 · Operations

Mastering Zeit: Install and Schedule Tasks Graphically on Ubuntu

This guide explains how to install the open‑source Zeit tool on Ubuntu 20.04, launch its graphical interface, and use it to create both one‑time and recurring scheduled tasks via the at and crontab back‑ends, complete with command examples and screenshots.

LinuxUbuntuZeit
0 likes · 4 min read
Mastering Zeit: Install and Schedule Tasks Graphically on Ubuntu
Java Captain
Java Captain
Jan 24, 2021 · Backend Development

An Overview of the Hutool Java Utility Library and Its Common Tools

This article introduces Hutool, a comprehensive Java utility library, detailing its core modules, practical code examples for encryption, HTML handling, and scheduling, and provides guidance on how to integrate its features into Java projects.

HTMLJavaUtility Library
0 likes · 6 min read
An Overview of the Hutool Java Utility Library and Its Common Tools
Liangxu Linux
Liangxu Linux
Jan 10, 2021 · Fundamentals

Why Your Linux Server Runs Out of Inodes and How to Fix It

The article explains what inodes are, why they can become fully consumed even when disk space remains, and provides step‑by‑step Linux commands and cron adjustments to identify the offending directories, delete excess files, and prevent future inode exhaustion.

FilesystemLinuxcommands
0 likes · 6 min read
Why Your Linux Server Runs Out of Inodes and How to Fix It
Liangxu Linux
Liangxu Linux
Jan 3, 2021 · Fundamentals

How to Declare and Use Boolean Variables in Bash Scripts

This guide explains how to create, test, and apply boolean-like variables in Bash, covering numeric (0/1) and string (true/false) representations, conditional checks, and practical examples for cron jobs and backup scripts on Linux/Unix systems.

Backup ScriptBashShell scripting
0 likes · 7 min read
How to Declare and Use Boolean Variables in Bash Scripts
Laravel Tech Community
Laravel Tech Community
Nov 25, 2020 · Operations

Comprehensive Guide to Logrotate: Configuration, Usage, and Custom Scripts for Linux Log Management

This article provides an in‑depth tutorial on using the Linux logrotate utility, covering default configuration files, command‑line options, example configurations for services like Nginx, PHP‑FPM, Tomcat, custom Bash and Python rotation scripts, troubleshooting tips, and how to adjust cron scheduling for automated log rotation.

LinuxLog ManagementShell scripting
0 likes · 21 min read
Comprehensive Guide to Logrotate: Configuration, Usage, and Custom Scripts for Linux Log Management
ITPUB
ITPUB
Nov 10, 2020 · Information Security

Master Linux Privilege Escalation: Techniques, Commands, and Exploits

This comprehensive guide explains Linux privilege escalation, covering horizontal and vertical privilege upgrades, essential information‑gathering commands, kernel vulnerability exploitation, sudo abuse, SUID/SGID misconfigurations, cron job hijacking, NFS weak permissions, and PATH misconfigurations, with practical examples and code snippets for each technique.

LinuxNFSSUID
0 likes · 45 min read
Master Linux Privilege Escalation: Techniques, Commands, and Exploits
Open Source Linux
Open Source Linux
Oct 28, 2020 · Operations

Master Linux Cron: Schedule Tasks Efficiently with Crontab

This guide explains Linux's cron daemon, its configuration files, permission controls, how to write and install crontab scripts, and provides numerous scheduling examples, helping administrators automate tasks efficiently, including command syntax, special characters, and common service commands.

LinuxSchedulingSystem Administration
0 likes · 9 min read
Master Linux Cron: Schedule Tasks Efficiently with Crontab
Programmer DD
Programmer DD
Oct 26, 2020 · Operations

Master Logrotate: Complete Guide to Linux Log Rotation and Custom Scripts

This article provides a comprehensive walkthrough of Logrotate on Linux, covering its purpose, default configuration files, key directives, practical examples for Nginx, PHP, Tomcat, and system logs, as well as custom shell and Python scripts for advanced log rotation and troubleshooting.

Log ManagementSystem Administrationcron
0 likes · 22 min read
Master Logrotate: Complete Guide to Linux Log Rotation and Custom Scripts
Liangxu Linux
Liangxu Linux
Oct 24, 2020 · Operations

Master Linux Cron: From Basics to Advanced Scheduling

This guide explains the Linux cron daemon, how to control the crond service, configure system and user crontabs, manage permissions, create custom cron scripts, use the crontab command syntax, and provides numerous practical scheduling examples.

OperationsSchedulingSystem Administration
0 likes · 11 min read
Master Linux Cron: From Basics to Advanced Scheduling
Liangxu Linux
Liangxu Linux
Oct 11, 2020 · Operations

Master Linux Cleanup: How to Use tmpwatch to Auto-Delete Stale Files

This guide explains what the tmpwatch utility does, how to install it on various Linux distributions, details its key options and time‑unit suffixes, provides step‑by‑step examples for deleting unused files, shows how to exclude paths or patterns, preview deletions, and schedule regular clean‑ups with cron.

Linuxcronsystem cleanup
0 likes · 8 min read
Master Linux Cleanup: How to Use tmpwatch to Auto-Delete Stale Files
ITPUB
ITPUB
Oct 10, 2020 · Operations

Master Logrotate: Complete Guide to Linux Log Rotation, Configuration, and Custom Scripts

This article provides a thorough walkthrough of Linux logrotate, covering its default configuration files, essential command‑line options, key parameters, practical examples for services like nginx, php, and tomcat, custom rotation scripts, cron scheduling, and troubleshooting tips for reliable log management.

LinuxLog ManagementNGINX
0 likes · 24 min read
Master Logrotate: Complete Guide to Linux Log Rotation, Configuration, and Custom Scripts
Liangxu Linux
Liangxu Linux
Oct 6, 2020 · Operations

Master Linux Log Rotation with Logrotate: Configs, Scripts, and Common Fixes

This guide explains how to use Logrotate on Linux for automatic log file rotation, covering default configuration files, key options, example setups for Nginx, PHP, Tomcat, system logs, custom shell and Python scripts, cron scheduling, and troubleshooting techniques to ensure logs are rotated reliably.

LinuxLog ManagementNGINX
0 likes · 23 min read
Master Linux Log Rotation with Logrotate: Configs, Scripts, and Common Fixes
ITPUB
ITPUB
Sep 22, 2020 · Operations

Automate Linux Email Alerts and Memory Monitoring with msmtp, mutt, and Bash

This guide walks through installing msmtp, configuring mutt to send emails, using the free command to monitor memory and swap, creating Bash scripts for logging and alerting, and scheduling the tasks with cron for continuous system health reporting.

Bash ScriptingLinuxMemory Monitoring
0 likes · 8 min read
Automate Linux Email Alerts and Memory Monitoring with msmtp, mutt, and Bash
Programmer DD
Programmer DD
Aug 9, 2020 · Information Security

Inside the GPG‑Agentd Malware: How a CentOS Server Was Hijacked and Spread via Redis

A compromised CentOS server was frozen by Alibaba Cloud after malicious outbound traffic; the investigation uncovered a disguised gpg‑agentd process, malicious cron jobs downloading remote scripts, a Redis exploit that injected SSH keys, and mass‑scan tools, illustrating a sophisticated multi‑stage malware infection.

crongpg-agentdinformation security
0 likes · 12 min read
Inside the GPG‑Agentd Malware: How a CentOS Server Was Hijacked and Spread via Redis
21CTO
21CTO
Jul 17, 2020 · Fundamentals

Master Essential Linux Commands and System Administration Basics

This comprehensive guide covers fundamental Linux commands such as ls and cat, user and group management, package handling with RPM and yum, process monitoring tools, file searching utilities, scheduled task creation with at and crontab, and automating interactions using Expect, providing clear examples and code snippets for each topic.

LinuxShell scriptingSystem Administration
0 likes · 38 min read
Master Essential Linux Commands and System Administration Basics
Liangxu Linux
Liangxu Linux
Jun 29, 2020 · Operations

Master Linux Scheduling: One‑Time and Recurring Tasks with at and crontab

This guide explains how Linux system administrators can automate one‑off and periodic jobs using the at command for single executions and the crond service with crontab for recurring tasks, providing concrete command examples, field syntax, and practical tips to avoid common pitfalls.

LinuxSystem Administrationat
0 likes · 9 min read
Master Linux Scheduling: One‑Time and Recurring Tasks with at and crontab
MaGe Linux Operations
MaGe Linux Operations
May 21, 2020 · Operations

Master Logrotate: Stop Disk‑Full Crises with Automated Log Rotation

This step‑by‑step guide shows how to diagnose exploding log files, configure logrotate with size‑based and time‑based rules, use cron jobs for frequent rotations, and apply options like copytruncate, delaycompress, and dateext to keep production systems healthy and storage under control.

Log Managementcronlogrotate
0 likes · 29 min read
Master Logrotate: Stop Disk‑Full Crises with Automated Log Rotation
Laravel Tech Community
Laravel Tech Community
Apr 18, 2020 · Backend Development

Master Laravel Task Scheduling: From Cron Setup to Advanced Constraints

This guide explains how to replace per‑task Cron entries with Laravel's unified scheduler, showing how to configure a single Cron line, define schedules in app/Console/Kernel.php using closures, invokable objects, Artisan commands, queue jobs, shell commands, and how to fine‑tune frequency, time windows, environment, timezone, overlapping, single‑server execution, background processing, maintenance mode, output handling, hooks, and URL pings.

ArtisanBackend DevelopmentLaravel
0 likes · 13 min read
Master Laravel Task Scheduling: From Cron Setup to Advanced Constraints
ITPUB
ITPUB
Mar 9, 2020 · Operations

Step‑by‑Step Guide to Install and Configure SARG for Squid Proxy Log Analysis

This tutorial walks you through installing the GD library, building SARG from source, configuring its key parameters, running reports, using command‑line options, scheduling automated jobs with cron, and troubleshooting common installation and configuration issues for Squid log analysis.

ConfigurationLinuxProxy
0 likes · 8 min read
Step‑by‑Step Guide to Install and Configure SARG for Squid Proxy Log Analysis
Liangxu Linux
Liangxu Linux
Feb 23, 2020 · Operations

Master tmpwatch: Safely Clean Up Unused Files on Linux

This guide explains how to install, configure, and use the Linux tmpwatch/tmpreaper commands—including safety warnings, option details, example usages, and cron automation—to reliably delete files that haven't been accessed or modified within a specified time frame.

File CleanupSystem Administrationcron
0 likes · 9 min read
Master tmpwatch: Safely Clean Up Unused Files on Linux
Efficient Ops
Efficient Ops
Nov 11, 2019 · Operations

Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know

This article compiles ten common Linux operational problems—from shell script failures and cron output issues to disk space exhaustion and MySQL errors—detailing their causes and step‑by‑step solutions to help sysadmins quickly diagnose and resolve system faults.

LinuxShellSysadmin
0 likes · 11 min read
Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know
21CTO
21CTO
Nov 7, 2019 · Databases

How to Automate MySQL & MariaDB Backups on Jelastic PaaS

This guide explains how to create automated backup plans for MySQL and MariaDB databases on Jelastic PaaS, covering script configuration, cron scheduling, remote storage options, and restoring backups through phpMyAdmin, ensuring data safety and easy recovery.

JelasticMariaDBcron
0 likes · 7 min read
How to Automate MySQL & MariaDB Backups on Jelastic PaaS
Liangxu Linux
Liangxu Linux
Sep 28, 2019 · Operations

How to Set Up Secure Remote Backups with rsync on Linux

This guide explains how to configure rsync as a remote backup server on Linux, covering installation, configuration files, user authentication, service management, command options, and scheduling automated backups with cron for reliable and efficient data protection.

BackupSysadmincron
0 likes · 9 min read
How to Set Up Secure Remote Backups with rsync on Linux
37 Interactive Technology Team
37 Interactive Technology Team
Sep 27, 2019 · Operations

Centralized Management of Cron Jobs: Challenges and Solutions

The article outlines how a company built a centralized cron‑job platform—using Python’s crontab library, SaltStack deployment, ELK log aggregation, and automated email alerts—to integrate existing tasks, provide reliable CRUD operations, enable fast log querying, and detect failures, cutting operational overhead while managing thousands of scheduled jobs across multiple servers.

Log ManagementOperationsPython
0 likes · 8 min read
Centralized Management of Cron Jobs: Challenges and Solutions
21CTO
21CTO
Jul 13, 2019 · Operations

How to Set Up Automated Linux Memory & Swap Monitoring with Email Alerts

Learn step‑by‑step how to install the msmtp email client, configure mutt, use the free command to monitor Linux memory and swap usage, write Bash scripts that log and email the results, and schedule these checks with cron for continuous system health alerts.

BashEmailLinux
0 likes · 7 min read
How to Set Up Automated Linux Memory & Swap Monitoring with Email Alerts
ITPUB
ITPUB
Jul 12, 2019 · Operations

Automate Linux Memory & Swap Monitoring with msmtp, mutt, and Cron

This guide walks you through installing the msmtp mail client, configuring mutt to send emails, using the free command to gather memory statistics, writing Bash scripts to log and email those metrics, setting up swap‑usage alerts, and scheduling everything with cron for continuous Linux system monitoring.

LinuxMemory Monitoringcron
0 likes · 8 min read
Automate Linux Memory & Swap Monitoring with msmtp, mutt, and Cron
Architect's Tech Stack
Architect's Tech Stack
Apr 28, 2019 · Information Security

GSIL – GitHub Sensitive Information Leakage Monitoring Tool: Installation, Configuration, and Usage Guide

This article introduces GSIL, a near‑real‑time GitHub sensitive‑information‑leakage monitoring tool, and provides step‑by‑step instructions for installing the Python package, configuring email and GitHub token settings, defining scanning rules, and scheduling automated scans and reports via cron.

AutomationConfigurationGitHub
0 likes · 6 min read
GSIL – GitHub Sensitive Information Leakage Monitoring Tool: Installation, Configuration, and Usage Guide
360 Tech Engineering
360 Tech Engineering
Mar 28, 2019 · Backend Development

Implementing Java Scheduled Tasks with Spring and Cron Expressions

This article explains how to implement scheduled tasks in Java, compares built‑in JDK timers, Quartz, and Spring's task scheduler, and provides detailed steps for using Spring XML configuration, annotations, and dynamic code addition together with a guide to writing cron expressions.

BackendJavaScheduled Tasks
0 likes · 4 min read
Implementing Java Scheduled Tasks with Spring and Cron Expressions
Efficient Ops
Efficient Ops
Jan 28, 2019 · Fundamentals

Master Linux Command Line: Essential Commands, File Management, and Permissions

This guide walks through essential Linux command‑line skills, covering simple commands, OS partition concepts, root directory files, directory and file operations, user/group management, vi editor modes, permission settings, common utilities, pipes, find, soft and hard links, cron scheduling, ownership changes, and CD‑ROM mounting.

LinksLinuxPermissions
0 likes · 8 min read
Master Linux Command Line: Essential Commands, File Management, and Permissions
MaGe Linux Operations
MaGe Linux Operations
Nov 24, 2018 · Operations

Automate MySQL Database Backups with Bash Scripts and Cron on Linux

This guide explains why database backups are essential, outlines storage media options, and provides step‑by‑step instructions—including creating a backup directory, writing a Bash script, setting executable permissions, and scheduling the job with crontab—to reliably automate MySQL backups on a Linux server.

BackupBashLinux
0 likes · 8 min read
Automate MySQL Database Backups with Bash Scripts and Cron on Linux
Efficient Ops
Efficient Ops
Sep 6, 2018 · Operations

Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know

This article compiles ten common Linux operational problems—from shell script failures and cron output issues to disk space leaks and MySQL storage errors—detailing their causes and step‑by‑step solutions to help engineers quickly diagnose and resolve system faults.

LinuxShellSysadmin
0 likes · 12 min read
Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know
Java Captain
Java Captain
May 26, 2018 · Backend Development

Spring Task Scheduling: XML and Annotation Configurations with Cron Expressions

This article explains how to implement scheduled tasks in Spring using the lightweight Spring Task framework, covering both XML‑based and annotation‑based configurations, providing complete code examples, cron expression details, and practical tips for Java backend developers.

JavaXML Configurationannotation
0 likes · 9 min read
Spring Task Scheduling: XML and Annotation Configurations with Cron Expressions
ITPUB
ITPUB
Apr 27, 2018 · Operations

Master Linux Cron: Configure, Manage, and Schedule Tasks Efficiently

This guide explains what the cron daemon does on Linux, how to control the service, where its configuration files reside, permission handling, creating cron scripts, crontab syntax, and provides numerous practical scheduling examples for system administrators.

Schedulingcroncrontab
0 likes · 12 min read
Master Linux Cron: Configure, Manage, and Schedule Tasks Efficiently
MaGe Linux Operations
MaGe Linux Operations
Jan 24, 2018 · Operations

Master Essential Linux Administration: 20+ Key Topics and Practical Answers

This guide provides concise explanations and step‑by‑step instructions for fundamental Linux administration topics, covering licensing, OS selection, startup services, system optimization, runlevels, boot process, links, partitioning, file deletion, VI usage, user management, regex, sed, crontab, important directories, shutdown commands, sudoers, permission hierarchy, SecureCRT shortcuts, audit solutions, network troubleshooting, quoting rules, startup config files, log locations, IP address extraction, and a curated list of essential Linux commands.

LinuxPermissionsShell
0 likes · 27 min read
Master Essential Linux Administration: 20+ Key Topics and Practical Answers
MaGe Linux Operations
MaGe Linux Operations
Dec 22, 2017 · Operations

Essential Linux System Administration Commands and Tips

This article compiles practical Linux system administration techniques, covering how to check physical CPUs and cores, interpret load averages, understand vmstat columns, differentiate buffer and cache, monitor memory usage with top, inspect network connections, manage services, configure IP addresses, use iptables, rsync options, cron jobs, and troubleshoot hardware issues.

Linuxcommandscron
0 likes · 18 min read
Essential Linux System Administration Commands and Tips
MaGe Linux Operations
MaGe Linux Operations
Aug 30, 2017 · Operations

Mastering Shell Script Timeouts with the Linux timeout Command

This article explains how to use the Linux timeout command to reliably enforce execution limits on shell scripts, demonstrates its advantages over simple watchdog loops, shows practical examples with ping and MQ scripts, discusses return codes, and highlights common pitfalls such as background processes and function usage.

BashShellTimeout
0 likes · 4 min read
Mastering Shell Script Timeouts with the Linux timeout Command
ITPUB
ITPUB
Aug 25, 2017 · Operations

Automate MySQL Database Backups with Bash and Cron

This guide explains how to create a reliable MySQL backup solution by checking disk space, setting up a backup directory, writing a shell script for mysqldump (with optional compression), granting execution rights, scheduling the script with crontab, and verifying the job, while also covering crontab syntax and examples.

Backupcrondatabase
0 likes · 8 min read
Automate MySQL Database Backups with Bash and Cron
ITPUB
ITPUB
Aug 17, 2017 · Operations

Why MySQL Errcode 28 Can Appear Even With Plenty of Disk Space

A MySQL fatal error claiming "Can't create/write to file ... (Errcode: 28)" turned out not to be a lack of disk space but exhausted inodes caused by millions of tiny maildrop files generated by cron‑driven Postfix notifications, and the article walks through the investigation and fix.

Errcode28croninodes
0 likes · 8 min read
Why MySQL Errcode 28 Can Appear Even With Plenty of Disk Space
ITPUB
ITPUB
Aug 15, 2017 · Operations

Automate MySQL Database Backups on Linux with Bash and Cron

This guide explains why database backups are essential, walks through checking disk space, creating a backup directory, writing a Bash script to dump and compress MySQL data, granting execution rights, and scheduling the script with crontab to ensure reliable, automated backups.

Backupcrondatabase
0 likes · 8 min read
Automate MySQL Database Backups on Linux with Bash and Cron
MaGe Linux Operations
MaGe Linux Operations
Mar 28, 2017 · Operations

Master Linux Data Backup: Tar, Gzip, and Cron Automation Guide

This guide explains how to use the Linux tar command for manual and compressed backups, create shell scripts for automated backups with cron, and apply these techniques to back up and restore Foxmail Server data, covering command syntax, scheduling, and recovery steps.

Data Recoverycronshell script
0 likes · 11 min read
Master Linux Data Backup: Tar, Gzip, and Cron Automation Guide