본문 바로가기

반응형

MacOS

packer 설치 Packer 설치Packer는 다양한 클라우드 플랫폼 및 가상화 기술을 사용하여 이미지를 생성하는 도구입니다. Packer를 설치하는 방법을 다음과 같이 안내해 드리겠습니다. packer 다운로드https://www.packer.io/downloadspacker 설치brew tap hashicorp/tapbrew install hashicorp/tap/packer> brew install hashicorp/tap/packer==> Downloading https://releases.hashicorp.com/packer/1.8.3/packer_1.8.3_darwin_arm64.zip######################################################################.. 더보기
macOS Apple Silicon에서 VirtualBox를 설치하는 방법 macOS Apple Silicon에서 VirtualBox를 설치하는 방법1. VirtualBox 다운로드https://www.virtualbox.org/wiki/Downloads2. VirtualBox 설치다운로드한 VirtualBox 설치 파일(.dmg)을 실행합니다.설치가 완료되면 닫기를 클릭합니다.3. 확장 팩 설치다운로드한 VirtualBox Extension Pack 설치 파일(.vbox-extpack)을 실행합니다."동의합니다"를 클릭하며 설치가 완료됩니다.4. 가상 머신 생성1. VirtualBox를 실행하고 New 버튼을 클릭합니다.2. 가상 머신 이름을 입력하고 사용할 운영 체제(OS)를 선택합니다.3. 메모리 크기와 가상 하드 디스크를 설정합니다.4. 설정을 완료한 후 Start를 클.. 더보기
데스크탑 및 스테이지 매니저 데스크탑 및 스테이지 매니저 맥 소노마에서 "배경화면을 클릭하여 데스크탑 표시" 기능은 배경화면을 클릭하면 모든 창이 숨겨지고 데스크탑이 표시되는 기능입니다. 이 기능을 사용하면 데스크탑에 있는 파일이나 폴더를 쉽게 찾을 수 있습니다. 이 기능을 사용하려면 다음과 같이 설정하십시오. macOS 소노마를 실행합니다. Apple 메뉴 > 시스템 환경설정을 선택합니다. 데스크탑 및 Dock을 클릭합니다. 배경화면을 클릭할 때 윈도우가 이동되게 하려면에서 항상 또는 스테이지 매니저에서만을 선택합니다. 항상을 선택하면 배경화면을 클릭할 때 모든 창이 숨겨지고 데스크탑이 표시됩니다. 스테이지 매니저에서만을 선택하면 스테이지 매니저가 켜져 있는 상태에서 배경화면을 클릭할 때 모든 창이 숨겨지고 데스크탑이 표시됩니다... 더보기
ip 명령어 ip 명령어 ip 명령어는 리눅스 시스템에서 네트워크 인터페이스를 관리하고 구성하는 데 사용되는 중요한 도구입니다. ip 명령어는 네트워크 인터페이스 설정, 라우팅 테이블 관리, VLAN 설정 및 다양한 네트워크 작업을 수행하는 데 사용됩니다. iproute(ip 명령어) 패키지 설치 ubuntu sudo apt-get update sudo apt-get install -y iproute2 $ ip -Version ip utility, iproute2-5.15.0, libbpf 0.5.0 centos sudo yum install -y iproute macos brew install iproute2mac > ip -Version iproute2mac, v1.4.1 ip 명령어의 기본 구문 ip [옵션] .. 더보기
[Ansible] macOS에 ansible 설치 macOS에 ansible 설치 테스트 환경 system_profiler SPSoftwareDataType | egrep 'System Version' $ system_profiler SPSoftwareDataType | egrep 'System Version' System Version: macOS 12.5 (21G72) ansible 설치(brew install) ansible search brew search ansible $ brew search ansible ==> Formulae ansible ansible-cmdb ansible-language-server ansible-lint ansible@2.8 ansible@2.9 ==> Casks ansible-dk ansible informatio.. 더보기
[Ansible] MacOS에 Ansible을 설치하기 MacOS에 Ansible을 설치하기 pip로 Ansible 설치 > pip3 install ansible > ansible --version ansible 2.10.9 config file = None configured module search path = ['/Users/sangchul/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.9.1 (default, Jan 8 2021,.. 더보기
[mac] macos sed 명령어 에러 macos sed 명령어 에러 sed -i 's/module.vpc/modules.vpc/g' test.tf sed -i 's/module.vpc/modules.vpc/g' test.tf $ sed -i 's/module.vpc/modules.vpc/g' test.tf sed: 1: "test.tf": extra characters at the end of p command 해결 방법 sed -i '' 's/module.vpc/modules.vpc/g' test.tf sed -i '' 's/module.vpc/modules.vpc/g' test.tf 더보기
compinit:503: no such file or directory: /usr/local/share/zsh/site-functions/_brew_cask 에러 compinit:503: no such file or directory: /usr/local/share/zsh/site-functions/_brew_cask 에러 $ source .zshrc compinit:503: no such file or directory: /usr/local/share/zsh/site-functions/_brew_cask 무슨 에러일까요? /usr/local/share/zsh/site-functions/_brew_cask 디렉토리가 있는데... $ ls -l /usr/local/share/zsh/site-functions/_brew_cask lrwxr-xr-x 1 user1 admin 44 8 15 2018 /usr/local/share/zsh/site-functions/_bre.. 더보기

반응형