Supprimer Rendre public Rendre privé Add tags Delete tags
  Ajouter un tag   Annuler
  Supprimer le tag   Annuler
  • • DevOps notes •
  •  
  • AI
  • Tags
  • Connexion

Crontab / at/shaare/1A4x7g

  • linux
  • linux

Crontab Basics

  • crontab -e → edit crontab
  • crontab -l → list crontab entries
  • crontab -r → remove crontab entries
  • systemctl status crond → check crond service status

AT: One-time Scheduled Tasks

  • Used to schedule jobs only once.

Scheduling Examples:

  • at HH:MM PM → schedule a job

  • Example :

  • at 2:45PM 01/30/25

  • at 4PM + 4 days

  • at now + 5 hours

  • at 8:00AM Sun

  • at 10:00AM next month

Managing AT Jobs

  • atq → list the scheduled at jobs
  • atrm # → remove a specific at job (use number from atq)
  • systemctl status atd → check atd daemon status
8 months ago Permalien
cluster icon
  • Logical Volume Management (LVM) : LVM (Logical Volume Management) Combine disk together by software Add new HDD on the fly to extend disk space Set LVM in Linux install Desired...
  • Apache and Nginx : Apache Web Server dnf install httpd nano /etc/httpd/conf/httpd.conf nano /var/www/html/index.html systemctl restart httpd systemctl stop firewalld N...
  • Alias and command history : alias l="ls -al" → define alias unalias l → remove alias Persistent Alias Config User-specific: ~/.bashrc Global: /etc/bashrc Add: alias l="ls -a...
  • Linux filesystem : Directory Description /boot Grub.cfg /root home of root /dev system device (mouse, keyboard) /etc configuration files /bin → /usr/bin e...
  • Networking : Interface configuration files: /etc/nsswitch.conf → where resolve hostname to IP address /etc/hosts → add new IP to resolve /etc/resolv.conf → r...


(110)
Filtrer par liens sans tag
Replier Replier tout Déplier Déplier tout Êtes-vous sûr de vouloir supprimer ce lien ? Êtes-vous sûr de vouloir supprimer ce tag ? Le gestionnaire de marque-pages personnel, minimaliste, et sans base de données par la communauté Shaarli