vault backup: 2024-07-19 15:03:58

This commit is contained in:
2024-07-19 15:03:58 +02:00
parent 21cb17ddb1
commit 85b8e81dbc
3 changed files with 24 additions and 24 deletions
+5 -6
View File
@@ -79,8 +79,7 @@
}
}
}
],
"currentTab": 4
]
}
],
"direction": "vertical"
@@ -146,7 +145,7 @@
"state": {
"type": "backlink",
"state": {
"file": "HomeLab/VPS/Nextcloud.md",
"file": "ToDo's/ToDo's.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -163,7 +162,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "HomeLab/VPS/Nextcloud.md",
"file": "ToDo's/ToDo's.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -186,7 +185,7 @@
"state": {
"type": "outline",
"state": {
"file": "HomeLab/VPS/Nextcloud.md"
"file": "ToDo's/ToDo's.md"
}
}
},
@@ -239,7 +238,7 @@
"obsidian-excalidraw-plugin:Create new drawing": false
}
},
"active": "d7974c79f0f0f6b8",
"active": "1eaac24b37fc747b",
"lastOpenFiles": [
"HomeLab/Linux Befehle.md",
"HomeLab/VPS/Nextcloud.md",
+18 -16
View File
@@ -18,6 +18,24 @@ systemctl restart sshd
---
# User not available
```
nano /etc/passed
```
In Zeile von Benutzer hinten änderen
```
/usr/sbin/nologin
->
/bin/bash
```
---
# Proxmox
## Unbekanntes Passwort für LXC
Auf Server Console ausführen:
@@ -36,19 +54,3 @@ pct set 108 --mp1 /wd/media,mp=/mnt/media
```
# User not available
```
nano /etc/passed
```
In Zeile von Benutzer hinten änderen
```
/usr/sbin/nologin
->
/bin/bash
```
+1 -2
View File
@@ -10,5 +10,4 @@ Update Befehl:
php --define apc.enable_cli=1 /var/www/nextcloud/updater/updater.phar
```
---