Explore >> Select a destination


You are here

seb.jambor.dev
| | mjanja.ch
10.3 parsecs away

Travel
| | systemd has a cron replacement, and its better.
| | righteousit.com
8.1 parsecs away

Travel
| | You know what Linux needs? Another task scheduling system!said nobody ever Important Artifacts Command output: systemctl list-timers --all systemctl status *.timers File locations: /usr/lib/systemd/system/*.{timer,service} /etc/systemd/system $HOME/.config/systemd [/var]/run/systemd/transient/*.{timer,service} [/var]/run/user/*/systemd/transient/*.{timer,service} Also Syslog logs sent to LOG_CRON facility. The Basics If you've been busy trying to get actual work done on your Linux systems, you may have missed...
| | sylvaindurand.org
9.9 parsecs away

Travel
| |
| | automationhacks.io
55.9 parsecs away

Travel
| Redis is a powerful in-memory data store that could be used for a variety of test automation use cases. In this post, we setup a redis server on an ubuntu VM and see how we can use redis-cli and a simple Kotlin class to interact with our server.