MacOS 썸네일형 리스트형 [draft] ip 명령어 ip 명령어ip 명령어는 리눅스 시스템에서 네트워크 인터페이스를 관리하고 구성하는 데 사용되는 중요한 도구입니다. ip 명령어는 네트워크 인터페이스 설정, 라우팅 테이블 관리, VLAN 설정 및 다양한 네트워크 작업을 수행하는 데 사용됩니다.iproute(ip 명령어) 패키지 설치ubuntusudo apt-get updatesudo apt-get install -y iproute2$ ip -Versionip utility, iproute2-5.15.0, libbpf 0.5.0centossudo yum install -y iproutemacosbrew install iproute2mac> ip -Versioniproute2mac, v1.4.1ip 명령어의 기본 구문ip [옵션] 명령 [인터페이스 또는 객체.. 더보기 [draft] 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 searchbrew search ansible$ brew search ansible==> Formulaeansible ansible-cmdb ansible-language-server ansible-lint ansible@2.8 ansible@2.9==> Casksansible-dkansible in.. 더보기 [draft] httpstat 웹 사이트 성능 확인 도구 httpstat 웹 사이트 성능 확인 도구 httpstat는 curl과 같은 도구로 http/https 프로세스를 시각화하고 기간을 표시합니다. 설치 환경- macOShttpstat 설치(pip install)pip3 install httpstathttpstat 사용 방법httpstat www.sangchul.krhttpstat sangchul.krhelp 페이지$ httpstat --helpUsage: httpstat URL [CURL_OPTIONS] httpstat -h | --help httpstat --versionArguments: URL url to request, could be with or without `http(s)://` prefixOptions: C.. 더보기 이전 1 다음