본문 바로가기

반응형

centos7

(4)
Python3.8 ( on CentOS7.9) 설치하기 mainia.tistory.com/5966 CentOS 파이썬(Python) 3.8 설치하는 방법 CentOS 파이썬(Python) 3.8 설치하는 방법 환경: CentOS 7 요즘 개발자들에게 핫 한 언어가 “파이썬” 입니다. 한번쯤 들어 보셨거나 관련 개발 업무를 진행하시는 분들이 많을 겁니다. 실무에서는 리 mainia.tistory.com 소스로 다운받아서 설치하는 과정! 마지막 python -> python3.8 연결은 다른 프로그램 호환성으로 쓰지 않고, virtualenv, virtualenvwrapper 를 설치해서 사용자들이 사용하게 함! # python 정상설치 확인 python3.8 -V # 가상환경 모듈 설치 pip3.8 install virtualenv virtualenvwrapp..
MariaDB10.5 설치 하기 ( on CentOS7.9 ) bamdule.tistory.com/59 [Linux] CentOS7에 MariaDB 설치하기 안녕하세요. 이번에는 CentOS7에 MaraDB 설치 및 설정에 대한 포스팅을 진행하겠습니다. MariaDB는 오픈 소스의 관계형 데이터베이스 관리 시스템(RDBMS)이다. MySQL과 동일한 소스 코드를 기반으로 하며, bamdule.tistory.com 현재 설치 최신버전은 10.6! 그래서 한단계 아래에는 10.5 로 설치함 ( 10.5.9 ) + 방화벽 해제 해주면 완벽함! * 방화벽 해제하기 MariaDB 에서 쓰는 3306 포트만 해제 # firewall-cmd --permanent --zone=public --add-port=3306/tcp # firewall-cmd --reload # syste..
CentOS7.9 in VirtualBox 용량늘리기 wangin9.tistory.com/entry/vbox-centos7-memory VirtualBox 기반에서 CentOS7 저장소 용량 늘리는 방법 가상머신의 용량을 처음에 너무 작게 설정해서 이를 늘리는 방법을 찾아보았는데 그 방법들에 대한 포스팅이다. 가상머신을 이용해서 처음에 설정했던 저장소의 용량을 늘리는 방법과 마운트 wangin9.tistory.com 1. 가상머신에서 저장소 용량 늘리기 VirtualBox 는 저장소의 가상 크기를 조절하는 곳이 없다. UI가 아닌 cmd로 조절을 해야한다. 가상화된 OS가 아닌 VirtualBox를 실행시킨 OS에서 해주어야 한다 윈도우에 VirtualBox를 설치했다면 윈도우 cmd 창에서 설정해야한다는 것! 1. 버추얼박스가 설치된 위치(경로) 확인 (..
CentOS7.9 PostGreSQL9.6 설치 1. 레포지터리 업데이트 #> yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2. postgresql 설치 #> yum -y install postgresql96 postgresql96-server postgresql96-contrib postgresql96-libs 3. db 초기화 #> /usr/pgsql-9.6/bin/postgresql96-setup initdb 4. 시스템 시작 추가 systemctl start postgresql-9.6 5. 계정추가 copycoding.tistory.com/312 (참조) postgres 계정에서 실행해야..

반응형