Tagged articles

Cron

222 articles · Page 3 of 3
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.

CronLinuxfile management
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.

CronLinuxcommands
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.

CronScriptbash
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.

CronErrcode28MySQL
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.

CronData RecoveryShell script
0 likes · 11 min read
Master Linux Data Backup: Tar, Gzip, and Cron Automation Guide
ITPUB
ITPUB
Jul 22, 2016 · Information Security

How Mining Trojans Hijack Linux Servers: Sample 101 Analysis and Defense

The article examines a cryptocurrency mining trojan (sample 101), detailing its process list, malicious startup scripts, SSH key injection, service deployment, removal steps, and offers practical defense measures against such malware infections.

CronCryptocurrency MiningLinux
0 likes · 7 min read
How Mining Trojans Hijack Linux Servers: Sample 101 Analysis and Defense
ITPUB
ITPUB
May 20, 2016 · Operations

Why MySQL Errcode 28 Happens Even With Free Disk Space—and How to Fix It

A MySQL fatal error citing Errcode 28 can stem from inode exhaustion caused by a flood of cron-generated emails, not just lack of disk space, and the article walks through diagnosing the issue with df, df -i, and locating the offending Postfix maildrop directory.

CronDebuggingErrcode28
0 likes · 7 min read
Why MySQL Errcode 28 Happens Even With Free Disk Space—and How to Fix It
Qunar Tech Salon
Qunar Tech Salon
Aug 13, 2015 · Operations

How to Determine Whether a Server Is Still in Use Before Decommissioning

This article outlines a systematic approach for ops teams to assess whether a low‑utilization server is still needed by checking user logins, running services, network connections, cron jobs, and file storage—including specific commands for MySQL and PostgreSQL data inspection—to avoid accidental data loss during reclamation.

CronMonitoringServer
0 likes · 6 min read
How to Determine Whether a Server Is Still in Use Before Decommissioning
MaGe Linux Operations
MaGe Linux Operations
Jul 10, 2014 · Operations

Mastering Linux Cron: How to Schedule Tasks Efficiently

This guide explains what the Linux cron service is, how to configure it via /var/spool/cron and /etc/crontab, the syntax of cron expressions, environment variables, and provides practical examples for scheduling recurring tasks.

AutomationCrontask scheduling
0 likes · 9 min read
Mastering Linux Cron: How to Schedule Tasks Efficiently