techwiki:dos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
techwiki:dos [2024/01/09 03:50] – [Windows 3rd party command-line utility] yingtechwiki:dos [2024/01/11 12:53] – [PowerShell] ying
Line 402: Line 402:
  
   * http://technet.microsoft.com/en-us/sysinternals/bb545027   * http://technet.microsoft.com/en-us/sysinternals/bb545027
 +
  
 ===== PowerShell ===== ===== PowerShell =====
Line 408: Line 409:
     * run powershell as admin, then <code>set-executionpolicy remotesigned</code>     * run powershell as admin, then <code>set-executionpolicy remotesigned</code>
  
 +  * add ssh <code>
 +# Install the OpenSSH Client
 +Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
 +
 +# Install the OpenSSH Server
 +Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
 +</code>
 +  * you need put vim on server machine to be able to edit text file:
 +    * https://www.vim.org/download.php
  • techwiki/dos.txt
  • Last modified: 2024/01/11 12:58
  • by ying