변군 썸네일형 리스트형 rsync 소스 컴파일 설치 방법 rsync 소스 컴파일 설치 방법(xinetd 기반 Server/Client 구성)rsync 데몬 모드(rsync daemon)를 이용하여 서버–클라이언트 간 디렉터리를 동기화하는 방법입니다.테스트 환경OS : Linux (CentOS/RHEL 계열)rsync 버전 : 3.0.7통신 포트 : TCP 873rsync Server 설치(Source Build)rsync 소스 다운로드cd /usr/local/srcwget http://rsync.samba.org/ftp/rsync/rsync-3.0.7.tar.gz압축 해제 및 컴파일tar xvfz rsync-3.0.7.tar.gzcd rsync-3.0.7./configuremakemake install설치 완료 후 rsync 바이너리는 기본적으로 다음 경로에 .. 더보기 John the Ripper 소스 컴파일 설치 및 사용 방법 John the Ripper 소스 컴파일 설치 및 사용 방법John the Ripper(JtR) 를 소스 코드로 설치하고 실제 패스워드 점검(크래킹 테스트)을 수행하는 방법입니다.John the Ripper 다운로드cd /usr/local/srcwget http://www.openwall.com/john/g/john-1.7.6.tar.gzjohn-1.7.6 버전을 기준으로 설명한다.압축 해제tar xvfz john-1.7.6.tar.gz소스 컴파일 및 설치John the Ripper는 별도의 configure 과정 없이 make로 빌드한다.cd john-1.7.6/srcmakemake clean generic컴파일 완료 후 실행 파일은 run 디렉터리에 생성된다.cd ../run패스워드 파일 생성(uns.. 더보기 How to install and use stress How to install and use stressStress is a command-line tool that can be used to stress test a system by generating a workload on the CPU, memory, and I/O. It is a useful tool for testing the performance of a system under load, and can also be used to troubleshoot performance problems. To install stress, you can use the following command:sudo apt install stressOnce stress is installed, you can use.. 더보기 mariadb를 설치하는 방법 mariadb를 설치하는 방법현재 지원되는 버전은 10.3, 10.4, 10.5, 10.6(5년간 지원)테스트 환경$ cat /etc/redhat-releaseCentOS Linux release 7.9.2009 (Core)repository 설정(저장소 추가)vim /etc/yum.repos.d/MariaDB.repo# MariaDB 10.6 CentOS repository list - created 2022-12-09 11:34 UTC# https://mariadb.org/download/[mariadb]name = MariaDBbaseurl = https://mirror.rackspace.com/mariadb/yum/10.6/centos7-amd64gpgkey=https://mirror.racksp.. 더보기 MySQL ERROR 1130: 원격 접속 권한 설정 및 해결 방법 MySQL ERROR 1130: 원격 접속 권한 설정 및 해결 방법MySQL 서버에 원격으로 접속할 때 가장 자주 발생하는 "ERROR 1130 (HY000): Host 'xxx.xxx.xxx.xxx' is not allowed to connect to this MySQL server" 오류에 대한 해결 과정을 정리합니다.1. 환경 구성MySQL 서버 : 192.168.0.50 (접속 대상)클라이언트 : 192.168.0.100 (접속 시도)사용자 계정 : scbyun2. 문제 상황: 원격 접속 거부클라이언트 서버에서 MySQL 서버로 접속을 시도했으나 원격 접속 권한이 없어 오류가 발생합니다.[root@client bin]$ ./mysql -u scbyun -p -h 192.168.0.50 -P 330.. 더보기 원도우 PuTTY Host 백업 원도우 PuTTY Host 백업1. cmd -> regedit2. HKEY_CURRENT_USER\Software\SimonTatham\PuTTY 백업3. putty_host.reg 더블 클릭 더보기 [기사] 안랩 "청와대 해킹, 신종 디도스 공격" (서울=뉴스1) 서영진 기자= 안랩(대표 김홍선)은 25일 발생한 청와대와 국정원, 새누리당 웹사이트 공격에는 악성 스크립트 방식의 분산서비스거부(DDoS, 디도스)공격 기법이 이용됐다고 26일 밝혔다. 또 정부통합전산센터의 도메인 네임 서비스(DNS)는 좀비PC를 활용한 기존 방식의 디도스 공격을 받은 것으로 확인됐다고 분석했다. '악성스크립트 방식' 디도스 공격은 공격자가 특정 웹사이트에 악성스크립트를 설치하고 사용자가 해당 사이트를 방문하면, 미리 설정한 웹사이트로 공격 트래픽을 전송하는 방식이다. 기존의 기존 좀비PC를 이용한 공격과 동작 원리가 다르다. 안랩은 "악성스크립트가 설치된 해당 웹사이트에 접속하자 공격자가 목표로 한 청와대, 국정원과 새누리당 웹사이트에 대규모 트래픽 공격이 이뤄졌다".. 더보기 [url] CentOS 6 netinstall URL CentOS 6 netinstall URL32 bithttp://mirror.centos.org/centos/6/os/i386/http://mirrors.kernel.org/centos/6.0/os/i386/ 64 bithttp://mirror.centos.org/centos/6/os/x86_64/http://centos.mirror.cdnetworks.com/6.0/os/x86_64/ 더보기 이전 1 ··· 14 15 16 17 18 19 20 21 다음