본문 바로가기

728x90

전체 글

소포 림프종(follicular lymphoma) 생존율은? 소포 림프종(follicular lymphoma) 생존율은? 소포 림프종(follicular lymphoma) 생존율은? What is the survival rate for follicular lymphoma? 여포성 림프종의 생존율은 다양하며 연령, 질병의 병기, 전반적인 건강 상태, 치료에 대한 반응과 같은 요인에 따라 달라질 수 있습니다. 그러나 전반적으로 여포성 림프종의 5년 생존율은 약 70%로 추정됩니다. 생존율은 평균이며 개인의 결과를 정확하게 예측하지 못할 수도 있다는 점에 유의하는 것이 중요합니다. 생존율과 예후에 대한 보다 구체적인 정보는 사례를 잘 아는 의사와 상담하는 것이 가장 좋습니다. chatGPT : https://chat.openai.com/chat 더보기
[기타] ChatGPT 사용법(chatgpt) ChatGPT 사용법 GPT-3 = Generative Pre-trained Transformer 3 ChatGPT 사이트 : https://chat.openai.com 가입(Sign up)하기 예시) - what is are name? - 파이션으로 구구단 코드 생성해줘 ChatGPT - Release Notes OpenAI ChatGPT API Welcome to OpenAI : https://platform.openai.com API 키 생성 OPENAI_API_KEY 환경 변수 등록 export OPENAI_API_KEY="sk-cFsdfsdbsdkflserjofwekfjowefkwerHfeefwq25uGuuoXV" echo $OPENAI_API_KEY $ echo $OPENAI_API_KEY s.. 더보기
[리눅스] consul-template 설치(install consul-template) consul-template 설치(install consul-template) consul-template 바이너리 파일로 설치 consul-template releases : https://releases.hashicorp.com/consul-template curl -sSL https://releases.hashicorp.com/consul-template/0.30.0/consul-template_0.30.0_linux_amd64.zip -o /tmp/consul-template.zip unzip /tmp/consul-template.zip -d /tmp/ chmod +x /tmp/consul-template mv /tmp/consul-template /usr/local/bin/consul-templ.. 더보기
[url] 우분투 맨페이지 저장(Ubuntu Manpage Repository) 우분투 맨페이지 저장(Ubuntu Manpage Repository) Home page : https://manpages.ubuntu.com/ Ubuntu Manpage Repository Provided by: sed_4.8-1ubuntu2_amd64 : https://manpages.ubuntu.com/manpages/kinetic/en/man1/sed.1.html 더보기
유닉스 타임스탬프 간의 변환 방법 유닉스 타임스탬프 간의 변환 방법(unix timestamp converter)** Epoch 또는 Unix 타임스탬프는 1970년 1월 1일 00:00 UTC 이후 지난 시간(초)입니다.날짜를 유닉스 타임스탬프로 변환(date → unix time)date 명령어를 사용하여 특정 날짜와 시간을 유닉스 타임스탬프로 변환할 수 있습니다.date -d "2023-01-02 03:04:05" +%s$ date -d "2023-01-02 03:04:05" +%s1672596245유닉스 타임스탬프를 날짜로 변환(unix time → date)로컬 날짜 형식으로 변환date 명령어를 사용하여 유닉스 타임스탬프를 로컬 날짜 형식으로 변환할 수 있습니다.date -d @1672596245$ date -d @167259.. 더보기
What Is My IP?(myip) What Is My IP? bind utilities centos yum install -y bind-utils ubuntu apt-get install -y bind9-dnsutils Public IP Address dig @resolver1.opendns.com myip.opendns.com +short Private IP Address ip route get 1.2.3.4 | awk '{ print $7 }' | egrep -v '^$' 더보기
free 명령어 free 명령어 free 명령어는 시스템의 메모리 사용 현황을 보여주는 유틸리티입니다. 기본 구문 free [옵션] 주요 옵션 -h, --human : 사용량을 사람이 이해하기 쉬운 형식으로 출력합니다. GB, MB 등의 단위로 표시됩니다. -b, --bytes : 바이트 단위로 메모리 사용량을 표시합니다. -k, --kilo : 킬로바이트(KB) 단위로 메모리 사용량을 표시합니다. -m, --mega : 메가바이트(MB) 단위로 메모리 사용량을 표시합니다. -g, --giga : 기가바이트(GB) 단위로 메모리 사용량을 표시합니다. -s , --seconds : 지정된 시간 간격으로 메모리 사용량을 출력합니다. 는 초 단위의 시간 간격을 나타냅니다. -t, --total : 메모리 총량을 포함하여 출력.. 더보기
[리눅스] consul 보안(security credentials) 설정 consul 보안(security credentials) 설정 consul 컨테이너 실행 docker run -it --rm -v ${PWD}/consul/certs:/consul/config/certs/ consul:latest /bin/sh --- docker container start cd /consul/config/certs consul gossip 암호화 키 생성 consul keygen $ consul keygen ozAzxQlvUHL3Qr0hhW2ibUxSa4B+M6RDz2bTC8OOsN0= consul.hcl 설정 vim /etc/consul.d/consul.hcl ... # bootstrap_expect bootstrap_expect = 3 # encrypt # Specifies the.. 더보기

반응형