Skip to content
QKQuickKit日本語

Category

Linux

Permissions, cron, systemd, shell quoting, and command builders for common Linux tools.

chmod Calculator

Convert a numeric chmod mode to its ls -l permission string and back, including setuid, setgid, and the sticky bit.

LOCAL

chmod Symbolic Mode

Apply a POSIX symbolic chmod expression like u+rwx,go-w to a starting mode and see the mode change clause by clause.

LOCAL

Cron Expression Generator

Build a crontab line from a preset schedule or a custom expression, then confirm what it means by parsing it and listing its next run times.

LOCAL

Cron Expression Parser

Explain a crontab line field by field and list its next run times, including the day-of-month / day-of-week trap.

LOCAL

Env Formatter

Convert environment-variable listings between .env, shell export, Docker --env, systemd Environment=, JSON, and a flat YAML-ish mapping.

LOCAL

find Command Builder

Build a safely quoted GNU find command from common path, name, type, age, size, and action filters.

LOCAL

fstab Line Generator

Generate one escaped /etc/fstab entry from six explicit fields, for review before use.

LOCAL

grep Command Builder

Build a safely quoted GNU grep command with fixed or extended-regex matching and common filters.

LOCAL

journalctl Command Builder

Build a safely quoted journalctl command for common systemd journal filters and output modes.

LOCAL

Mount Option Helper

Normalize a small curated subset of mount options and clearly retain options this tool does not interpret.

LOCAL

rsync Command Builder

Build a reviewable rsync transfer command locally, with archive, SSH, exclude, and dry-run options.

LOCAL

Shell Quote

Quote a string so a POSIX shell passes it through as one literal argument, or unquote a shell word back to its value.

LOCAL

SSH Config Helper

Generate or parse a limited SSH Host config block locally.

LOCAL

systemd OnCalendar Parser

Normalize a systemd OnCalendar= expression and list when the timer would next elapse, without running systemd-analyze.

LOCAL

systemd Service Unit Generator

Build a bounded, reviewable .service unit from explicit fields without executing a command.

LOCAL

systemd Timer Generator

Generate a bounded .timer unit and normalize its supported OnCalendar= expression locally.

LOCAL

tar Command Builder

Build a bounded tar create, extract, or list command locally.

LOCAL

umask Calculator

Convert an octal or symbolic umask into the default permissions for newly created files and directories.

LOCAL

Unix Path Helper

Inspect, normalize, join, and compute relative POSIX paths, the way os.path or pathlib does.

LOCAL

Unix Signals Reference

Searchable reference of standard Linux signals with default actions, catchability, and exit status codes.

LOCAL