{"id":19946685,"url":"https://github.com/codeincrypt/crontab-linux","last_synced_at":"2026-03-19T12:41:44.080Z","repository":{"id":164082545,"uuid":"356819221","full_name":"codeincrypt/crontab-linux","owner":"codeincrypt","description":"Setup for crontab linux","archived":false,"fork":false,"pushed_at":"2024-01-04T19:05:27.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T14:17:22.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeincrypt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-04-11T09:05:35.000Z","updated_at":"2024-02-21T09:28:02.000Z","dependencies_parsed_at":"2024-01-04T20:24:40.095Z","dependency_job_id":null,"html_url":"https://github.com/codeincrypt/crontab-linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeincrypt/crontab-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fcrontab-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fcrontab-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fcrontab-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fcrontab-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeincrypt","download_url":"https://codeload.github.com/codeincrypt/crontab-linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fcrontab-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30171656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T00:31:55.018Z","updated_at":"2026-03-06T10:04:23.433Z","avatar_url":"https://github.com/codeincrypt.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Installing Cron\nAlmost every Linux distribution has some form of cron installed by default. However, if you’re using an Ubuntu machine on which cron isn’t installed, you can install it using APT.\n\nBefore installing cron on an Ubuntu machine, update the computer’s local package index:\n\n```\nsudo apt update\n```\n\nThen install cron with the following command:\n\n```\nsudo apt install cron\n```\n \nYou’ll need to make sure it’s set to run in the background too:\n```\nsudo systemctl enable cron\n```\n\nYou can edit your crontab with the following command:\n```\ncrontab -e\n```\n\nIf you’d like to view the contents of your crontab, but not edit it, you can use the following command:\n\n```\ncrontab -l\n```\n\nYou can erase your crontab with the following command:\nWarning: The following command will not ask you to confirm that you want to erase your crontab. Only run it if you are certain that you want to erase it.\n```\ncrontab -r\n```\n\nThis command will delete the user’s crontab immediately. However, you can include the -i flag to have the command prompt you to confirm that you actually want to delete the user’s crontab:\n\n```\ncrontab -r -i\n ```\nOutput\ncrontab: really delete sammy's crontab? (y/n)\n\n\nFor example\n```\n0 0 * * * /etc/python/project1/main.py\n0 5 * * * pm2 restart 0\n ```\n\n## Crontab guru\nThe quick and simple editor for cron schedule expressions by Cronitor\n\nClick here [Crontab](https://crontab.guru/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeincrypt%2Fcrontab-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeincrypt%2Fcrontab-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeincrypt%2Fcrontab-linux/lists"}