잡다한 개발팁

log_liveview.ps1(encoding utf8 ==> 한글깨짐방지) Get-Content logfile.log -encoding utf8 -Wait -Tail 20 log_listview.bat (PowerShell Policy 권한제한을 우회하기 위해 배치파일로 우회옵션을 넣어줍니다, 실제로 실행하는파일) rem PowerShell Policy 우회실행(-executionpolicy bypass) start powershell -executionpolicy bypass -file .\log_liveview.ps1 logfile.log 실시간으로 로그파일을 쓰고 있습니다. 실시간으로 로그파일을 작성중입니다. 이렇게 tail효과를 낼수 있습니다.
https://github.com/hampusborgos/country-flags GitHub - hampusborgos/country-flags: SVG and PNG renders of all countries' flags. SVG and PNG renders of all countries' flags. Contribute to hampusborgos/country-flags development by creating an account on GitHub. github.com
putty Dracura Theme https://github.com/teeli/dracula-putty GitHub - teeli/dracula-putty: A dark theme for PuTTY :scream: A dark theme for PuTTY. Contribute to teeli/dracula-putty development by creating an account on GitHub. github.com
https://github.com/naver/d2codingfont GitHub - naver/d2codingfont: D2 Coding 글꼴 D2 Coding 글꼴. Contribute to naver/d2codingfont development by creating an account on GitHub. github.com
테마 다운로드 및 복사 PC가 바뀌면 사용하던 테마가 무엇인지, 테마적용 폴더 위치가 어디인지 잊어버립니다. 매번 구글검색해서 찾는게 귀찮아 배치파일로 일괄 작업하도록 만들었습니다. 테마 파일 다운로드 및 테마 적용 폴더로 복사하는 배치파일입니다. NotePad++는 설치되어 있어야 됩니다. notepad_theme ├── wget.exe └── theme.bat @echo off REM 관리자 권한으로 실행할 경우 경로가 바꿔서 오류발생 NET SESSION >nul 2>&1 if %ERRORLEVEL% EQU 0 ( ECHO 관리자 권한으로 실행하지 마세요. ) else ( REM 테마 다운로드 REM VSCode2015 Dark Theme ( https://github.com/cydh/VS2015-..
글로 표현하는것 보다 애니메이션 한장으로 표현하는게 더 효율적일때 사용합니다. https://www.screentogif.com/ ScreenToGif - Record your screen, edit and save as a gif or video Free screen recorder tool. Record, edit and save as a gif or video. www.screentogif.com
zosystem
'잡다한 개발팁' 카테고리의 글 목록