본문 바로가기

ubuntu

(3)
[Ubuntu] 우분투에서 실행 중인 포트 확인 및 죽이기 실행중인 포트 번호 조회lsof : 파일 또는 네트워크 리소스가 어떤 프로세스에 의해 사용되고 있는지 확인할 때 사용# 실행중인 포트 번호 조회lsof -i :  해당 포트 번호 죽이기 kill -9 : 프로세스를 강제로 종료하는 명령어-9 : SIGKILL 시그널을 의미하며, 프로세스를 무조건적으로 종료# 해당 프로세스 죽이기kill -9
[ERROR] bootImageBuild 시 open /cnb/buildpacks/... : no such file or directory 문제 ❗Docker 26 버전 다운로드 후, Gradle task 중 bootImageBuild 시 아래와 같은 에러 발생 > Running creator [creator] ===> ANALYZING [creator] Image with name "docker.io/library/build-image-issue:0.0.1-SNAPSHOT" not found [creator] ===> DETECTING [creator] ERROR: failed to initialize detector: open /cnb/buildpacks/paketo-buildpacks_new-relic/8.7.0/buildpack.toml: no such file or directory..
[Linux] Oracle VM VirtualBox 설치 및 Ubuntu 가상머신(VM) 구축하기 VirtualBox 를 이용하여, 내 컴퓨터 안에서 Ubuntu 가상환경 생성 후, putty로 접속하도록 하겠습니다. 다운로드자신의 운영체제에 맞게 설치 VirtualBox-7.0.4 버전 다운로드   Downloads – Oracle VM VirtualBoxDownload VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries By downloading, you agree to the terms and conditions of the respective license. If you're looking for the latest VirtualBox 6.1 packages, see ..