Vim 자동완성

OS/Mac OS 2016. 11. 13. 09:07

일반 기계식 키보드에서는 오른쪽 ctrl의 왼쪽 버튼(마우스 모양에 파일 모양버튼)을 누르면 vi에디터로 작성할 때 자동완성 목록이 나타난다.

애플 키보드를 이용한다면 control + p를 누르면 나타난다.


.vimrc에는 set wmnu를 추가해주면 된다.


Posted by 知彼知己百戰不殆
,

vim Code syntax highlighting

1. cd /usr/share/vim/vim81

2. ls

3. cp ./vimrc_example.vim ~/.vimrc     <<  ./파일명은 붙여서 써야 함.

Finish


directory Coloring

home directory 밑의 .zshrc 파일 수정. 기존에는 .bash_profile을 수정했으나 안 되는 경우 수행.

.zshrc파일에서 

export TERM=xterm-color

export CLICOLOR=1

export LSCOLORS=ExGxDxFxCxegedabagaced

export GREP_OPTIONS='--color=auto'

alias ls='ls -G'

추가

그리고 

source ./.zshrc 실행해서 프로필 적용


============== 추가 설명 ==============

export LSCOLORS=ExGxDxFxCxegedabagaced

여기서 각각 순서대로 쌍을 이룸.

1. directory

2. symbolic link

3. socket

4. pipe

5. executable

CodeMeaning (Color)
aBlack
bRed
cGreen
dBrown
eBlue
fMagenta
gCyan
hLight grey
ABold black, usually shows up as dark grey
BBold red
CBold green
DBold brown, usually shows up as yellow
EBold blue
FBold magenta
GBold cyan
HBold light grey; looks like bright white
xDefault foreground or background

source : https://www.cyberciti.biz/faq/apple-mac-osx-terminal-color-ls-output-option/


'OS > Mac OS' 카테고리의 다른 글

vi 에디터로 작성 시 마우스 휠로 커서 옮기기  (0) 2016.11.13
Vim 자동완성  (0) 2016.11.13
Mac ettercap 패킷캡쳐, 스니핑 프로그램  (0) 2016.05.11
Mac 패킷 캡쳐  (0) 2016.05.10
GCC 어셈블리 사용법  (0) 2016.05.02
Posted by 知彼知己百戰不殆
,

 brew install ettercap 으로 ettercap 설치


실행: ⇓⇓⇓⇓⇓⇓⇓

sudo ettercap -G : 그래픽 기반으로 실행

sudo ettercap -C : 캐릭터 기반으로 실행 터미널 창에서 실행

'OS > Mac OS' 카테고리의 다른 글

Vim 자동완성  (0) 2016.11.13
terminal syntax highlighting, directory coloring  (0) 2016.08.27
Mac 패킷 캡쳐  (0) 2016.05.10
GCC 어셈블리 사용법  (0) 2016.05.02
Mac Safari 웹 소스코드 보는 법  (0) 2016.05.02
Posted by 知彼知己百戰不殆
,

Mac 패킷 캡쳐

OS/Mac OS 2016. 5. 10. 23:24

Getting Started With tcpdump

To get started with tcpdump, try the following command.

sudo tcpdump -i en0 -w trace.pcap

The elements of this command line are:

  • The sudo command causes tcpdump to run with privileges, which is necessary in order to capture network traffic.

  • The -i en0 option tells tcpdump to capture packets on the first Ethernet interface. By default, tcpdump will use the first non-loopback interface it can find (usually en0). To specify a different interface, just change en0 to the BSD name of that interface. For example, the AirPort interface is typically en1.

    To get a list of network interfaces and their user-visible names, run the networksetup tool with the -listallhardwareports argument.

  • The -w trace.pcap parameter tells tcpdump to write the packets to a file called trace.pcap.


Posted by 知彼知己百戰不殆
,

gcc -S -o (목적파일 이름) (소스파일 이름)


Posted by 知彼知己百戰不殆
,

사파리 -> 환경설정 -> 고급탭 (맨 아래쪽에 메뉴 막대에서 개발자용 메뉴 보기 체크)

'OS > Mac OS' 카테고리의 다른 글

Mac 패킷 캡쳐  (0) 2016.05.10
GCC 어셈블리 사용법  (0) 2016.05.02
MAC 터미널 'ls' 명령어 디렉토리, 파일명 색 변경  (0) 2016.04.28
특수문자. 한자 사용법  (0) 2016.03.13
스크린샷 찍는 법  (0) 2016.03.13
Posted by 知彼知己百戰不殆
,

홈 디렉토리(cd ~)에서 ls -a 명령어를 치면 숨겨졌던 파일들도 나오는데 여기서 .bash_profile 파일을 열어서 

export CLICOLOR=1

export LSCOLORS=ExFxCxDxCxegedabagaced


를 추가해주면 된다. 맨 앞의 Ex는 blue를 뜻하며 디렉토리 명들의 색을 바꿔준다.

마지막 Cx는 실행 파일들의 색을 바꿔주며, green을 뜻한다. 나머지 중간의 색들은 어떤 걸 바꿔주는 지 모름.


이게 귀찮으면 alias 명령어를 사용하여 ls=ls -G(ls에 색을 입힘) 를 입력하는 방법도 있거나, ls 라고 타이핑하는 대신에 ls -G라고 타이핑을 해도 된다.




a black
b red
c green
d brown
e blue
f magenta
g cyan
h light grey
A bold black, usually shows up as dark grey
B bold red
C bold green
D bold brown, usually shows up as yellow
E bold blue
F bold magenta
G bold cyan
H bold light grey; looks like bright white
x default foreground or background

Note that the above are standard ANSI colors. The actual
display may differ depending on the color capabilities of
the terminal in use.

The order of the attributes are as follows:

1. directory
2. symbolic link
3. socket
4. pipe
5. executable
6. block special
7. character special
8. executable with setuid bit set
9. executable with setgid bit set
10. directory writable to others, with sticky bit
11. directory writable to others, without sticky
bit

The default is “exfxcxdxbxegedabagacad”, i.e. blue fore-
ground and default background for regular directories,
black foreground and red background for setuid executa-
bles, etc.

'OS > Mac OS' 카테고리의 다른 글

GCC 어셈블리 사용법  (0) 2016.05.02
Mac Safari 웹 소스코드 보는 법  (0) 2016.05.02
특수문자. 한자 사용법  (0) 2016.03.13
스크린샷 찍는 법  (0) 2016.03.13
루트계정 활성화  (0) 2016.03.13
Posted by 知彼知己百戰不殆
,


한자 사용법 : 글자 입력 후 Alt + return(Enter)

Posted by 知彼知己百戰不殆
,

스크린샷 찍는 법

OS/Mac OS 2016. 3. 13. 16:00



Posted by 知彼知己百戰不殆
,

루트계정 활성화

OS/Mac OS 2016. 3. 13. 15:59



Posted by 知彼知己百戰不殆
,