Розбіжності
Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
Наступна ревізія | Попередня ревізія | ||
freebsd:install [05/03/2022 11:16] – створено Method | freebsd:install [19/12/2024 17:15] (поточний) – Method | ||
---|---|---|---|
Рядок 1: | Рядок 1: | ||
+ | {{indexmenu_n> | ||
+ | |||
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" | ||
+ | |||
+ | |||
+ | cleaning | ||
+ | |||
+ | <code bash> | ||
+ | tee / | ||
+ | #!/bin/sh | ||
+ | find / | ||
+ | EOF | ||
+ | chmod +x / | ||
+ | </ | ||
+ | |||
+ | cleaning nodeny logs | ||
+ | |||
+ | <code bash> | ||
+ | tee / | ||
+ | #!/bin/sh | ||
+ | find / | ||
+ | find / | ||
+ | EOF | ||
+ | chmod +x / | ||
+ | </ | ||
+ | |||
+ |