- 우분투
- 설치:
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.
Kubernetes Node A Node is a worker machine in Kubernetes and may be either a virtual or a physical machine, depending on the cluster.
NodePort nodeport 를 구성하기 위한 yaml 예시: helloworld-nodeport.yaml apiVersion: v1 kind: Service metadata: name: helloworld-nodeport spec: type: NodePort ports: - port: 8080...
Pip Install 1.1.
Install Latest Cmake LightGBM 을 빌드해서 설치하려는데 cmake 관련 에러가 발생할 경우 최신 버전을 설치해주면 된다.
WWW The Web Coferences B) 2022 On Designing a Two-stage Auction for Online Advertising Alleviating Cold-start Problem in CTR Prediction with A Variational Embedding Learning...
정의 Kubernetes Master 와 Kubernetes Node 간 커뮤니케이션을 담당하는 프로세스 It manages the Pods and the containers running on a machine.
서버에서 Supervisord 어디서 도는지 확인하기 ps aux | grep supervisord 입력해서 supervisord 의 pid 확인 sudo ls -al /proc/<pid> | grep cwd 으로 알아내기 A.1) 예시 ls -al /proc/1 | grep cwd : 실행할 경우...
g++ 컴파일 명령어 B) Options -std: 컴파일링 버전 옵션 예시) c++14 로 컴파일: g++ -std=c++14 -fopenmp: OpenMP 사용을 위한 옵션 -I: include 에 해당하는 디렉토리 specify 특이한 점은 directory path 와 -I 를 붙여써야된다.
Module 모듈 (Module) 은 하나의 파일 .py 을 가리킴 파이썬 모듈 .py 파일은 import 하여 사용할 수 있을 뿐만 아니라, 해당 모듈 파일 안에 있는 스크립트 전체를 바로 실행할 수도 있다.