Compare commits
No commits in common. "f52a446a9d7fcfe480e13992d2ff325d63d41940" and "fad53e1f93df97c3260d8f74dd550b32980861bf" have entirely different histories.
f52a446a9d
...
fad53e1f93
|
|
@ -14,7 +14,7 @@
|
|||
"updateSubmodules": false,
|
||||
"syncMethod": "merge",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"autoBackupAfterFileChange": true,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": true,
|
||||
"setLastSaveToLastCommit": false,
|
||||
"submoduleRecurseCheckout": false,
|
||||
"gitDir": "",
|
||||
"showFileMenu": true,
|
||||
|
|
|
|||
|
|
@ -295,12 +295,6 @@ Restart jail
|
|||
service jail restart <jailname>
|
||||
```
|
||||
|
||||
Console without SSH
|
||||
|
||||
```
|
||||
service jail console 1
|
||||
```
|
||||
|
||||
# PF firewall enable FTP client using ftpproxy
|
||||
|
||||
Install ftp proxy
|
||||
|
|
|
|||
Loading…
Reference in New Issue