vault backup: 2026-08-09 10:48:00

This commit is contained in:
Novel
2026-08-09 10:48:00 +05:00
parent 1c5f12fa69
commit c5d961517d
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "cybersec/AD/Active Directory Basics.md", "file": "cybersec/OS/Powershell commands.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Active Directory Basics" "title": "Powershell commands"
} }
} }
] ]
@@ -41,7 +41,9 @@
"type": "file-explorer", "type": "file-explorer",
"state": { "state": {
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
"autoReveal": false "autoReveal": false,
"showSearch": false,
"searchQuery": ""
}, },
"icon": "lucide-folder-closed", "icon": "lucide-folder-closed",
"title": "Files" "title": "Files"
@@ -78,8 +80,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300, "width": 300
"collapsed": true
}, },
"right": { "right": {
"id": "19beab9b24a3a065", "id": "19beab9b24a3a065",
@@ -199,10 +200,10 @@
}, },
"active": "c3e5b400f87e4a39", "active": "c3e5b400f87e4a39",
"lastOpenFiles": [ "lastOpenFiles": [
"cybersec/AD/Active Directory Basics.md",
"Pasted image 20260809103935.png", "Pasted image 20260809103935.png",
"Pasted image 20260809103933.png", "Pasted image 20260809103933.png",
"Pasted image 20260809103854.png", "Pasted image 20260809103854.png",
"cybersec/AD/Active Directory Basics.md",
"English/dictionary.md", "English/dictionary.md",
"English/English.md", "English/English.md",
"English/conditional.md", "English/conditional.md",
+1 -1
View File
@@ -5,4 +5,4 @@
**Find-Module** и **Install-Module** - используются для того, что бы найти и установить дополнительный модуль (как в unix системах - установка доп. софта) **Find-Module** и **Install-Module** - используются для того, что бы найти и установить дополнительный модуль (как в unix системах - установка доп. софта)
`Find-Module -Name "PowerShell*"` `Find-Module -Name "PowerShell*"`
`Install-Module -Name "PowerShellGet"` `Install-Module -Name "PowerShellGet"`