GUI5 Docker - Portainer (GUI) :: Centos7 에 설치 해봤습니다. *설치 환경 Centos 7 Vmware 10 Docker version 20.10.11, build dea9396 * 환경 VMware 10 Centos 7.10 Docker 20.10.10 * 시작 전 docker 가 깔려있어야 합니다. https://tistory.bigju.co.kr/entry/Centos7-Docker-%EC%84%A4%EC%B9%98?category=894941 Centos7 - Docker 설치 * 환경 VMware 10 Centos 7.10 Docker 20.10.10 1. 패키지 업데이트 및 설치 sudo yum -y update sudo yum install yum-utils device-mapper-persistent-data lvm2 -y 2. Docker 리포지토리.. 2021. 12. 3. Centos7 -Docker (Private Registry 구축) * 환경 VMware 10 Centos7 Docker 10 HP DL320e Gen8 * 시작 전 docker 가 깔려있어야 합니다. https://bigju.tistory.com/entry/Centos7-Docker-%EC%84%A4%EC%B9%98 Centos7 - Docker 설치 * 환경 VMware 10 Centos 7.10 Docker 20.10.10 1. 패키지 업데이트 및 설치 sudo yum -y update sudo yum install yum-utils device-mapper-persistent-data lvm2 -y 2. Docker 리포지토리 시스템 추가 sudo yum-.. tistory.bigju.co.kr 192.168.0.219 : Docker Registry 서버 192.. 2021. 11. 18. Centos7 -WireShark 설치하기 (GUI) *환경 VMware10 Centos7 wireshark 트래픽 분석 및 패킷 분석 공부를 위해 설치 하겠습니다..... 1, 설치 yum -y insatll wireshark-gnome 2. 권한 확인 ls -al /sbin/dumpcap chmod +s /sbin/dumpcap ls -al /sbin/dumpcap 권한 변경 이유? wireshark 와 dumpcap 사용하여 패킷을 캡처 해야한다. 그러므로 root 권한이 아닌 사용자가 wireshark 사용하기 위해 권한 부여 3. 실행 메뉴 -> 인터넷 -> wireshark 성공 ! 해야지.. 공부.. Big Ju 2021. 11. 14. Centos GUI 원격접속하기 ( xrdp 설치 ) *환경 HP DL320e Gen8 Centos7 Centos 설치시 CLI 환경이 있지만 반대로 GUI 환경도 존재합니다. 간혹 GUI 환경을 쓰시기도 하는데 Putty 로 접속하면 터미널 창만 나오고 기대했던 GUI 환경은 나오지 않습니다. 이럴때 Centos에 사전 작업 후 원격접속해서 하면 됩니니다. 1. 필요 라이브러리 설치 yum install epel-release -y 2. xrdp와 tigervnc-server 설치 yum install xrdp tigervnc-server -y 3. 방화벽 포트 오픈 firewall-cmd --permanent --add-port=3389/tcp firewall-cmd --reload iptables -A INPUT -p tcp -m tcp --dport.. 2021. 11. 13. Centos7 - PhpMyAdmin 설치 설치 환경 : Centos7.3 VMware 기본 적으로 APM이 설치 되어있어야합니다. APM- YUM 설치 하기 : https://bigju.tistory.com/10 APM - 소스 설치 : https://bigju.tistory.com/11 1. PHPMYADMIN 설치 yum install epel-release -y yum install phpmyadmin -y # 환경 설정 해당 부분 삭제 AddDefaultCharset UTF-8 # Apache 2.4 Require ip 127.0.0.1 Require ip ::1 # Apache 2.2 Order Deny,Allow Deny from All Allow from 127.0.0.1 Allow from ::1 # 새로 작성 AddD.. 2021. 10. 4. 이전 1 다음