본문 바로가기

728x90

pip install

AWS CLI 설치하는 방법 AWS CLI 설치하는 방법 테스트 환경 $ lsb_release -d Description: Ubuntu 22.04.1 LTS $ uname -m x86_64 ** AWS CLI v2는 v1과 비교하여 더 많은 기능을 제공하며 보안 및 성능 개선이 이루어진 새로운 버전입니다. AWS CLI 설치(AWS CLI v1) 더보기 apt 저장소 업데이트 sudo apt-get update pip(파이썬 패키지 관리자) 설치 sudo apt-get install -y python3-pip pip3 --version $ pip3 --version pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10) AWS CLI 설치 sudo pip3 install .. 더보기
Ubuntu 18.04 LTS에서 Python 3.9으로 업그레이드하는 방법 Ubuntu 18.04 LTS에서 Python 3.9으로 업그레이드하는 방법 테스트 환경 $ cat /etc/os-release NAME="Ubuntu" VERSION="18.04.6 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_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/pri.. 더보기
[리눅스] httpstat 웹 사이트 성능 확인 도구 httpstat 웹 사이트 성능 확인 도구 httpstat는 curl과 같은 도구로 http/https 프로세스를 시각화하고 기간을 표시합니다. 설치 환경 - macOS httpstat 설치(pip install) pip3 install httpstat httpstat 사용 방법 httpstat www.sangchul.kr httpstat sangchul.kr help 페이지 $ httpstat --help Usage: httpstat URL [CURL_OPTIONS] httpstat -h | --help httpstat --version Arguments: URL url to request, could be with or without `http(s)://` prefix Options: CURL_OPT.. 더보기

728x90