OS

윈도우10 서명안된 드라이버 설치 방법

■ 영구적인 방법 서명 안된 드라이버 설치 허용 bcdedit.exe /set nointegritychecks on bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS bcdedit.exe /set testsigning on 서명 안된 드라이버 설치 불가 bcdedit.exe /set nointegritychecks off bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS bcdedit.exe /set testsigning off 실행 후 리부팅. ■ 한시적인 방법 설정→업데이트 및 복구→복구→고급 시작옵션→다시 시작 (PC가 다시 시작되면 아래의 절차를 따른다.)

윈도우10 서명안된 드라이버 설치 방법 더 읽기"

윈도우 초기화

■윈도우 파일 권한 초기화 ICACLS * /T /Q /C /RESET ■윈도우 시스템 파일 복구 SFC /SCANNOW ■삭제 대상 C:\ProgramData\Microsoft\Windows Defender\Scans\* C:\Users\Administrator\AppData\Local\IconCache.db C:\Users\Administrator\AppData\Roaming\Mozilla\Firefox\Profiles\XXXXXX.default\bookmarkbackups C:\Windows\Installer\$PatchCache$ C:\Windows\CSC C:\Windows\Logs\* C:\Windows\Prefetch\* C:\Windows\Temp\* C:\Windows\WinSxS\Backup\* C:\Windows\WinSxS\Temp\* C:\Windows\WinSxS\ManifestCache\* ▶계정 프로파일 복구 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList ▶윈도우8 시스템 파일 복구 dism /online /cleanup-image /restorehealth ■DISKPART LIST DISK SELECT DISK 0 CLEAN CREATE PARTITION PRIMARY SIZE=30720 ←

윈도우 초기화 더 읽기"

systemd에서 부팅시 실행할 서비스 관리하기

출처 : https://www.conory.com/note_linux/42241 원래 부팅시 정해진 서비스 또는 스크립트를 실행시키는 건 init (System V Init)라는 프로그램의 몫이였습니다. 유닉스가 처음 생길때부터 그래왔고, 지금도 그렇습니다.(하지만 지금은 다른 아이로 교체되는 시기입니다.) init는 그 이름처럼 리눅스의 초기화부분을 담당합니다. init 사용자들이 /etc/rc.d/init.d 디렉토리에 부팅시 실행할 서비스 스크립트를 넣으면, init는 부팅이나 특정행동이 있을때 그 스크립트들을 자동으로 실행시키는 역활을 했었습니다. 그러면 사용자들은 chkconfig명령으로 자동실행

systemd에서 부팅시 실행할 서비스 관리하기 더 읽기"

systemd

systemd documentation systemd has very comprehensive documentation. Refer to http://0pointer.de/blog/projects/systemd-docs.html Boot Kernel Command Line On boot systemd activates (by default), the target unit default.target whose job is to activate services and other units by pulling them in via dependencies. To override the unit to activate, systemd parses its own kernel command line arguments via the systemd.unit= command line option. This may be used

systemd 더 읽기"

net share 사용 방법

■ 윈도우에서 공유 net share TEST-SHARE=”D:\0_tmp” /users:2 /remark:”임시 공유 폴더” /cache:automatic Syntaxnet share [ShareName] net share [ShareName=Drive:Path [{/users:number|/unlimited}] [/remark:”text”] [/cache:{manual|automatic|no}]] net share [ShareName [{/users:number|unlimited}] [/remark:”text”] [/cache:{manual|automatic|no}]] net share [{ShareName|Drive:Path} /delete] ParametersShareName: Specifies the network name of the shared resource. Type net share with a ShareName to display information about that share only.Drive : Path :

net share 사용 방법 더 읽기"

Ubuntu Linux 서비스 컨트롤

출처 : http://snoopybox.co.kr/1720 1. runlevel 일단 runlevel 이야기부터 하자면, 우분투는 레드햇 계열과 달리 기본 runlevel이 2이며, 각 level의 의미는 아래와 같다. 즉 0, 1, 2, 6만 의미가 있고 3, 4, 5는 2와 같으며 사용하지 않기 때문에 별 의미가 없다. 0 : System halt.1 : Single-User mode.2 : Graphical multi-user plus networking (DEFAULT)3 : Same as “2”, but not

Ubuntu Linux 서비스 컨트롤 더 읽기"

윈도우 단축키

(IE)ALT + D : 주소창 선택 (IE)CTRL + N : 새창열기 (IE)CTRL + T : 새 탭 열기 CTRL + SHIFT + ESC : 작업관리자 WIN + D : 모든 창 내리기/올리기 WIN + D : 바탕화면 WIN + E : 탐색기 WIN + F : 검색 WIN + L : 화면 잠금 WIN +

윈도우 단축키 더 읽기"

fstab 손상으로 / 파티션이 Read-Only 상태일 때 Remount 하는 방법

출처 : http://faq.hostway.co.kr/?mid=Linux_ETC&page=2&document_srl=3570 간혹 fstab에 잘못된 Block Device 정보가 등록 되거나, 디스크의 Label 또는 정보가 변경 되어 정상적인 부팅이 되지 않고 Repair Filesystem 모드로 들어가는 경우가 생길 때가 있습니다. Repair Filesystem 상태일 때는 / 파티션이 Read-only 상태로 마운트가 되기 때문에 /etc/fstab 파일의 수정이 불가능한데, 아래와 같이 Read-Write 모드로 remount 해주면 수정이 가능합니다. (싱글모드로 부팅할 경우에도

fstab 손상으로 / 파티션이 Read-Only 상태일 때 Remount 하는 방법 더 읽기"

윈도우10 sysprep 설치 유효성 오류 해결법

출처 : http://blog.naver.com/saalom11/220542943263 윈도우10을 설치 후에 감사모드가 아닌 상태에서 윈도우를 봉인하기 위해서 Sysprep을 사용할 경우 다음과 같은 메시지를 보이면서 안 될 때가 있다.. (봉인이 뭔지 모르는 분들은 패스~~ ^^) ​ “Sysprep에서 Windows 설치의 유효성을 검사할 수 없습니다. 자세한 내용은 %<wbr />WINDIR%System32\Sysprep\Panther\setupact.log의 로그 파일을 참조하십시오 이럴 때는 레지스트리 값 하나를 삭제해 줌으로써 해결 가능하다.. [HKEY_LOCAL_MACHINE\SYSTEM\Setup] 이

윈도우10 sysprep 설치 유효성 오류 해결법 더 읽기"

Windows Batch Programming

REM =======================================REM ■ 기본 명령REM =======================================REM or ::: 배치파일 속에 달고 싶은 설명, 주석PAUSE: 배치파일 실행중 일시 멈추게함ECHO “문자열”: 에코명령 다음에 오는 문자열을 화면에 나타낸다.ECHO ON: 이후부터 ‘명령어’라인을 화면에 보인다.ECHO OFF: 이후 실행되는 명령어 라인을 화면에 나타내지 않는다.@ECHO OFF: ‘ECHO OFF’라는 그 자체까지 보이지 않게 한다.ECHO.: 개행문자만 출력ECHO|SET /P=,: 개행문자를 출력하지 않고 ‘,’만 출력REM =======================================REM

Windows Batch Programming 더 읽기"

samba 사용자 관리

■사용자 추가 smbpasswd -a ${계정명} ■사용자 삭제 smbpasswd -x ${계정명} ■사용자 enable/disable smbpasswd -e ${계정명} smbpasswd -d ${계정명} ■비밀번호 변경 smbpasswd ${계정명} ■목록 보기 pdbedit -w -L ■목록에서 삭제 pdbedit -x ${계정명}

samba 사용자 관리 더 읽기"

윈도우 서버 2012R2 Teaming(티밍)

원문 : http://tempdb.tistory.com/88 Windows Server 2012 R2 환경에서 NIC Team 설정하는 메뉴가 어디에 있는지 간략하게 설명     — Server Manager – Local Server – PROPERTIES – NIC Teaming NIC Teamin – TEAMS – TASKS – New Team — Team name, Member adapters를 지정하고 Additional properties 설정. — Network Connections에 Teaming Adapter가 생성되었다!

윈도우 서버 2012R2 Teaming(티밍) 더 읽기"

iptables manpage

NAME iptables – IPv4 기반 패킷 필터링 및 NAT 를 위한 관리자 툴   SYNOPSIS iptables [-t table] -[AD] chain rule-specification [options] iptables [-t table] -I chain [rulenum] rule-specification [options] iptables [-t table] -R chain rulenum rule-specification [options] iptables [-t table] -D chain rulenum [options] iptables [-t table] -[LFZ] [chain] [options] iptables [-t table] -N

iptables manpage 더 읽기"

위로 스크롤