DNS Configuration

 * 네트워크 속성 > 어댑터 속성 > IPv4 Properties


 DNS 서버 IP를 Local 서버 IP 로 변경





AD 설치

* 서버 관리자(Server Manager) > 대시보드(Dashboard) > 역할 추가(Add roles and features)















도메인 컨트롤러 승격(Promote this server to a domain controller)

* Alert 아이콘 > Promote this server to a domain controller 













[출처] 제타위키 http://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_%EB%A9%94%EB%AA%A8%EB%A6%AC_%EC%82%AC%EC%9A%A9%EB%A5%A0_%ED%99%95%EC%9D%B8





sar

명령어
sar -r 1
실행예시
[root@zetawiki ~]# sar -r 1
Linux 2.6.30.10-105.2.23.fc11.x86_64 www.jmnote.com) 	05/06/2012

12:54:07 PM kbmemfree kbmemused  %memused kbbuffers  kbcached kbswpfree kbswpused  %swpused  kbswpcad
12:54:08 PM     42440    490744     92.04     65124    168916   1146744       128      0.01        16
Average:        42440    490744     92.04     65124    168916   1146744       128      0.01        16




free

명령어
free
실행예시
[root@zetawiki ~]# free
             total       used       free     shared    buffers     cached
Mem:        533184     490736      42448          0      65264     168936
-/+ buffers/cache:     256536     276648
Swap:      1146872        128    1146744

top

명령어
top -n1 | grep Mem:
실행예시
[root@zetawiki ~]# top -n1 | grep Mem:
Mem:    533184k total,   494296k used,    38888k free,    64920k buffers

meminfo

명령어
cat /proc/meminfo | grep Mem
실행예시
[root@zetawiki ~]# cat /proc/meminfo | grep Mem
MemTotal:         533184 kB
MemFree:           41860 kB







1. Destination Server 에서 아래 명령어를 통해 인증 키 생성, 옵션을 통해 인증키의 인증방식을 수정 가능

[root@Destination Server ~]# ssh-keygen

Generating public/private rsa key pair.

Enter file in which to save the key (/root/.ssh/id_rsa): 

Created directory '/root/.ssh'.

Enter passphrase (empty for no passphrase): 

Enter same passphrase again: 

Your identification has been saved in /root/.ssh/id_rsa.

Your public key has been saved in /root/.ssh/id_rsa.pub.

The key fingerprint is:

SHA256:6MLun8gQLmRbAqPGH5XKw+WFX3wKdfGC8mm+ziyWyUs root@Destination Server.net

The key's randomart image is:

+---[RSA 2048]----+

|         . o.    |

|      o o o .    |

|o    = + + o .   |

|+.o = o.= + .    |

|.*.B ...S=       |

|+.=oo.  o        |

|..o.o oEo.       |

| . + o.Bo .      |

|   .=.+.+=       |

+----[SHA256]-----+

[root@Destination Server /]# cd ~/.ssh/

[root@Destination Server .ssh]# vi ./authorized_keys <- Source 서버에서 생성한 키를 삽입 할 목적



2. Source가 될 리눅스 서버에서 아래 명령어 수행

[root@Source Server /]# ssh-keygen

Generating public/private rsa key pair.

Enter file in which to save the key (/root/.ssh/id_rsa): 

Enter passphrase (empty for no passphrase): 

Enter same passphrase again: 

Your identification has been saved in /root/.ssh/id_rsa.

Your public key has been saved in /root/.ssh/id_rsa.pub.

The key fingerprint is:

5e:32:7c:5e:67:58:5c:31:7d:c0:19:20:83:4e:c2:88 root@Source Server

The key's randomart image is:

+--[ RSA 2048]----+

|   . o   .o .oo*+|

|  E . o o  o .o.+|

|       +      o .|

|       ..    o   |

|        S o o o  |

|       . * . o   |

|        . .      |

|                 |

|                 |

+-----------------+

[root@Source Server /]# cat ~/.ssh/*pub

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmk5uEnZOcMC8OtWyyu/FLQmqyla5VbSo2yR1bRwgDP4zcxDkm3bvKZAmRbQYOKzOum++jOUZBliW141wXhV+LqGAvg2vYOa5y06Gfdlw6pJwVA8/1/H/BBPFCpYGShUJNMxw89Y/Ct3gcH1f0umcxzaJRvhzpu0z/FDmr3ZFyMT4oQ+4pHz6IgtFKiDCzQZJbmm5i9zLBoGGyRtNYaQyF46YB+u567hU1SIbMRofzaWFqePt6ty0XboPmIdcgPD0HEjLDCWTttXgPdprK54m7MZP2SMR3EGTKRMsSp48ssMrQompMkP2HXHTEI3wK/Bia7gmx+VB+CpyQRMsV/eQB root@Source Server


3. Source가 될 리눅스 서버에서 해당 인증키를 복사하여 Destination Server authorized_keys 에 등록




4. 접속 테스트

[root@Source Server /]# ssh 192.168.0.241

Last login: Mon Apr  3 21:34:01 KST 2017 on cron

Last login: Mon Apr  3 21:34:55 2017 from 192.168.0.242

[root@Destination Server ~]# 



5. 원격 명령어 수행 테스트

[root@Source Server /]# ssh 192.168.0.241 free

             total       used       free     shared    buffers     cached

Mem:       4059404    3643352     416052          0       4752     423612

-/+ buffers/cache:    3214988     844416

Swap:            0          0          0

[root@Source Server /]# 

[root@Source Server /]# ssh 192.168.0.241 hostname

Destination Server



기본적인 find 파일 찾기


find / -name 'a.txt'



오류제외 기본적인 find 파일 찾기


find / -name 'a.txt' > /dev/null




find 한 파일 내 특정 문자열 찾기


find / -name 'a.txt' >/dev/null | xargs grep string



특정 문자열을 포함하는 파일 이름 뽑기


grep -rl 'babo' ./


특정 문자열을 포함하는 파일 이름 + 찾은 문자열이 속한 라인 뽑기


grel -r 'babo' ./


+ Recent posts