Compare commits

...

2 Commits

Author SHA1 Message Date
Jerry Jacobs f52a446a9d vault backup: 2024-08-11 13:04:38 2024-08-11 13:04:38 +02:00
Jerry Jacobs 9fe74509cf vault backup: 2024-08-11 12:22:22 2024-08-11 12:22:22 +02:00
2 changed files with 8 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"updateSubmodules": false, "updateSubmodules": false,
"syncMethod": "merge", "syncMethod": "merge",
"customMessageOnAutoBackup": false, "customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": true, "autoBackupAfterFileChange": false,
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "",
@ -23,7 +23,7 @@
"showedMobileNotice": true, "showedMobileNotice": true,
"refreshSourceControlTimer": 7000, "refreshSourceControlTimer": 7000,
"showBranchStatusBar": true, "showBranchStatusBar": true,
"setLastSaveToLastCommit": false, "setLastSaveToLastCommit": true,
"submoduleRecurseCheckout": false, "submoduleRecurseCheckout": false,
"gitDir": "", "gitDir": "",
"showFileMenu": true, "showFileMenu": true,

View File

@ -295,6 +295,12 @@ Restart jail
service jail restart <jailname> service jail restart <jailname>
``` ```
Console without SSH
```
service jail console 1
```
# PF firewall enable FTP client using ftpproxy # PF firewall enable FTP client using ftpproxy
Install ftp proxy Install ftp proxy