Mac2015. 1. 29. 11:14

터미널에서 아래 입력


# defaults write com.apple.Safari IncludeDebugMenu 1


사파리 브라우져 다시 열기


상단 메뉴 "개발자용" 생김.

'Mac' 카테고리의 다른 글

MAC 가상호스트(VirtualHost) 설정  (0) 2014.02.28
[Sequel Pro] 단축키  (0) 2013.09.27
Mac OS X lion 에 APM 구축  (0) 2013.09.04
Mac에서 hosts파일 수정  (0) 2013.04.26
Posted by E.No
Mac2014. 2. 28. 18:42



1. sudo vi /private/etc/apache2/httpd.conf (파일을 연다)

 

2. Include /private/etc/apache2/extra/httpd-vhosts.conf (해당 문자의 주석을 풀어준다 ' # ' 제거)

 

3. esc > / > wq > enter (vi 편집기 저장하고 나온다.)

 

4. sudo vi /private/etc/apache2/extra/httpd-vhosts.conf  (파일을 연다)


5. VirtualHost 추가


6. hosts수정


7.아파치 재시작 


참고 : http://blog.naver.com/namkwon84?Redirect=Log&logNo=202955755



'Mac' 카테고리의 다른 글

safari 디버깅 모드 열기  (0) 2015.01.29
[Sequel Pro] 단축키  (0) 2013.09.27
Mac OS X lion 에 APM 구축  (0) 2013.09.04
Mac에서 hosts파일 수정  (0) 2013.04.26
Posted by E.No
Mac2013. 9. 27. 00:08

Keyboard Shortcuts

Get the most out of Sequel Pro by remembering the following keyboard shortcuts.

Main Tabs

Table Structure⌘   1
Table Content⌘   2
Table Relations⌘   3
Table Info⌘   4
Custom Query⌘   5
Table Triggers⌘   6

General Shortcuts

New Window (Connection File)⌘   N
New Tab(Connection File)⌘   T
Add Connection To Favorites⇧   ⌘   A
Open (Connection File or SQL File)⌘   O
Open current Connection File in New Window⌥   ⌘   O
Save (Connection File)⌘   S
Save As (Connection File)⇧  ⌘   S
Save Query^  ⌘   S
Close (Connection File)⌘   W
Close All (Connection File)⌥   ⌘   W
Print⌘   P
Import⇧   ⌘   I
Show Console Window⇧   ⌘   K
Clear Console⌘   K
Back in History⌃   ⌥   ←
Forward in History⌃   ⌥   →
Select Next Tab⌃   ⇥
Select Previous Tab⌃   ⇧   ⇥
Insert NULL value⌃   ⇧   N
Copy Create Table Syntax⇧   ⌘   C
Show Create Table Syntax⌥   ⌘   S
Refresh Databases⇧   ⌘   R
Choose Database⇧   ⌘   D
Show Server Variables⇧   ⌘   V
Show Server Processes⌥   ⌘   P
Refresh Tables⌃   ⌘   R
Flush Privileges⇧   ⌘   F
User Accounts…⌘   U
Copy selection / Copy selected row(s)⌘   C
Copy selected row(s) with column names⌥   ⌘   C
Copy selected row(s) as SQL INSERT⌃   ⌥   ⌘   C
Show/Hide Toolbar⇧   ⌘   T
Filter Table Content⌃   ⌘   F
Filter Tables⌃   ⌥   ⌘   F
Bundle Editor⌃   ⌥   ⌘   B
Navigator⌃   ⌥   ⌘   N

Select

Select current word⌃   W
Select current line⌃   L
Select enclosing brackets⇧   ⌘   B
Select all⌘   A

Table Structure Tab

Add a new field⌥   ⌘   A
Delete selected field
Duplicate selected field⌘   D
Refresh table structure⌘   R
Edit table details⌘   4

Table Content Tab

Add a new row⌥   ⌘   A
Delete selected row(s)
Duplicate selected row⌘   D
Refresh table contents⌘   R

Custom Query Tab

Version 1.0 and later
Run all queries⌥   ⌘   R
Run current query or selection or ⌘   R
Versions 0.9.9.1 and earlier
Run all queries or ⌘   R
Run current query or selection⌥   ⌘   R
 
Shift line or selection rightwards⌘   [
Shift line or selection leftwards⌘   ]
(Un)Comment line or selection⌘   /
(Un)Comment current query⌥   ⌘   /
Completion (narrow-down list / fuzzy search)
    Insertion of an item ,  , Double-Click
    Insertion full schema reference +  ,     ,    Double-Click
    Keep Window Open after Insertionholding down while insertion
    Fuzzy Search   
    Close Window
Spell Checker Completion (narrow-down list)F5
Select current query⌃   Y
Show MySQL help for current word or selection⌃   H
Open query favorites popup menu⌥   ⌘   F
Open query history popup menu⌥   ⌘   Y
Insert previous history item (successively)⌃ +  ↑
Insert next history item (successively)⌃   ↓
Show all database names as completion list⌥   ⌘   1
Show all table and view names as completion list⌥   ⌘   2
Show all table names from current database as completion list⌥   ⌘   3


출처 - http://www.sequelpro.com/docs/Keyboard_Shortcuts

'Mac' 카테고리의 다른 글

safari 디버깅 모드 열기  (0) 2015.01.29
MAC 가상호스트(VirtualHost) 설정  (0) 2014.02.28
Mac OS X lion 에 APM 구축  (0) 2013.09.04
Mac에서 hosts파일 수정  (0) 2013.04.26
Posted by E.No
Mac2013. 9. 4. 01:47

참고  URL - http://jinifactory.tistory.com/10

친절하게도 각각 Apache, php, mysql 설치에 대해서 자세하게 설명해 주었다.

하지만 Apache 설정중 디렉터리 권한에 대한 부분은 나와 달라 403 forbidden 에러가 발생하여 부뷴 수정하였다.


/etc/apache2/users/사용자.conf 의 디렉터리 설정중 

<Directory "/Users/사용자/Sites/">

        Options FollowSymLinks

        AllowOverride None

        Order deny,allow

        allow from all

</Directory>


이렇게 바꾸었다 


검색 해보니 

/etc/apache2/httpd.conf 의 디렉터리 설정과 맞추어 설정하면 된단다.

참고 - http://superuser.com/questions/158792/403-forbidden-error-on-mac-os-x-localhost

영어는 잼병이라 대충 눈치껏 보아하니 권한관련 옵션 부분인데 사용하지 않고 전부 허용 정도 인것같다..


자세히 파악해놓지 않으면 나중에 또 삽질하겠지만.. 일단은 되었으니 뭐.. 


여튼 그렇다.



'Mac' 카테고리의 다른 글

safari 디버깅 모드 열기  (0) 2015.01.29
MAC 가상호스트(VirtualHost) 설정  (0) 2014.02.28
[Sequel Pro] 단축키  (0) 2013.09.27
Mac에서 hosts파일 수정  (0) 2013.04.26
Posted by E.No
Mac2013. 4. 26. 15:41

1.터미널 위치

응용프로그램 > 유틸리티 > 터미널 실행


2. hosts  파일열기.

sudo nano /private/etc/hosts


3.수정/추가

xxx.xxx.xxx.xxx    사이트 도메

#완료 후 Ctrl + X 로 닫은 후 Flush 해준다.


4.Flush 

dscacheutil -flushcache


이상 완료.


'Mac' 카테고리의 다른 글

safari 디버깅 모드 열기  (0) 2015.01.29
MAC 가상호스트(VirtualHost) 설정  (0) 2014.02.28
[Sequel Pro] 단축키  (0) 2013.09.27
Mac OS X lion 에 APM 구축  (0) 2013.09.04
Posted by E.No