변군이글루 썸네일형 리스트형 앱코 HACKER K935P V2 PBT 무접점 (45g) 키보드 청소 물티슈 키보드 청소 물티슈 키보드 세척 과정키보드 청소 전키보드 키 분리키 세척 후 다시 키 조립세척 완료무접점 키보드 공용 매뉴얼 더보기 AWS 클라우드프론트 아이피를 가져와 zonefile을 생성하시오 AWS 클라우드프론트 아이피를 가져와 zonefile을 생성하시오aws 서울 리전 클라우드프론트 아이피를 가져와서 현재 iplist.txt 파일에 있는 아이피 리스트와 대역을 비교하여 일치하면 iplist.txt에 있는 아이피로 A 레코드를 등록하고 zonefile을 생성하시오cat iplist.txt13.210.67.230서울 리전의 클라우드프론트에 대한 모든 IPv4 주소 가져오기curl -Ssf https://ip-ranges.amazonaws.com/ip-ranges.json | jq -r '.prefixes[] | select(.region=="ap-southeast-2") | select(.service=="CLOUDFRONT") | .ip_prefix'$ curl -Ssf https://ip.. 더보기 ansible-playbook apache(httpd) install ansible-playbook apache(httpd) installos-pkg-apache.yaml editvim os-pkg-apache.yaml---### ansible -i ~/ansible-spec/inventory kube-node1 -m gather_facts### ansible-doc yum### ansible-doc apt- hosts: all gather_facts: yes tasks: - name: install apache on centos yum: name: httpd state: present when: ansible_facts['distribution'] == "CentOS" and ansible_facts['lsb']['m.. 더보기 우분투 20.04에 VirtualBox를 설치하는 방법 우분투 20.04에 VirtualBox를 설치하는 방법테스트 환경운영체제 정보$ cat /etc/os-releaseNAME="Ubuntu"VERSION="20.04.4 LTS (Focal Fossa)"ID=ubuntuID_LIKE=debianPRETTY_NAME="Ubuntu 20.04.4 LTS"VERSION_ID="20.04"HOME_URL="https://www.ubuntu.com/"SUPPORT_URL="https://help.ubuntu.com/"BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"VERSION.. 더보기 [url] 랜덤 문자열 생성기 랜덤 문자열 생성기https://randstrgen.lazyig.com/bash 랜덤 문자열 생성echo $RANDOM | base64 | head -c 20; echo$ echo $RANDOM | base64 | head -c 20; echoMTYyNjYK리눅스 쉘에서 랜덤 문자열을 생성하는 방법openssl 명령어를 사용하여 랜덤 문자열을 생성하는 방법과 /dev/urandom을 사용하는 방법 두 가지를 소개하겠습니다.1. openssl을 사용하여 랜덤 문자열 생성openssl rand -base64 32위 명령어를 실행하면 길이가 32인 랜덤 문자열이 생성됩니다. -base64 옵션은 Base64 인코딩을 사용하여 랜덤 문자열을 출력합니다. 필요에 따라 길이를 조절하거나 다른 인코딩을 사용할 수 있.. 더보기 [이슈] 2022년 Gartner 최고의 전략적 기술 동향 2022년 Gartner 최고의 전략적 기술 동향(Gartner Top Strategic Technology Trends for 2022)[1] 성장 가속(Accelerating Growth) 부문Trend 9: 분산형 엔터프라이즈(Distributed Enterprises)Trend 10: 통합 경험(Total Experience, TX)Trend 11: 오토노믹 시스템(Autonomic Systems)Trend 12: 제너레이티브 AI(Generative Artificial Intelligence)[2] 변화 형성(Sculpting Change) 부문Trend 5: 컴포저블 애플리케이션(Composable Applications)Trend 6: 의사결정 지능(Decision Intelligence)T.. 더보기 macOS에서 Ansible을 설치하는 방법(Homebrew 기준) macOS에서 Ansible을 설치하는 방법테스트 환경운영체제 정보system_profiler SPSoftwareDataType | egrep 'System Version' System Version: macOS 12.5 (21G72)Homebrew를 이용한 Ansible 설치설치 가능 패키지 확인brew search ansible==> Formulaeansible ansible-cmdb ansible-language-server ansible-lint ansible@2.8 ansible@2.9==> Casksansible-dk기본적으로 ansible 최신 버전을 설치하는 것을 권장합니다.특정 레거시 환경이 아니라면 ansible@2.x는 사용하지 않는 것이 좋습니다... 더보기 우분투에 node.js와 npm을 설치하는 방법 우분투에 node.js와 npm을 설치하는 방법NVM(Node Version Manager)NPM(Node Package Manager)테스트 환경운영체제 버전 정보$ cat /etc/lsb-releaseDISTRIB_ID=UbuntuDISTRIB_RELEASE=22.04DISTRIB_CODENAME=jammyDISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS"1. NVM 설치NVM 설치 스크립트를 다운로드하고 실행합니다.curl -s -o- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash$ curl -s -o- https://raw.githubusercontent.com/creationix/nvm/m.. 더보기 이전 1 ··· 22 23 24 25 26 27 28 ··· 64 다음