CASE 2 : USB ISO 부팅방법 FOR <USB 2.0 Mode 로 작동되는 빠른 메인보드>


1. USB NTFS 포맷


bootice_v0.9(2011-0512)_ko.exe 는 첨부파일 [윈도우7 USER-PE 사용방법 - CASE 2.7z]

압축파일 안에 들어 있습니다.




2. USB MBR 작업



3. GRUB4DOS 파일 복사


[윈도우7 USER-PE 사용방법 - CASE 2.7z] 압축파일 안에 들어 있는

GRLDRmenu.lst 를 USB 루트에 복사한다.


4. USB 부팅후, 윈도우7 USER-PE 를 [USB ISO 부팅하는 방법]


USB 루트에 ISO 폴더를 만든 다음,

[윈도우7 USER-PE(20120815).7z] 안에 들어있는 WIN7PE_1.ISO 와 WIN7PE_2.ISO 를 ISO 폴더 안으로 복사한다.












'자료실' 카테고리의 다른 글

졸업요건  (0) 2017.03.29
핸드폰 모델  (0) 2017.02.14
birthday party  (0) 2016.10.26
youtube 유트브  (0) 2016.10.24
USB 설명  (0) 2016.07.18
Posted by wakira
,

open finder

OS X 설정 2017. 1. 29. 21:27

on run {input, parameters}

tell application "Finder"

activate

open folder "Macintosh HD:Users:wakira:"

end tell

return input

end run



on run {input, parameters}

tell application "Finder"

activate

if (count windows) is 0 then make new Finder window

end tell

return input

end run




Macintosh HD으로 강조한 부분은 저장 장치의 볼륨명을, 

wakira으로 강조한 부분은 사용자 계정명을 입력해 줍니다.



저장위치는 /Users/wakira/Library/Services




'OS X 설정' 카테고리의 다른 글

맥 초기 설치  (1) 2018.09.07
high Sierra 이미지 usb만들기  (0) 2018.01.25
mac 화면분할 https://www.spectacleapp.com/  (0) 2017.01.28
automator open terminal  (0) 2017.01.02
mac 숨긴파일 표시, 감추기  (0) 2016.09.10
Posted by wakira
,

1. 컨트롤 + 시프트 + P로 인스톨 패키지


2. HTML-CSS-JS Prettify 패키지설치

(단, 윈도우는 node설치되어야함.  https://nodejs.org/en/)


3. 드래그해서 마음껏 쓴다.~~~~~~~ https://nodejs.org/en/


eval로 묶은거 풀때 유용함


node-v6.9.4-x64.vol1.egg

node-v6.9.4-x64.vol2.egg







지저분한 HTML / CSS / JS CODE 자동 정렬 플러그인 사용하기 on 서브라임텍스트3


#1. Sublime text 3 beta 

 - site : https://www.sublimetext.com

 - install : https://www.sublimetext.com/3


# 2. Package control(to install remotable plugins) - install

 1. Go https: //packagecontrol.io/installation 

 2. Copy the command

 3. Ctrl + `

 4. Paste the command


#3. HTMLPrettify ( the plugin to make dirty html doc to pretty html doc )

 - site : https://github.com/victorporof/Sublime-HTMLPrettify

 - install : follow the below instruction

  Through Sublime Package Manager

  Ctrl+Shift+P or Cmd+Shift+P in Linux/Windows/OS X

  type install, select Package Control: Install Package

  type prettify, select HTML-CSS-JS Prettif

 - need node.js ( https://nodejs.org/en/ )


#4. QUIT AND REBOOT SUBLIMETEXT3


#5. TOOLs > HTML/CSS/JS Prettify > Prettify Code ( Ctrl + Shif + H )


자동 정렬 = auto format?

'node.js' 카테고리의 다른 글

node js 포트열린거 종료  (0) 2015.08.25
nvm npm node.js 노드js 설치  (0) 2015.08.25
Posted by wakira
,