전체 글 (93) 썸네일형 리스트형 Intellij react, sass, yarn 설치 sudo apt-get install curl (apt-get(Advanced Packaging Tool): 우분투(Ubuntu)를 포함안 데비안(Debian)계열의 리눅스에서 쓰이는 팩키지 관리 명령어 도구. sudo는 superuser권한으로 실행하기 위함입니다.) curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - (API를 테스트 하거나 웹사이트 정보를 얻기 위해서 다양한 방법을 사용합니다. 이 중에 가벼운 어플리케이션으로 간단하게 사용하는 curl이 많이 사용되죠. 이는 컬이라고 불립니다. #curl이란?서버와 통신할 수 있는 커맨드 명령어 툴입니다. 웹개발에 매우 많이 사용되고 있는 무료 오픈소스입니다. curl의 특징으로는 다음과.. 이클립스 Branch Pull Error Git 퍼스펙티브 > 원격저장소 우클릭 > Properties > Configuration 에서 Open을 클릭한다. Wiindow - showview - other - git - Git Repositories > 창에서 우클릭 > Properties - Configuration - Open(loaction창 옆 버튼) [core] repositoryforamtversion = 0 filemode = true logallrefupdates = true [remote "origin"] url = https:// github.com/레파지토리 주소 push = ref/heads/*:refs/heads/* fetch = +refs/heads/*:refs/remotes/origin/**으로 변경.. 리눅스에 sqldeveloper설치 오라클 sql developer 다운검색해서 로그인하고 linux rpm다운 다운받은 위치에 sudo apt install rpm rpm설치 rpm2cpio sqldeveloper-19.2.1.247.2212.noarch.rpm | cpio -idv 입력해서 압축해제 cd Downloads/opt/sqldeveloper/sqldeveloper/bin ./sqldeveloper or cd Downloads/opt/sqldeveloper sh sqldeveloper.sh 이전 1 ··· 15 16 17 18 19 20 21 ··· 31 다음