본문 바로가기
728x90

OS115

🥰 Dockerfile R-base-focal:4.2.2 Dockerfile R-base-focal:4.2.2FROM ubuntu:focal-20221019RUN sed -i 's/kr.archive.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list && \ sed -i 's/archive.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list && \ sed -i 's/security.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list && \ ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && \ apt update && apt install -y gpg w.. 2022. 11. 11.
🥰 Dockerfile R-Base:3.6.3 Bionic Dockerfile R-Base:3.6.3 Bionic FROM ubuntu:bionic-20221019RUN sed -i 's/kr.archive.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list && \ sed -i 's/archive.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list && \ sed -i 's/security.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list && \ ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && \ apt update && apt install -y gp.. 2022. 11. 10.
🥰 centos Desktop shortcut 생성 아래 샘플 내용을 적절하게 수정해서 작성cd ~/.local/share/applications/vi app-name.desktop [Desktop Entry]Version=1.0Type=ApplicationName=GoglandIcon=/opt/Gogland/bin/gogland.pngExec="/opt/Gogland/bin/gogland.sh" %fComment=The Golang IDECategories=Development;IDE;Terminal=falseStartupWMClass=jetbrains-gogland 2022. 2. 26.
🥰 Monterey의 Control Center LISTEN 5000 5000 포트 및 프로세스 확인netstat -anv | grep LISTEN | grep 5000응답# netstat -anv | grep LISTEN | grep 5000tcp6 0 0 *.5000 *.* LISTEN 131072 131072 1248 0 0x0100 0x00000006tcp4 0 0 *.5000 *.* LISTEN 131072 131072 1248 0 0x0100 0x00000006# ps -ef | grep 1248 501 124.. 2022. 2. 8.
728x90