vault backup: 2024-05-15 19:12:54
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# Allgemein
|
||||
## Enable root ssh
|
||||
|
||||
|
||||
```
|
||||
nano /etc/ssh/sshd_config
|
||||
```
|
||||
|
||||
Folgende Zeile entsprechend anpassen:
|
||||
|
||||
```
|
||||
PermitRootLogin yes
|
||||
```
|
||||
|
||||
```
|
||||
systemctl restart sshd
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
## ZFS Pool zuweisen
|
||||
|
||||
```
|
||||
chmod -R 777 /wd/media
|
||||
pct set 105 --mp1 /wd/media,mp=/root/metube/media
|
||||
pct set 108 --mp1 /wd/media,mp=/mnt/media
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user