여기서 최신의 Update를 확인할 수 있다.
Month: November 2019
chrome 사용법
docker 설치하기 및 시작하기
<설치하기>
curl -fsSL get.docker.com -o install-docker.sh
sh install-docker.sh
<시작하기>
systemctl start docker
systemctl enable docker
<확인하기>
docker version
<접속하기>
docker run -it alpine
ping http://www.google.com
Microsoft Ignite 2019 자료
최신 Windows Terminal 설치하기
참고: https://github.com/microsoft/terminal
여기를 보고 설치하면 된다.
설치 요구 조건: Windows 10 version 1903/OS build 18362