본문 바로가기

728x90

기타

[기타] 웹 사이트 속도 체크 웹 사이트 속도 체크 Website Speed Test - https://tools.pingdom.com DNS CHECK - https://dnschecker.org - https://www.whatsmydns.net 더보기
[Mac] vscode 한 번에 여러 개 선택하여 수정하는 법 vscode 한 번에 여러 개 선택하여 수정하는 법 블록 지정 -> Ctrl + D Ctrl + Shift + L -> 지정 블록 수정 [mac] command + D command + shift + L [windows] Ctrl + D Ctrl + Shift + L 더보기
[mac] macOS에 kubectl 설치 및 설정 kubectl 설치 및 설정 최신 버전(1.25.x) brew install kubectl kubectl version --client --short $ kubectl version --client --short Flag --short has been deprecated, and will be removed in the future. The --short output will become the default. Client Version: v1.25.1 Kustomize Version: v4.5.7 1.22.10 버전 설치 sudo curl -fsSL https://storage.googleapis.com/kubernetes-release/release/v1.22.10/bin/darwin/amd64/ku.. 더보기
[url] terraform modules terraform modules providers - https://registry.terraform.io/browse/providers modules - https://registry.terraform.io/browse/modules Terraform Cloud https://app.terraform.io 더보기
[url] 랜덤 문자열 생성기 랜덤 문자열 생성기 https://randstrgen.lazyig.com/ 랜덤 문자열 생성기 소개 선택한 조건으로 랜덤한 문자열을 생성합니다. 귀찮은 게임닉네임 짓기 매크로풍의 닉네임 어떤가요? randstrgen.lazyig.com bash 랜덤 문자열 생성 echo $RANDOM | base64 | head -c 20; echo $ echo $RANDOM | base64 | head -c 20; echo MTYyNjYK 리눅스 쉘에서 랜덤 문자열을 생성하는 방법 openssl 명령어를 사용하여 랜덤 문자열을 생성하는 방법과 /dev/urandom을 사용하는 방법 두 가지를 소개하겠습니다. 1. openssl을 사용하여 랜덤 문자열 생성 openssl rand -base64 32 위 명령어를 실행하면.. 더보기
[URL] Amazon EC2 AMI Locator Amazon EC2 AMI Locator https://cloud-images.ubuntu.com/locator/ec2/ Ubuntu Amazon EC2 AMI Finder Amazon EC2 AMI Locator As Ubuntu cloud images are uploaded and registered on the Amazon EC2 cloud, they are referred to as AMI (Amazon Machine Images). Each AMI is a machine template from which you can instantiate new servers. Each AMI has its own unique I cloud-images.ubuntu.com 더보기
[Mac] parallels desktop command-line mac parallels desktop command-line prlctl - 유틸리티는 가상 머신을 관리하는 데 사용됩니다. 작업에는 가상 머신 생성 및 구성, 스냅샷 관리, 복제 작업, Parallels Tools 설치, 통계 가져오기, 문제 보고서 생성 등이 포함됩니다. prlsrvctl - 이 유틸리티는 Parallels Desktop을 관리하는 데 사용됩니다. 작업에는 Parallels Desktop에 대한 일반 정보 가져오기, Parallels Desktop 기본 설정 수정, 사용자 목록 가져오기, 통계 가져오기, 라이선스 설치 등이 포함됩니다. Parallels Desktop Business and Pro Editions | Command-Line Reference | v17 prlctl l.. 더보기
[Mac] Parallels Desktop에서 Vagrant를 사용하는 방법 Parallels Desktop에서 Vagrant를 사용하는 방법(설치 실패) mac os version(mac m1) $ sw_vers ProductName:macOS ProductVersion:12.5.1 BuildVersion:21G83 vagrent 설치 brew install vagrant $ vagrant --version Vagrant 2.3.0 vagrant-parallels 플러그인 설치 vagrant plugin install vagrant-parallels $ vagrant plugin list vagrant-parallels (2.2.5, global) mkdir vagrant-test cd vagrant-test vagrant 이미지 검색 Discover Vagrant Boxes .. 더보기

728x90