centOS47 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. KALI linux - 한글 깨짐 해결 * 우선 root 로그인 해야한다. 1. root 로그인 su - 암호 : 2. 업데이트 하기 sudo apt update 3. 한글 폰트 설치 sudo apt install fonts-nanum -y 4. 키보드 입력 프로그램 설치 sudo apt install fcitx-lib* -y sudo apt install fcitx-hangul -y 5. 재부팅 sudo init 6 2021. 11. 20. 해킹 의심해보기 Chrootkit rootkit 탐지를 위한 도구로 네트워크 인터페이스의 promisc 모드이다 lastlog/wtmp 로그파일의 삭제 여부 등을 탐지하며, lrk5의 설치 유무에 대해서 검사한다. ftp://ftp.pangeia.com.br/pub/seg/pac 에서 다운 받을 수 있다. wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz tar xfz chkrootkit.tar.gz cd chkrootkit-0.55/ yum -y install glibc* make sense ./chkrootkit infected : 루트킷으로 변형되었음 not infected : 어떤 루트킷의 증후를 발견하지 못했다. Not tested : 점검이 수행되지 못.. 2021. 11. 11. IPTABLES - 파일 백업 관리하기 *환경 Centos7 서버 초기 세팅 : https://bigju.tistory.com/entry/iptables-%EC%B4%88%EA%B8%B0-%EC%84%B8%ED%8C%85-%EA%B0%9C%EC%9D%B8%EC%A0%81-%EC%84%A0%ED%98%B8-%EB%B0%A9%EC%8B%9D 세팅 후 방화벽 작업을 하거나 서버가 문제가 생겨 iptables를 재설정 해야하는 최악의 상황이 생긴다. 명령어로 입력했다면 저장 분을 명령어로 가져오면 되지만. 만약 뻑나면 ..? 그래서 나는 파일 관리를 선호 한다. 1. 스크립터 작성 vi /data/script/iptables.sh #!/bin/sh DATE=$(date +"%Y-%m-%d") cp /etc/sysconfig/iptables /data.. 2021. 11. 10. iptables 초기 세팅 ( 개인적 선호 방식 ) * 환경 Centos7 1. 방화벽 서비스 정리 systemctl stop firewalld systemctl disable firewalld yum -y install iptables-services systemctl enable iptables systemctl start iptables 2. 파일 작성 vi /etc/sysconfig/iptables # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/services to this default configuration *filter :.. 2021. 11. 9. 이전 1 2 3 4 5 6 7 ··· 10 다음