Linux
File permissions and scheduling, explained rather than just converted.
- chmod Permission CalculatorConvert between octal and symbolic file modes, including setuid, setgid and the sticky bit.
- Cron Expression BuilderBuild and read cron expressions in plain language, and see the next times they fire.
- systemd Unit GeneratorGenerate a hardened service or timer unit, with the directives that are silently ignored in the wrong section put in the right one.
- rsync Command BuilderBuild an rsync command with the trailing-slash rule and the cost of --delete made explicit.
- find Command BuilderBuild a find command with the global options in the right position and the -size and -delete traps flagged.
- tar Command BuilderBuild a tar command for creating, listing or extracting, and catch an archive name that contradicts its compression.
Runs locally
chmod Permission Calculator
Convert between octal and symbolic file modes, including setuid, setgid and the sticky bit.
Runs locally
Cron Expression Builder
Build and read cron expressions in plain language, and see the next times they fire.
Runs locally
systemd Unit Generator
Generate a hardened service or timer unit, with the directives that are silently ignored in the wrong section put in the right one.
Runs locally
rsync Command Builder
Build an rsync command with the trailing-slash rule and the cost of --delete made explicit.
Runs locally
find Command Builder
Build a find command with the global options in the right position and the -size and -delete traps flagged.
Runs locally
tar Command Builder
Build a tar command for creating, listing or extracting, and catch an archive name that contradicts its compression.