변군이글루 썸네일형 리스트형 윈도우에서 IP 주소를 변경하는 배치 파일을 작성하는 방법 윈도우에서 IP 주소를 변경하는 배치 파일을 작성하는 방법배치 파일을 통해 네트워크 인터페이스의 IP 주소를 수동으로 설정하거나 DHCP로 변경할 수 있습니다.정적 IP 설정netsh -c int ip set address name="로컬 영역 연결" source=static addr=11.11.11.11 mask=255.255.255.0 gateway=11.11.11.1 gwmetric=0name : 변경하고자하는 interface "로컬 영역 연결" - 내 내트워크환경->오른쪽 클릭->속성 에서 확인할 수 있습니다.addr : 변경하고자하는 IP주소mask : 변경하고자하는 subnetmaskgateway : 변경하고자하는 gatewayIP : 192.168.1.234, netmask : 255.25.. 더보기 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/ 더보기 [BIND] Dynamic Update (동적업데이트) [server 설정] vi /etc/named.conf ... zone "scbyun.com" IN { type master; file "/var/named/masters/scbyun.com-zone"; allow-update { 192.168.0.2.; }; //dynamic update clinet : 192.168.0.2 }; ... [dynamic update clinet] $ nsupdate > update add adfsdf.scbyun.com 60 IN A 100.100.100.101 > show Outgoing update query: ;; ->>HEADER>HEADER 더보기 이전 1 ··· 59 60 61 62 63 64 65 ··· 70 다음