OS

ICACLS (파일 권한 수정)

예제)ICACLS “testfile.txt” /T /grant Administrators:F > NULICACLS “testfile.txt” /T /grant:r Users:F > NULICACLS “testfile.txt” /T /grant:r Everyone:F > NUL     /T 이름에 지정된 디렉터리 아래의 일치하는 모든 파일/디렉터리에서       이 작업을 수행하도록 지정합니다.    /grant[:r]        :r을 사용하면        사용 권한이 이전에 허용된 모든 명시적 사용 권한을 대체합니다.   

ICACLS (파일 권한 수정) 더 읽기"

윈도우11 최적화를 위한 ExplorerPatcher

사전 준비 작업:다운로드 https://github.com/valinet/ExplorerPatcher/releasesReleases에서 최신버전 다운로드 후 사용 다운로드 받은 ep_setup.exe를 실행하면 Explorer가 재시작하여 화면이 한번 깜박인다.윈도우 하단 Taskbar에서 우클릭 후 팝업메뉴에서 “속성” 선택 후 사용 1. 작업 표시줄 아이콘 작게 변경Taskbar > Taskbar icon size > Small 2. 작업 표시줄 그룹화Taskbar > Combine taskbar icons on primary taskbar > Never combine (default) 3. 작업표시줄

윈도우11 최적화를 위한 ExplorerPatcher 더 읽기"

IPtables를 이용한 DDoS 방어: 궁극의 가이드

DDoS Protection With IPtables: The Ultimate Guide 글을 번역한 내용입니다. 원본 글: https://javapipe.com/ddos/blog/iptables-ddos-protection/ 번역 글: 링크 iptables에 대한 자체 DDoS 방지 규칙을 작성하는 여러 가지 방법이 있습니다. 우리는 이 포괄적 인 튜토리얼에서 가장 효과적인 iptables DDoS 보호 방법을 논의 할 것입니다. 이 가이드는 다음을 수행하는 방법을 알려줍니다. DDoS 공격을 막기 위한 iptables 테이블과 체인을 선택DDoS 공격의

IPtables를 이용한 DDoS 방어: 궁극의 가이드 더 읽기"

Battle.net 서버 설치 (PvPGN)

■PvPGN(Player versus Player Gaming Network)   https://pvpgn.pro/ 1. 소스코드 및 support 파일 다운로드   https://github.com/pvpgn/pvpgn-server/archive/master.tar.gz   https://sourceforge.net/projects/pvpgn.berlios/files/Support%20files/pvpgn-support-1.2.tar.gz/download 2. 소스코드 빌드   mkdir build   cd build   cmake -D CMAKE_INSTALL_PREFIX=/usr/local/pvpgn -D WITH_MYSQL=false -D WITH_LUA=false ../   make   make install 3. systemctl 서비스 등록   서비스 파일 작성   vi /usr/lib/systemd/system/pvpgn.service ————————————— [Unit] Description=Player versus

Battle.net 서버 설치 (PvPGN) 더 읽기"

위로 스크롤