맥 터미널 미세먼지 팁 모음. 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 - 8월 07, 2016 $ open aa.png $ open -a gimp aa.png $ open -e aa.txt 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 댓글 제갈식2016년 8월 7일 오전 12:27시스템에 부하주기$ stress -c 4$ brew install stress답글삭제답글답글제갈식2016년 8월 7일 오전 12:27맥 터미널에서 beep음 내기$ tput bel소리가 작거나 맘에 안들면시스템설정에서 경고음을 바꾼다. 답글삭제답글답글제갈식2016년 8월 7일 오전 12:30터미널에서 클립보드 로$ ls ~ | pbcopy $ pbcopy < blogpost.txt $ curl http://www.google.com/doodles#oodles/archive | grep -A5 'latest-doodle on' | grep 'img src' | sed s/.*'<img src="\/\/'/''/ | sed s/'" alt=".*'/''/ | pbcopy답글삭제답글답글제갈식2016년 8월 7일 오전 12:34$ pbpaste >> tasklist.txt 답글삭제답글답글제갈식2016년 8월 7일 오전 12:37$ mdfind -onlyin ~/Documents essay 답글삭제답글답글제갈식2016년 8월 7일 오전 12:45$ say "Never trust a computer you can't lift." $ say -f mynovel.txt -o myaudiobook.aiff 답글삭제답글답글제갈식2016년 8월 7일 오전 12:51http://ss64.com/osx/기타 명령어 모음.답글삭제답글답글제갈식2016년 8월 7일 오전 12:55diskutil list답글삭제답글답글제갈식2016년 8월 8일 오전 1:34sips -z 32 32 *.jpeg일괄 영상 전처리답글삭제답글답글제갈식2016년 8월 8일 오전 1:49brew install rename디렉토리내 모든 파일 파일명 변경 테스트rename -nvs jpeg png *디렉토리내 모든 파일 파일명 변경rename -vs jpeg png *답글삭제답글답글제갈식2016년 8월 8일 오전 4:33curl -O http://192.168.0.7:8888/projA/logo.png답글삭제답글답글제갈식2016년 8월 8일 오전 4:36brew install renamerename -vs aaa bbb *답글삭제답글답글제갈식2016년 8월 9일 오전 3:11brew install passpass init email_addresspass insert test/www.apple.compass edit test/www.apple.com답글삭제답글답글제갈식2016년 8월 9일 오전 3:12실시간 날씨 정보:curl wttr.in/seoul 답글삭제답글답글제갈식2016년 8월 9일 오전 3:45$ brew install homebrew/games/c2048$ 2048답글삭제답글답글제갈식2016년 8월 9일 오전 3:49brew install homebrew/games/yetrisyetris답글삭제답글답글제갈식2016년 8월 9일 오전 3:49curl wttr/Moon답글삭제답글답글제갈식2016년 8월 9일 오후 5:26brew install ctorrentctorrent *.torrent답글삭제답글답글제갈식2016년 8월 10일 오전 12:58sublime text3 패키지 콘트롤러 설치cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/git clone git://github.com/wbond/sublime_package_control.git Package\ Controlcd Package\ Controlgit checkout python3# restart Sublime Text 3 and you should have Package Control working답글삭제답글답글제갈식2016년 8월 15일 오후 11:04brew install slurmslurm -i en0답글삭제답글답글제갈식2016년 8월 17일 오전 5:14알람기능:sleep 600s && mplayer path/to/mp3답글삭제답글답글댓글 추가더 로드하기... 댓글 쓰기
Ubuntu 미세먼지 팁들 - 8월 08, 2017 sudo apt-get install lsb-release scrot wget http://github.com/downloads/djmelik/archey/archey-0.2.8.deb sudo dpkg -i archey-0.2.8.deb archey install 자세한 내용 보기
텍스트필드, TextField 넣고 경고창으로 출력 - 11월 04, 2014 https://www.dropbox.com/home/%EC%86%8C%EC%8A%A4%EC%BD%94%EB%93%9C%201%EA%B0%9C 자세한 내용 보기
시스템에 부하주기
답글삭제$ stress -c 4
$ brew install stress
맥 터미널에서 beep음 내기
답글삭제$ tput bel
소리가 작거나 맘에 안들면
시스템설정에서 경고음을 바꾼다.
터미널에서 클립보드 로
답글삭제$ ls ~ | pbcopy
$ pbcopy < blogpost.txt
$ curl http://www.google.com/doodles#oodles/archive | grep -A5 'latest-doodle on' | grep 'img src' | sed s/.*'<img src="\/\/'/''/ | sed s/'" alt=".*'/''/ | pbcopy
$ pbpaste >> tasklist.txt
답글삭제$ mdfind -onlyin ~/Documents essay
답글삭제$ say "Never trust a computer you can't lift."
답글삭제$ say -f mynovel.txt -o myaudiobook.aiff
http://ss64.com/osx/
답글삭제기타 명령어 모음.
diskutil list
답글삭제sips -z 32 32 *.jpeg
답글삭제일괄 영상 전처리
brew install rename
답글삭제디렉토리내 모든 파일 파일명 변경 테스트
rename -nvs jpeg png *
디렉토리내 모든 파일 파일명 변경
rename -vs jpeg png *
curl -O http://192.168.0.7:8888/projA/logo.png
답글삭제brew install rename
답글삭제rename -vs aaa bbb *
brew install pass
답글삭제pass init email_address
pass insert test/www.apple.com
pass edit test/www.apple.com
실시간 날씨 정보:
답글삭제curl wttr.in/seoul
$ brew install homebrew/games/c2048
답글삭제$ 2048
brew install homebrew/games/yetris
답글삭제yetris
curl wttr/Moon
답글삭제brew install ctorrent
답글삭제ctorrent *.torrent
sublime text3 패키지 콘트롤러 설치
답글삭제cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone git://github.com/wbond/sublime_package_control.git Package\ Control
cd Package\ Control
git checkout python3
# restart Sublime Text 3 and you should have Package Control working
brew install slurm
답글삭제slurm -i en0
알람기능:
답글삭제sleep 600s && mplayer path/to/mp3