파일의 마지막 부분을 출력한다.
tail [option] ... [file] ... 기본 출력은 파일의 마지막 10줄을 보여준다.
f : 파일의 마지막 10라인을 실시간으로 계속해서 출력
alt + shift + c => snippet lab |
# EDITOR=nano sudo visudo | |
# Change the following line: (:i to insert + esc to go back + :w to save + :q to quit) | |
# Defaults env_reset | |
# to: | |
# Defaults env_reset,timestamp_timeout=960 # in minutes | |
export PATH=$PATH:. | |
# export PATH=$PATH:/usr/bin |
제목은 PRJ_로 시작한다. (for seacrhing)
하위 디렉토리의 경우 아래를 이용한다.
이전의 서류를 포함했던 것과 달리 계약 문서를 따로 만들어준다.
현재 진행중인 프로젝트의 경우 태그명으로 태그를 달아준다
override func viewDidAppear(_ animated: Bool) { | |
var contentWidth: CGFloat = 0.0 | |
let scrollWidth = scrollView.frame.size.width | |
//x는 0부터 2까지 | |
for x in 0...2{ | |
//스크롤뷰는 사진 같은 느낌이 강하다. |
This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :