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" "direction": "vertical"
@@ -146,7 +145,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "HomeLab/VPS/Nextcloud.md", "file": "ToDo's/ToDo's.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -163,7 +162,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "HomeLab/VPS/Nextcloud.md", "file": "ToDo's/ToDo's.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -186,7 +185,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "HomeLab/VPS/Nextcloud.md" "file": "ToDo's/ToDo's.md"
} }
} }
}, },
@@ -239,7 +238,7 @@
"obsidian-excalidraw-plugin:Create new drawing": false "obsidian-excalidraw-plugin:Create new drawing": false
} }
}, },
"active": "d7974c79f0f0f6b8", "active": "1eaac24b37fc747b",
"lastOpenFiles": [ "lastOpenFiles": [
"HomeLab/Linux Befehle.md", "HomeLab/Linux Befehle.md",
"HomeLab/VPS/Nextcloud.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 # Proxmox
## Unbekanntes Passwort für LXC ## Unbekanntes Passwort für LXC
Auf Server Console ausführen: 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 php --define apc.enable_cli=1 /var/www/nextcloud/updater/updater.phar
``` ```
---