- 우분투
- 설치:
apt-get install -y nodejs- 이후:
ln -s /usr/bin/nodejs /usr/bin/node입력
- 이후:
- 설치:
1 min read
apt-get install -y nodejs
ln -s /usr/bin/nodejs /usr/bin/node 입력Best way to self-host obsidian publish? : r/ObsidianMD.
nodeport 를 구성하기 위한 yaml 예시: helloworld-nodeport.yaml apiVersion: v1 kind: Service metadata: name: helloworld-nodeport spec: type: NodePort ports: - port: 8080 protocol: TCP...
Pip Install Command not Found Error pip install 을 통해 라이브러리를 설치해도 명령어를 찾을 수 없는경우 echo "export PATH=\" python3 -m site user-base /bin:\$PATH\"" >>...
A Node is a worker machine in Kubernetes and may be either a virtual or a physical machine, depending on the cluster.
The Web Coferences 2022 On Designing a Two-stage Auction for Online Advertising Alleviating Cold-start Problem in CTR Prediction with A Variational Embedding Learning Framework .
Install Latest Cmake LightGBM 을 빌드해서 설치하려는데 cmake 관련 에러가 발생할 경우 최신 버전을 설치해주면 된다.
정의 Kubernetes Master 와 Kubernetes Node 간 커뮤니케이션을 담당하는 프로세스 It manages the Pods and the containers running on a machine.
컴파일 명령어 Options -std: 컴파일링 버전 옵션 예시) c++14 로 컴파일: g++ -std=c++14 -fopenmp: OpenMP 사용을 위한 옵션 -I: include 에 해당하는 디렉토리 specify 특이한 점은 directory path 와 -I 를 붙여써야된다.
모듈 (Module) 은 하나의 파일 .py 을 가리킴 파이썬 모듈 .py 파일은 import 하여 사용할 수 있을 뿐만 아니라, 해당 모듈 파일 안에 있는 스크립트 전체를 바로 실행할 수도 있다.
Pods 강제로 내리기 kubectl delete pods <팟이름> grace-period=0 force 외부 연결하기 service 에서 NodePort 를 설정하고, pod 이 어떤 노드에 할당되어 있는지 확인한 뒤에, 해당 노드의 internal ip:port num 형식으로 연결을 시도하면 된다.