Skip to content

virtualserver.org

code snippets, served virtually

Category: Linux

Posted on 01.01.201903.04.2022

Zugriffsrechte einer Datei ändern

sudo chmod 644 privkey1.pem

Posted on 20.12.201829.07.2019

Ordner rekursiv löschen

rm -R FolderName/
Posted on 15.11.201803.04.2022

crontab alle 15 Minuten ohne Zertifikat-Check ausführen

crontab -e

(ohne sudo)

*/15 * * * * wget -q --no-check-certificate -O /dev/null https://www.domain.tld/cron.php

Prüfen mit:

crontab -l
Posted on 15.11.201803.04.2022

crontab zu bestimmten Uhrzeiten ausführen

crontab -e

(ohne sudo)

Immer um 9:00 Uhr, 15:00 Uhr und 23:00 Uhr:

0 9,15,23 * * * wget -q -O /dev/null https://www.domain.tld/task.php

Prüfen mit:

crontab -l

Posts pagination

Previous page Page 1 Page 2 Page 3

Suche

Categories

  • Excel VBA
  • Excel-Formeln
  • Freifunk
  • htaccess
  • Java
  • JavaScript
  • Linux
  • Mathematik
  • Netzwerk
  • Nextcloud
  • PHP
  • Python
  • RegEx
  • SEO
  • SQL
  • SSL / TLS
  • Windows
  • Word
  • WordPress
  • XML

Compliance

  • Disclaimer & Datenschutz
  • Impressum

RZ EMEA

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Proudly powered by WordPress
Click to Copy