windows
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 | ||
windows [2020/06/21 06:59] – rex8312 | windows [2024/05/18 10:24] (현재) – [편의 기능] rex8312 | ||
---|---|---|---|
줄 1: | 줄 1: | ||
====== Windows ====== | ====== Windows ====== | ||
+ | |||
+ | ===== 편의 기능 ===== | ||
+ | |||
+ | * http:// | ||
+ | * launchy 대체 | ||
+ | * https:// | ||
+ | |||
===== WSL (Windows Linux Subsystem) ===== | ===== WSL (Windows Linux Subsystem) ===== | ||
줄 61: | 줄 68: | ||
| | ||
| | ||
- | ===== 디렉토리 심볼릭 링크 생성 ===== | + | ===== 디렉토리 심볼릭 링크(symbolic link) 생성 ===== |
mklink /d {link name} {target directory} | mklink /d {link name} {target directory} | ||
줄 77: | 줄 84: | ||
===== SSH server, client 설치 ===== | ===== SSH server, client 설치 ===== | ||
- | | + | * https://docs.microsoft.com/ko-kr/windows-server/ |
- | * 시작버튼 --> 설정 --> 앱 --> 앱 및 기능(선택적 기능 관리) --> 기능 추가 --> OpenSSH Client/ | + | |
- | | + | |
- | * sshd 설치 | ||
- | * https:// | ||
- | * https:// | ||
- | < | ||
- | # C:\Program Files\OpenSSH에 압축해제 | ||
- | # 관리자 권한으로.. | ||
- | powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1 | ||
- | ssh-keygen.exe -A | ||
- | powershell.exe -ExecutionPolicy Bypass -File FixHostFilePermissions.ps1 | ||
- | powershell.exe -ExecutionPolicy Bypass -File FixUserFilePermissions.ps1 | ||
- | # 방화벽 | + | ===== WSL에서 ssh server |
- | (서버) New-NetFirewallRule -Name sshd -DisplayName ' | + | |
- | (데스크톱, | + | |
- | # 서비스 시작 | + | * https:// |
- | net start sshd | + | |
- | # 서비스 자동 시작 | + | <code bash> |
- | Set-Service sshd -StartupType Automatic | + | sudo service ssh --full-restart |
- | Set-Service ssh-agent -StartupType Automatic | + | |
</ | </ | ||
- | |||
- |
windows.1592722790.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)