일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- nodejs
- Python
- 비지니스영어
- 도커
- Mac
- SAP ERP
- 자바스크립트
- SAP ABAP
- 노드
- Spring Framework
- sap mm
- JavaScript
- 딥러닝
- Programming
- 유럽여행
- 파이썬
- 오라클 디비
- IT
- Java
- 머신러닝
- db
- Oracle DB
- 오라클
- node.js
- 영어
- ABAP
- SAP
- 자바
- oracle
- docker
Archives
- Today
- Total
목록Information Technology/Linux&Unit (3)
JIHYUN JEONG
MacOS 쉘(shell) 명령어가 먹히지 않는 오류(ls 등 기타 명령어)
PATH설정을 하다가 실수로 vim, vi, ls 명령어가 듣지 않는다면!!!!!!!!! 터미널을 켜고 PATH="$PATH:/usr/local/bin:/usr/bin:/bin" 해결 됩니다!!
Information Technology/Linux&Unit
2019. 2. 20. 16:02
[docker/container/도커/컨테이너] official guide tutorial(Part 1~ 2) 공식가이드 실습
해당 내용은 Docker 공식 사이트에서 실습한 내용을 정리한 내용 입니다. The following are the tutorial of docker official guide below what I have done.https://docs.docker.com/get-started/Get Started, Part 1: Orientation and setupDocker conceptsDocker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. The use of Linux containers to deploy applications is called containerizati..
Information Technology/Linux&Unit
2018. 12. 4. 18:53