{"id":21301497,"url":"https://github.com/glud/shutdowncron","last_synced_at":"2025-07-03T02:33:02.460Z","repository":{"id":69011950,"uuid":"55196434","full_name":"GLUD/ShutdownCron","owner":"GLUD","description":"Un script que permite apagar el pc a una determinada hora todos los días.","archived":false,"fork":false,"pushed_at":"2016-04-01T03:53:59.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T18:32:23.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://glud.org","language":"Shell","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/GLUD.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-01T02:04:16.000Z","updated_at":"2016-05-23T19:50:17.000Z","dependencies_parsed_at":"2023-02-23T12:31:13.213Z","dependency_job_id":null,"html_url":"https://github.com/GLUD/ShutdownCron","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GLUD/ShutdownCron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLUD%2FShutdownCron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLUD%2FShutdownCron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLUD%2FShutdownCron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLUD%2FShutdownCron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GLUD","download_url":"https://codeload.github.com/GLUD/ShutdownCron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLUD%2FShutdownCron/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263247229,"owners_count":23436817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-21T15:46:12.125Z","updated_at":"2025-07-03T02:33:02.453Z","avatar_url":"https://github.com/GLUD.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 1. Copiar el script en `/usr/bin` con el comando:\n```\n# cp shutdown.sh /usr/bin/shutdown.sh\n```\n# 2. Crear entrada en crontab:\nCrontab es un servicio que permite cargar scripts u otras aplicaciones cada vez que se le indique, se quiere modificar el crontab del usuario root:\n```\n# crontab -e\n```\n## 2.1 Escribe las siguientes líneas entra en modo \"insertar\" presionando `i`:\n```\n00 23 * * * /usr/bin/shutdown.sh \u0026\u003e/tmp/myscript.log\n```\nEn este caso las 00 minutos 23 horas son las 11:00PM\n## 2.2 Escribir los cambios del archivo:\nPresiona `:wq` para guardar los cambios.\n# 3. Ver los cambios\nOpcionalmente puedes ver los cambios con el comando\n```\n# crontab -l\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglud%2Fshutdowncron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglud%2Fshutdowncron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglud%2Fshutdowncron/lists"}