본문 바로가기
728x90

OS99

Dockerfile R-base-focal:4.2.2 Dockerfile R-base-focal:4.2.2 FROM ubuntu:focal-20221019 RUN 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 wget apt-tr.. 2022. 11. 11.
Dockerfile R-Base:3.6.3 Bionic Dockerfile R-Base:3.6.3 Bionic FROM ubuntu:bionic-20221019 RUN 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 wget apt-.. 2022. 11. 10.
centos Desktop shortcut 생성 아래 샘플 내용을 적절하게 수정해서 작성 cd ~/.local/share/applications/ vi app-name.desktop [Desktop Entry] Version=1.0 Type=Application Name=Gogland Icon=/opt/Gogland/bin/gogland.png Exec="/opt/Gogland/bin/gogland.sh" %f Comment=The Golang IDE Categories=Development;IDE; Terminal=false StartupWMClass=jetbrains-gogland 2022. 2. 26.
Monterey의 Control Center LISTEN 5000 5000 포트 및 프로세스 확인 netstat -anv | grep LISTEN | grep 5000 응답 # netstat -anv | grep LISTEN | grep 5000 tcp6 0 0 *.5000 *.* LISTEN 131072 131072 1248 0 0x0100 0x00000006 tcp4 0 0 *.5000 *.* LISTEN 131072 131072 1248 0 0x0100 0x00000006 # ps -ef | grep 1248 501 1248 1 0 Fri05PM ?? 21:42.39 /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter 기본적으로 5000에서 수신하는 많은 Flask 앱을 ​​중단시.. 2022. 2. 8.
728x90