ubuntu 3

python3.11 설치 방법 (ubuntu 20.04 기준)

우분투 20.04에 기본제공하는 python3.8 보다 python3.11이 속도적 측면으로 많이 개선되었다는 말을 들어서 한번 설치를 해보았다. https://betterdatascience.com/python-310-vs-python-311/ Python is About to Become 64% Faster - Python 3.10 vs. Python 3.11 Benchmark | Better Data Science Let’s compare Python 3.10 vs. Python 3.11 in an extensive benchmark test. Spoiler alert: Python 3.11 is up to 64% faster! betterdatascience.com 기본적으로 우분투의 경우 ppa..

개발/python 2023.05.14

mariadb와 zabbix 최신버전 설치(ubuntu 18.04)

1. mariadb 설치 1-1. https://downloads.mariadb.org/mariadb/repositories/#distro=Ubuntu&distro_release=bionic--ubuntu_bionic&mirror=yongbok&version=10.5 링크 주소를 접속 1-2. ubuntu 18.04 로 선택 후 아래의 커맨드를 입력 # apt-get install software-properties-common # apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc' # add-apt-repository 'deb [arch=amd64,arm64,ppc64el] https://mirror.yongbok..

ubuntu 16.04 openssl packaging

혹시몰라서 ubuntu 16.04에다 openssl 1.1.1 을 설치를 하라고 할까봐 혼자 패키징 삽질을 해보았다. 우분투 18.04 에서 apt-get source openssl 을 해서 소스파일을 ubuntu 16.04 로 가져와 devscripts 를 통해 작성자 및 버전정보를 삽입 후 dpkg-buildpackage -b 를 하는데!!! 위처럼 에러가 났다. 장작 5시간정도 헤메었으나 다음과 같이 해서 해결을 했다. 1. 먼저 필요패키징을 하기전 사전 준비를 하자! add-apt-repository ppa:jonathonf/debhelper apt-get update apt-get install debhelper m4 dpkg-dev bc build-essential devscripts add-..

카테고리 없음 2021.04.05