본문 바로가기

Talk/MAC_apple

(4)
MAC에서 PPT 자동저장이 계속 뜨는 경우 MAC 재시작 했을 때 자꾸 전에 작업하다가 자동 저장 된 파일이 떠서 귀찮은 경우가 있다. 이때 불필요하게 자동저장된 데이터라면 다음 경로로 가서 삭제해주도록 한다. PowerPower이외에도 Microsoft제품들의 자동저장된 파일의 경로이다. Finder "/Users//Library/Containers/com.microsoft.* 해당 경로 "/Users//Library/Containers/"로 가보면 다음의 microsoft폴더들을 볼 수 있다. Powerpoint의 경우 "/Users//Library/Containers/com.microsoft.Powerpoint/Data/Library/Preferences/AutoRecovery..
Host key verification failed 대처 ssh 접속할 때 'Host key verification failed.' 메시지가 보인다면 고민할 것 없이 sudo ssh-keygen -R @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!Someone could be eavesdropping on you right now (man-in-the-middle attack)!It is also possible ..
Mac 기반 개발을 위한 터미널 셋팅 말이 필요없다. https://beomi.github.io/2017/07/07/Beautify-ZSH/ https://wckhg89.github.io/archivers/terminal_setting https://medium.com/harrythegreat/oh-my-zsh-iterm2%EB%A1%9C-%ED%84%B0%EB%AF%B8%EB%84%90%EC%9D%84-%EB%8D%94-%EA%B0%95%EB%A0%A5%ED%95%98%EA%B2%8C-a105f2c01bec
iTerm2 color sudo vim ~/.bash_profile \# Add Homebrew \`/usr/local/bin\` and User \`~/bin\` to the \`$PATH\` PATH=/usr/local/bin:$PATH PATH=$HOME/bin:$PATH export PATH # Load the shell dotfiles, and then some: # \* ~/.path can be used to extend \`$PATH\`. # \* ~/.extra can be used for other settings you don’t want to commit. for file in ~/.{path,bash\_prompt,exports,aliases,functions,extra}; do \[ -r "$file"..