Add Me!Close Menu Navigation
Add Me!Open Categories Menu
5 February
Posted in Server 2008 R2

Exchange Server 2010 설치

Windows Server 2008 R2에서 Exchange Server 2010를 설치하는 방법이며 설치 요구 조건을 만족 해야만 설치가 정상적으로 진행 됩니다. 조건 만족하지 않으신 분들은 아래 링크를 참고하여 주시기 바랍니다. Link1 : http://www.yongbok.net/blog/?p=422 Link2 : http://www.yongbok.net/blog/?p=442 3단계 Exchange 언어 옵션 선택을 눌러 “DVD에 있는 언어만 설치”를 선택 합니다. 4단계 Microsoft Exchange 설치를 누릅니다. [...]

5 February
Posted in Server 2008 R2

Exchange Server 2010 요구사항 설치(2)

Active Directory를 설치 완료 하였다면 Windows PowerShell을 이용하여 아래  스크립트를 실행 해야합니다. 본 실행법은 Windows Server 2008 R2에서 적용되는 것이며 그외에는 아래 주소를 방문하세요. Link : http://technet.microsoft.com/en-us/library/bb691354(EXCHG.149).aspx 0. 2007 Office System Converter: Microsoft Filter Pack을 설치합니다. 1. Windows PowerShell 콘솔을 실행하고 ServerManager를 Import합니다. Import-Module ServerManager 2. 클라이언트 액세스, 허브 전송 [...]

5 February
Posted in Server 2008 R2

Exchange Server 2010 요구사항 설치(1) (Active Directory)

Windows Server 2008 R2에서 Exchange Server 2010을 설치하기 전에 Active Directory를 설치해야 합니다. Active Directory를 설정 하기 앞서 “IIS” 와 “Active Directory 도메인”을 먼저 설치를 진행 해주세요. “Active Directory 도메인” 만 설치를 하게 되면 Active Directory 설정시 IIS와 연동이 되지 않아 Exchange 설치시 조건에 만족을 하지 못합니다. IIS, AD 설치가 [...]

24 January
Posted in Windows

Vmware – operation on file “\\.\physicaldrive0″ failed

Vmware에서 가상 디스크가 아닌 Physical 디스크를 이용하여 운영체제 설치를 하고자 할때 PhysicalDrive failed 메세지가 뜰때가 있습니다. 이 경우 윈도우에서 diskpart 명령어로 해당 디스크를 offline 시키면 됩니다. Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\ruo91>diskpart Microsoft DiskPart 버전 6.1.7601 Copyright (C) 1999-2008 Microsoft Corporation. 컴퓨터: RUO91-PC [...]

23 January
Posted in Server 2008 R2

Windows Server 2008 – DNS 설정

Microsoft Windows Server 2008 R2에서 DNS 설정법입니다. 본 글은 사용할 도메인 구입과 DNS 역할을 추가했다는 전재하에 작성하였습니다. 1. DNS서버 구성 윈도우 빠른실행 표시줄에 “서버관리자”를 실행하여 그림과 같이 오른쪽 마우스 클릭하여 “DNS 서버 구성”을 선택 합니다. DNS 구성 마법사가 나왔으므로 다음을 눌러줍니다. 정방향과 역방향 조회를 추가해야 하므로 두번째 옵션인 “정방향 및 [...]

1 January
Posted in Troubleshooting

Nginx – the size 10485760 of shared memory zone “tmpcache” conflicts with already declared size 0

Nginx의 Proxy cache(cache_purge module)를 사용하여 공유 메모리를 사용하려니 아래와 같은 오류 메세지가 떴습니다. [root@yongbok ~]# nginx -t nginx: [emerg] the size 10485760 of shared memory zone “tmpcache” conflicts with already declared size 0 in /usr/local/etc/nginx/nginx.conf:96   이 경우는 proxy_cache_path 가 proxy_pass 보다 뒤에 있을때 발생합니다. proxy_pass http://127.0.0.1:8000; proxy_cache_path /tmp/cache levels=1:2 [...]

19 December
Posted in Linux

CentOS – How to install nginx

CentOS 리눅스에서 Nginx를 설치하는 방법입니다. 설치는 매우 간단합니다. nginx 저장소 파일을 하나 만들고 아래처럼 추가 해줍니다. [root@yongbok ~]# nano /etc/yum.repos.d/nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/6/$basearch/ gpgcheck=0 enabled=1 Nginx를 설치하고 실행도 시켜줍니다. [root@yongbok ~]# yum install nginx [root@localhost ~]# service nginx start nginx (을)를 시작 중:                                      [  OK  ] 설정 파일이 /etc/nginx에 [...]

13 December
Posted in Troubleshooting

Qmail – Open relay reject

Qmail에서 vpopmaill과 연동하여 사용할 경우open relay를 거부 하는 방법입니다. 기본적으로 vpopmail은 tcp.smtpd 파일에 로컬 호스트만 릴레이가 가능하도록 설정 되어 있습니다. [root@yongbok ~]# cat /usr/local/vpopmail/etc/tcp.smtp 127.:allow,RELAYCLIENT=”” 위와 같이 설정 되어 있어도 릴레이가 되는 경우가 있는데.. 이때는 Patch를 적용하여 거부 시키면 됩니다. Qmail을 컴파일시 Patch를 적용하여 설치 합니다. [root@yongbok ~]# cd /tmp [...]

6 December
Posted in Linux

Android – Downloading the Source Tree

Linux/Unix 환경에서 안드로이드 소스 트리를 다운로드 하는 방법입니다. 사용자의 홈디렉토리에 bin 디렉토리를 생성합니다. [root@yongbok ~]# mkdir ~/bin [root@yongbok ~]# PATH=~/bin:$PATH Repo 스크립트를 다운로드 하고 실행권한을 줍니다. [root@yongbok ~]# curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current Dload  Upload   Total   Spent    Left  Speed [...]

24 November
Posted in Linux

Android Gingerbread(2.3.4) 루팅

Nexus S 와 Galaxy S 시리즈에서 사용되는 PowerVR SGX 칩셋의 취약점을 통해 루트 권한을 획득 합니다.(2.3.6 부터 해당 취약점이 패치 되었다고 합니다.) 필자는 Ubuntu Linux와 Galaxy S Hoppin gingerbread (M190S, v2.3.4), Windows 7에서 테스트 해보았습니다. Source code http://mirror.yongbok.net/linux/android/kernel/exploit/levitator.c root@ruo91:~# wget http://mirror.yongbok.net/linux/android/kernel/exploit/levitator.c 소스를 컴파일 하기 위해서 Android NDK와 toolchains이 필요합니다. http://developer.android.com/sdk/ndk/index.html [...]