사용자 도구

사이트 도구


windows

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
windows [2020/06/21 06:54] rex8312windows [2024/05/18 10:24] (현재) – [편의 기능] rex8312
줄 1: 줄 1:
 ====== Windows ====== ====== Windows ======
  
-===== SSH server, client 설치 =====+===== 편의 기능 =====
  
-  * 설치 +  * http://www.wox.one/ 
-    * 시작버튼 --> 설정 --> 앱 --> 앱 및 기능(선택적 기능 관리) --> 기능 추가 --> OpenSSH Client/Server 설치 --> 재부팅 +    * launchy 대체 
-    * https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/+  * https://www.voidtools.com/ko-kr/
  
-  * sshd 설치 
-    * https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH 
-    * https://o7planning.org/en/11409/installing-openssh-server-on-windows 
-<code> 
-# 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 (Windows Linux Subsystem) ===== 
-(서버New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH Server (sshd)' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22 + 
-(데스크톱, windows 10) netsh advfirewall firewall add rule name=sshd dir=in action=allow protocol=TCP localport=22+  * [[wsl]]
  
-# 서비스 시작 +===== 종료 명령 =====
-net start sshd+
  
-서비스 자동  +<code batch> 
-Set-Service sshd -StartupType Automatic +간뒤 종료 
-Set-Service ssh-agent -StartupType Automatic+shutdown --t 3600 
 +# 바로 종료 
 +shutdown --t 0 
 +# 종료 취소 
 +shutdown -a
 </code> </code>
-  
  
 +===== Update =====
 +
 +  * 자동 업데이트 막기
 +    * http://s3delta.tistory.com/125
 +
 +
 +  * 업데이트후 자동 재부팅 막기
 +    * http://redhoodie.tistory.com/29
 +
 +===== 콘솔창 Codepage 변경 =====
 +
 +  chcp 949  # cp949로 변경
 +  
  
 ===== cmd 창 color scheme 변경 ===== ===== cmd 창 color scheme 변경 =====
줄 63: 줄 68:
      
      
-===== 디렉토리 심볼릭 링크 생성 =====+===== 디렉토리 심볼릭 링크(symbolic link) 생성 =====
  
   mklink /d {link name} {target directory}   mklink /d {link name} {target directory}
줄 72: 줄 77:
 WIN + R -> 명령 입력 -> CTRL + SHIFT + ENTER WIN + R -> 명령 입력 -> CTRL + SHIFT + ENTER
  
-====== 특수문자 ======+====== 특수문자 입력 ======
  
   * windows key + '.'   * windows key + '.'
   * ×: alt + 0215   * ×: alt + 0215
  
-===== WSL (Windows Linux Subsystem) =====+===== SSH server, client 설치 =====
  
-  * [[wsl]]+  * https://docs.microsoft.com/ko-kr/windows-server/administration/openssh/openssh_install_firstuse 
 + 
 + 
 +===== WSL에서 ssh server 설정 ===== 
 + 
 +  * https://superuser.com/questions/1111591/how-can-i-ssh-into-bash-on-ubuntu-on-windows-10 
 + 
 +<code bash> 
 +sudo service ssh --full-restart 
 +</code>
windows.1592722445.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)