대부분 라이센스 MIT ■ moon https://github.com/TaylanTatli/Moon TaylanTatli/Moon Moon is a minimal, one column jekyll theme. Contribute to TaylanTatli/Moon development by creating an account on GitHub. github.com ■ whiteglass https://yous.github.io/whiteglass/ whiteglass theme Minimal, responsive Jekyll theme for hackers. yous.github.io ■ Type-on-Strap https://sylhare.github.io/Type-on-Strap/ Type on St..
1. Ruby devkit 설치 https://rubyinstaller.org/downloads/ Downloads Which version to download? If you don’t know what version to install and you’re getting started with Ruby, we recommend you use Ruby+Devkit 2.6.X (x64) installer. It provides the biggest number of compatible gems and installs MSYS2-Devkit alongside Ruby, s rubyinstaller.org 알아서 두게 놔두고 도스창 나오면 엔터 착실하게 쳐주면 됨 2. git repository정하기 [자기 ..
아니 잘되다가 내가 디버깅창 몇개 만져따고 저러는거야? react에서 디버깅과 관련하여 디버그 콘솔을 돌리다가 생긴 에러이다 프로그램 실행에서 경로를 찾을수 없다는 문제같은데... 생각보다 예민쓰;; 암튼 짜증나서 뭐 이것 저것 찾다가.. launch.json을 켜보자 저기 위에 프로그램 실행이 있다 { // IntelliSense를 사용하여 가능한 특성에 대해 알아보세요. // 기존 특성에 대한 설명을 보려면 가리킵니다. // 자세한 내용을 보려면 https://go.microsoft.com/fwlink/?linkid=830387을(를) 방문하세요. "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name":..
MobaXterm이뭘까? mobaXterm은 Secure Sell이다 시큐어 쉘(Secure Shell/SSH)은 네트워크 상의 다른 컴퓨터에 로그인하거나 원격시스템에서 명령을 실행하도록 도움을 주는 응용 프로그램이다. MobaXterm free Xserver and tabbed SSH client for Windows The ultimate toolbox for remote computing - includes X server, enhanced SSH client and much more! mobaxterm.mobatek.net 여기에 접속하면 요래요래뜬다 뜬다. 다운로도 받으셈 그럼 막 인스톨 창뜨고 넥스트와 어그리를 오지게 누르면 된다. 창켜지면 new session눌러서 접근 ㄱㄱ 형광펜 칠해놓은..
단축키룰 다른 툴에서 사용하는 단축키로 바꾸지 말것 ( 새로 깔아도 소용이없다. 포맷까지 해야.. ) ■ vs code plug_in 메모 ESLint Relative Path : 경로 작성시 편하게 작성 가능 Guides : 들여쓰기 체크 Reactjs code snippets : react snippet ■ 단축 log : console.log();의 스니펫 F2 : rename ctrl + F5 : 실행 //node를 설치 한 상태여야 콘솔 실행이된다(그냥 js파일 등) ctrl + c : 블록 안잡아도 걍 그 한줄 복사 alt + shift +↓ : 똑같은 코드 그대로 밑줄에 복사 ctrl + \ : 작업 창 분리 alt +shfit + a : 전체주석 /* */ 이거 생김 alt + 방향키 : ..