Close Word and EndNote.
Open your hard drive and go to the folder: EndNote X-: Applications:EndNote X-:Cite While You Write
Copy the file EndNote CWYW Word 2011.bundle
Go to the folder Applications:Microsoft Office 2011:Office:Startup:Word and paste the copied file
Start Word, go to Word > Preferences and click on File Locations
Make sure the Startup folder is set by highlighting Startup and clicking on Modify. Navigate to Applications folder then Microsoft Office 2011:Office:Startup:Word and click Choose
Click OK and close Word.
Start EndNote and then start Word. - See more at: http://www.bartneck.de/2012/06/24/endnote-toolbar-not-visible-in-microsoft-word-2011-for-mac/#sthash.VLajtHon.dpuf
Showing posts with label macbook. Show all posts
Showing posts with label macbook. Show all posts
MAC Terminal Command 맥북 터미널 명령어 모음
- 명령어 도움말 보기
"command name here"man q to exit helpenter
- Lesson 1:
ls list of: directory cd go to: (directory cd .. go to previous directory): pwd current path: - cat 파일이름 : 파일 보기
- head 파일이름 : 첫줄
- tail 파일이름 : 마지막 줄
- mkdir "폴더명" : 폴더만들기
- rm -r "폴더명" : 폴더 삭제
- rm : 파일 삭제
- clear : 코멘트 화면 청소
"picture1.png" Documentscp -r Documents Documents_2cp copy directory Documents to Documents_2: "picture1.png" "Hi.png"mv test_filetouch create: named "test_file"file - date : 시간 프린트
- Lesson 2:
- nano "파일명" : 파일 마들기 내용 작성하기
사용자 이름su Switch User: whoami 현재사용자: history command history: -chistory clean history: sudo rootsu login as root:
- Lesson 3:
passwd change password: shutdown -h nowsudo : shutdown -h nowsudo 17:00: shutdown -r nowsudo reboot: rebootsudo reboot: haltsudo shutdown:
- Lesson 4:
-lls file permission: sudo Guest Documentschown sudo 777 Documentschmod 모든 권리: sudo 755 Documentschmod 읽기만: sudo 700 Documentschmod 오너만 조작 가능:
- Lesson 5:
zip /hi.zip. /hi : hi라는 파일을 hi.zip로 압축. zip /hi.zip. /hi1 : hi1라는 파일도 hi.zip에 압축. -rzip /hi.zip. /Documents : 폴더를 hi.zip로 압축. hi.zipunzip -ezip /Test.zip. /TestFile : TestFile문서를 암호 추가해서 zip. -rezip /Test.zip. /TestDir : TestDir폴더를 암호 추가해서 zip. - gunzip : gz 파일 압축할 때
- tar : tar 파일 압축할 때
- Lesson 7:
find . -name Test -print 2> . /ErrorLog : Test라는 폴더 찾는다 에러로그를 ErrorLog에 출력 / -name Test -print 2find /ErrorLog : Test라는 모든 폴더 찾는다> .
- Lesson 8:
- say "할말" : 기계가 할말을 읽네…
1. ->esc+xemacs 2. snake snake game: ,, ,,, tetris : gametetris
- Lesson 9:
/Volumesls hard drives:
- Lesson 10.
+x Bobchmod Filename)(
- Lesson 12.
top see all processes are running: top -ocpu : sort by usagecpu top then hit Shift + f, then choose the display to order by memory usage by hittingkey n then press Enter.ps aux see all processes: ps |aux terminalgrep terminal 포함된것만 추출: - ps aux | more : 더 디테일 하게 보기 q로 나가기
/kill Terminalkillall :
- Lesson 13. Input and Output
passwd change password: - grep는 함수 같은 ?? 뒤에 단어 포함한 행을 반환
higrep - hi하면 hi반환
- afasd 아무것도 반환 안함
- 파일 쓰기
- echo hi > HI : hi를 HI라는 파일에 아웃풋함
- echo hi >> ~\Desktop\HI : HI라는 파일에 hi한행 더 추가
- 디스크 용량 확인하기
- df : 디스크 용량 확인하기
- df -h : 사용자가 보기 쉬운 포맷으로 보여주기
- du -sh ~ : 자신의 홈디렉토리가 얼마 쓰고 있는지 확인
- du -sh * : 현재 디렉토리 파일(폴더)들이 얼마씩 쓰고 있는지 확인
- ifconfig : IP 주소 확인
- 바로가기 만들기
- ln -s 기존 폴더경로 바로가기 만들 폴더경로
ln -s /Users/guangyuan/Documents/folderPath /Users/guangyuan/folderPathLink
- 파일 다운로드 :
- curl -O http://example.com/file1.pdf (현재 경로에 file1.pdf로 다운로드 됨)
curl -o downloadedfile1.pdf http://example.com/file1.pdf (이름 지정해서 저장)- 네트워크
- netstat -nat |
grep TIME_WAIT |wc -l
Bootcamp driver - unsupported on this computer model (How to install Bootcamp driver on mid 2009 Mac)
Step 1. Download Bootcamp driver from Apple Website (In my case, use Bootcamp 5.1)
Step 2. Run cmd as Administrator.
Step 2. Run cmd as Administrator.
Step 3. Go to the downloaed directory which "Bootcamp.msi" located, run command below to install.
Step 4. After rebooting, U could see Boot Camp Control Panel and enjoy your Win 8 in Mac!
Subscribe to:
Posts (Atom)



