Easy Sysprep을 이용한 윈도우7 만능고스트 만들기
http://comboybox.com/80173975069
Easy Sysprep을 이용한 윈도우7 만능고스트 만들기 더 읽기"
http://comboybox.com/80173975069
Easy Sysprep을 이용한 윈도우7 만능고스트 만들기 더 읽기"
1. /etc/init.d/oracle.sh 를 아래와 같이 만들어 준다. (퍼미션은 755) #!/usr/bin/bash ORA_HOME=/export/home/oracle/app/oracle/product/11.2.0/dbhome_2ORA_OWNER=oracle if [ ! -f ${ORA_HOME}/bin/dbstart ]thenecho “Oracle startup: cannot start”exitfi echo ${ORA_HOME} case “$1” in’start’)echo su – ${ORA_OWNER} -c “${ORA_HOME}/bin/dbstart”su – ${ORA_OWNER} -c “${ORA_HOME}/bin/dbstart ${ORA_HOME}”#su – ${ORA_OWNER} -c “${ORA_HOME}/bin/emctl start dbconsole”#su – ${ORA_OWNER} -c “${ORA_HOME}/bin/isqlplusctl start”;;’stop’)#su – ${ORA_OWNER} -c “${ORA_HOME}/bin/isqlplusctl stop”#su – ${ORA_OWNER} -c
Solaris+Oracle에서 Oracle 설치 후 구동하기 더 읽기"
@rem 레지스트리를 변경한다 OEMBackground 값이 0이면 변경불가.reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background /v OEMBackground /d 1 /f @rem 해당 디렉토리에 배경파일 복사mkdir %windir%\System32\oobe\info\backgroundscopy /y backgroundDefault.jpg %windir%\System32\oobe\info\backgrounds ————————— ※ backgroundDefault.jpg 파일은 256KB 미만이어야 한다.
1단계 : 파티셔닝 및 포맷 # fdisk -e /dev/rsd0cfdisk: 1> reinitIn memory copy is initialized to:Offset: 0 Signature: 0xAA55 Starting Ending LBA Info: #: id C H S – C H S [ start: size ]——————————————————————————- 0: 00 0 0 0 – 0 0 0 [ 0: 0 ] unused 1: 00 0 0 0 – 0 0
1. USB를 컴퓨터에 꼽고(포맷유무상관무) 커맨드 프롬프트에서 아래를 입력한다. Microsoft Windows [Version 6.1.7601]Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\>diskpart Microsoft DiskPart 버전 6.1.7601Copyright (C) 1999-2008 Microsoft Corporation.컴퓨터: WIN-L4A4T7AG37U DISKPART> list disk 디스크 ### 상태 크기 사용 가능 Dyn Gpt ———- ————- ——- ———— — — 디스크 0 온라인 111 GB 0 B 디스크 1
[출처] 윈도우즈 서버 2003 Sysprep과정(1)|작성자 대종 자, 이번에 보여드릴 부분은 sysprep작업에 관한 이야기다~!! sysprep을 왜 하냐고? 윈도우 서버를 도메인으로 로그인을 하게 될 경우 윈도우 고유 ID가 있는데 그것이 동일하면 충돌을 일으켜서 오류가 생긴다. VMware는 “Clone”기능이 있기 때문에 여러대의 같은 시스템의 머신을 만들기가 편한데, 그런 경우에 “Clone”기능으로 만들면 도메인 서버에서 같은
1. 줄끝 공백 제거 및 공백을 탭으로 변경 (탭사이즈:4, 원본파일은 *.orig#으로 저장됨) sed -i.orig# -e ‘s/[ \t]*$//g’ -e ‘s/\ \ \ \ /\t/g’ *.c 2. 줄끝 공백 제거 및 탭을 공백으로 변경 (탭사이즈:4, 원본파일은 *.orig#으로 저장됨) sed -i.orig# -e ‘s/[ \t]*$//g’ -e ‘s/\t/\ \ \ \ /g’ *.c 3. 개행문자 변경은 dos2unix, unix2dos를 사용한다. 4.
————————————————————————- USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor) Dec. 29, 2005 Compiled by Eric Pement – pemente[at]northpark[dot]edu version 5.5 Latest version of this file (in English) is usually at: http://sed.sourceforge.net/sed1line.txt http://www.pement.org/sed/sed1line.txt This file will also available in other languages: Chinese – http://sed.sourceforge.net/sed1line_zh-CN.html Czech – http://sed.sourceforge.net/sed1line_cz.html Dutch – http://sed.sourceforge.net/sed1line_nl.html
0.0.0.1 서브 디렉토리까지 파일안의 문자열 모두 검색 find ./ -name “*” -exec grep ‘abc’ {} \; -print find . -name -print -exec grep abc {} \; grep -r abc * 0.0.0.2 haha와 huhu가 동시에 들어있는 행 뽑기 grep haha foo.txt | grep huhu 0.0.0.3 찾아서 지우기 find / -name “*.eml” -exec rm -f {} \;
[Linux]리눅스용 혹은 [Unix]유닉스 커맨드 팁 더 읽기"
Vim 은 Emacs 와 더불어 리눅스 최고의 편집기라 일컫어지는 텍스트 편집기이다. Vim 에는 입력모드와 명령모드 두 가지가 있다. 입력모드는 말 그대로 입력모드로 텍스트를 입력할 수 있다. 한편 명령모드는 저장, 복사, 치환 등과 같이 여러 가지 ‘명령’ 을 수행하는 모드 이다. Vim 을 쓰는 방법은 매우 간단하다. 그냥 터미널에서 ‘vi 파일명’ 을 치면 된다. 예를 들어
Editplus의 편집명령 들여쓰기와 내어쓰기 들여쓰기 C-u 8 C-x TAB 또는 C-8 C-x TAB 또는 C-x r t 입력후 스페이스나 탭으로 원하는 만큼 입력 내어쓰기 C C-u 8 C-x TAB 또는 C C-8 C-x TAB 또다른 방법 (사각형 영역을 이용한 세밀한 조정) 영역지정, C-x r k (지정된 영역 지움) 영역지정, C-x r o (지정된 영역만큼 공백삽입)
Emacs Command Summary C-SP set-mark-command C-q quoted-insert C-a beginning-of-line C-r isearch-backward C-b backward-char C-s isearch-forward C-c exit-recursive-edit C-t transpose-chars C-d delete-char C-u universal-argument C-e end-of-line C-v scroll-up C-f forward-char C-w kill-region C-h help-command C-x Control-X-prefix TAB indent-for-tab-command C-y yank LFD newline-and-indent C-z suspend-emacs C-k kill-line ESC ESC-prefix C-l recenter C-] abort-recursive-edit RET newline C-_ undo
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist 아래를 적당한 위치에 추가… <key>Graphics Mode</key> <string>1280x1024x32</string>
해킨토시 버전 : iATKOS v7 Custom 설치 내용 Drivers – System – SATA/IDE – AHCI, Intel SATA/IDE, Generic IDE 체크 Drivers – Network – Wired – Marvell 모두 체크 Languages – "한국의" 체크 사운드, 네트워크는 정상이나 비디오는 1024×768 로만 설정됨.
[MacOS] Foxconn 946 7MA Series 보드에 MacOS X Leopard 설치하기 더 읽기"
1. desk.cpl 실행 2. 테마 → Windows XP (Windows XP가 없을 경우 Theme 서비스가 구동되어 있는지 확인) 3. 재부팅 4. 다시 원래의 테마로 변경
IE8 설치후 메뉴와 툴바가 검게 나올때 해결방법 더 읽기"
윈도우 시스템 폴더 정리 기본적인 윈도 탐색기 환경으로는 temp 폴더 및 각종 시스템 폴더에 접근할 수 없습니다.그럼으로 다음의 설정 후 접근 가능 합니다 [윈도 탐색기의 도구 > 폴더옵션 > 보기 > 숨긴 파일 보기 및 보호된 운영체제 파일 보기 옵션 = true] 1. Temp 폴더경로는 C:\Documents and Settings\로긴 ID\Local Settings\temp입니다. 이 폴더내의파일들은 모두 지워도 상관
sendmail.cf 에서 O MaxMessageSize=0 으로 설정하면 무제한이 된다.
sendmail 발송 첨부파일 용량 제한 풀기 더 읽기"