본문 바로가기
  • Tried. Failed. Logged.
728x90

정보4

neovim - nvim 설정 경로: ~/.config/nvim/init.vim 대충 내 설정) :set number " :set relativenumber :set autoindent :set tabstop=4 :set shiftwidth=4 :set smarttab :set softtabstop=4 :set mouse=a call plug#begin() Plug 'http://github.com/tpope/vim-surround' " Surrounding ysw) Plug 'https://github.com/preservim/nerdtree' " NerdTree Plug 'https://github.com/tpope/vim-commentary' " For Commenting gcc & gc Plug 'https://github.c.. 2022. 2. 8.
정보) 윈도우에서 파일 또는 폴더가 열려있어 수정 및 삭제가 안될 때 해결 법 리소스 모니터 검색 > CPU 탭 > 연결된 핸들 > 폴더 이름 검색 > 프로세스 우클릭 > 프로세스 끝내기 출처: https://blog.naver.com/PostView.nhn?blogId=jypent122&logNo=222155255754&categoryNo=131&parentCategoryNo=103&viewDate=&currentPage=1&postListTopCurrentPage=1&from=postView 윈도우에서 파일 또는 폴더가 열려있어 수정 및 삭제가 안될 때 해결방법 written by 달콤한 인생 @ ryukun8 가끔 윈도우를 사용하다보면 폴더나 파일을 삭제하거나 이름변경을 해야... blog.naver.com 2022. 2. 5.
ssh - 윈도우 10 ssh 방화벽 설정 New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH-Server-In-TCP' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22 출처: https://www.lainyzine.com/ko/article/how-to-run-openssh-server-and-connect-with-ssh-on-windows-10/ [Windows 10] OpenSSH 서버 실행하고 SSH로 접속하는 방법 Linux 뿐만 아니라 Windows 10에서도 OpenSSH 서버를 실행하고 서버로 사용하는 것이 가능합니다. OpenSSH 서버를 셋업하면 SSH 클라이언트로 서버에 접속하고 명령어를 실행할 수.. 2022. 1. 28.
ssh - 윈도우 10 sshd_config 설정 파일 경로 C:\ProgramData\ssh\sshd_config 2022. 1. 28.
728x90