본문 바로가기

전체 글

(73)
[크롬] 크롬 개발자도구 붙여놓기 오류 Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type ‘allow pasting’ below to allow pasting. console 에 allow pasting 붙이기
[Linux] 명령어 https://dora-guide.com/linux-commands/ 리눅스 명령어 모음 BEST 50 초보자 및 전문가용 - 도라가이드 리눅스 명령어 모음 입니다. 오늘날 배울 수있는 가장 유용한 리눅스 명령어들이며, 리눅스 기본 명령어와 함께 정기적으로 사용할 50가지 최고의 Linux 명령어를 간략하게 요약하여 이 안내서를 dora-guide.com # 파일 편집, https://javaoop.tistory.com/43 [Linux] vi, cat 파일 편집, 파일 읽기 명령어 리눅스 vi와 cat 알아보기 Cat 명령어 - 출력만 가능 (읽기,보기) 1. 파일 열기(출력,보기) Cat [파일이름] 2. 각 행에 번호 붙여서 출력하기 cat -b [파일이름] 3. 빈 행에 번호 붙여서 출력하기 ca..
[jenkins] https://yeonyeon.tistory.com/56 [Jenkins] Jenkins 개념부터 설치, 연동까지 회사 스터디로 Jenkins 공부를 하게 되었다... Jenkins : www.jenkins.io/ Jenkins Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deplo.. yeonyeon.tistory.com # git + jenkins 연동 test2 [ success ] https://roqkfwkdldirl.tistory.com/31 Jenkins와 github 연동 (sonarqube제외^^) 1. Github 계정의 Jenk..