linux
5 tools tagged "linux".
systemd Service Generator
Generate a systemd unit file with Restart policy, sandboxing (ProtectSystem/NoNewPrivileges/PrivateTmp), and WantedBy.
Open toolCrontab Generator
Build a cron schedule line from minute/hour/day/month/weekday fields, with common presets, flock locking, and log redirection.
Open toolBash Script Generator
Generate a Bash script skeleton with set -euo pipefail, an error/cleanup trap, getopts argument parsing, and a logging function.
Open toolPOSIX Shell Script Generator
Generate a portable /bin/sh script skeleton with set -eu and getopts, avoiding bashisms so it runs on Alpine/BusyBox ash and dash.
Open toolCrontab Expression Explainer
Paste a 5-field cron expression and get a plain-English description of when it runs.
Open tool