freebsd:install

Розбіжності

Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.

Посилання на цей список змін

Наступна ревізія
Попередня ревізія
freebsd:install [05/03/2022 11:16] – створено Methodfreebsd:install [19/12/2024 17:15] (поточний) Method
Рядок 1: Рядок 1:
 +{{indexmenu_n>1}}
 +
 rescan pci devices to hot add  rescan pci devices to hot add 
   devctl rescan pci0   devctl rescan pci0
 +
 +editor
 +  pkg install nano 
 +  echo "set constantshow" >> /usr/local/etc/nanorc
 +
 +
 +cleaning 
 +
 +<code bash>
 +tee /etc/periodic/daily/cleanup-clientmqueue<<EOF
 +#!/bin/sh
 +find /var/spool/clientmqueue/ -type f -delete
 +EOF
 +chmod +x /etc/periodic/daily/cleanup-clientmqueue
 +</code>
 +
 +cleaning nodeny logs
 +
 +<code bash>
 +tee /etc/periodic/daily/nodeny-logs<<EOF
 +#!/bin/sh
 +find /usr/local/nodeny/logs/*/ -mtime +45 -delete
 +find /usr/local/nodeny/htdocs/tickets/ -type f -mtime +90 -delete
 +EOF
 +chmod +x /etc/periodic/daily/nodeny-logs
 +</code>
 +
 +
  • freebsd/install.1646478995.txt.gz
  • Востаннє змінено: 05/03/2022 11:16
  • повз Method