본문 바로가기

728x90

pip install

C276x260.fwebp.q85 [WIP] 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.. 더보기
C276x260.fwebp.q85 [draft] 우분투 18.04에서 Python 3.9으로 업그레이드하는 방법 우분투 18.04에서 Python 3.9으로 업그레이드하는 방법테스트 환경운영체제 정보$ cat /etc/os-releaseNAME="Ubuntu"VERSION="18.04.6 LTS (Bionic Beaver)"ID=ubuntuID_LIKE=debianPRETTY_NAME="Ubuntu 18.04.6 LTS"VERSION_ID="18.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".. 더보기
C276x260.fwebp.q85 [draft] AWS CLI 설치하는 방법 AWS CLI 설치하는 방법테스트 환경$ lsb_release -dDescription: Ubuntu 22.04.1 LTS$ uname -mx86_64** AWS CLI v2는 v1과 비교하여 더 많은 기능을 제공하며 보안 및 성능 개선이 이루어진 새로운 버전입니다.AWS CLI 설치(AWS CLI v1)더보기---APT 저장소 업데이트sudo apt-get updatepip(파이썬 패키지 관리자) 설치sudo apt-get install -y python3-pippip3 --version$ pip3 --versionpip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)AWS CLI 설치sudo pip3 install awscliAWS C.. 더보기

728x90