Coder Social home page Coder Social logo

Cron syntax about dyndns-autologin HOT 4 CLOSED

kopf avatar kopf commented on July 26, 2024
Cron syntax

from dyndns-autologin.

Comments (4)

kopf avatar kopf commented on July 26, 2024

The / in */25 is unnecessary. Should simply be 30 17 25 * *. Also this will be run at 17:30, not 15:30.

Feel free to submit a pull request, adding this info.

from dyndns-autologin.

themrb avatar themrb commented on July 26, 2024

I would well be wrong - this is the first time I've looked up cron - but the information I consulted suggested "30 17 25 * *" will fire it on the 25th of every month rather than every 25th day? Once a month exactly would mean you get an email and possibly deleted.

from dyndns-autologin.

kopf avatar kopf commented on July 26, 2024

Well, not really - cron doesn't have a way to conceive "every 25th day". All it has to work with is the current date. */25 basically means "every date of the month, as long as that date is evenly divisible by 25" - which is true for only one date, the 25th.

The purpose of this is stuff like "Every second day", e.g. */2.

from dyndns-autologin.

kopf avatar kopf commented on July 26, 2024

Hi,

just writing here to let you know I've created a free DynDNS alternative, now that they've completely shut down their free service.

You can sign up at https://zzzz.io .

Enjoy.

from dyndns-autologin.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.