homebrew 설치 ➜ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"mssql 커맨드라인 도구 설치 ➜ brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release ➜ brew update ➜ HOMEBREW_NO_ENV_FILTERING=1 ACCEPT_EULA=y brew install mssql-tools설치된 mssql 커맨드라인 도구 확인 sqmcmd ➜ sqmcmd Microsoft (R) SQL Server Command Line Tool Version 17.4.0001...
여러 ssh 호스트 접속을 위해 ~/.ssh/config 에 셋팅하는데macOS Sierra 이상에서는 AWS pem 파일을 사용하려 할때마다 아래와 같이 암호를 물어왔다.Enter passphrase for key '~/.ssh/aws-seoul-my.pem':ssh key 암호를 최초 한번만 묻도록 셋팅하는법을 알아본다. 방법 1~/.ssh/config 파일 처음에 아래 구문 추가 (1회)Host *UseKeychain yes방법 2key 파일 추가시마다 아래 명령 수행chmod 0600 ~/.ssh/id_rsa.pubssh-add ~/.ssh/id_rsa 참고https://apple.stackexchange.com/a/263657https://apple.stackexchange.com/a/268147
macOS 에서 디렉토리 내 재귀적으로 파일들 인코딩 변환 bash script #!/bin/bash # 사용법: convert-euckr2utf8.sh . txt # 첫번째 인자는 변환을 적용할 디렉토리 경로 # 두번째 인자는 확장자명 # 결과는 파일명.utf8.확장자 dest=$1 ext=$2 if [[ -z "$1" ]]; then echo "Need first argument: destnation folder" exit 1 fi if [[ -z "$2" ]]; then echo "Need second argument: file extension" exit 1 fi find "$dest" -name "*.${ext}" -type f | \ (while read file; do iconv -f euc..
PHPStorm 으로 개발 중 다음의 알림 때문에 Subversion 1.8 필요하게 됨:다음의 오류가 나타남:svn: E155021: This client is too old to work with the working copy at ‘/Users/andrea/dev/wp/vvv/www/wordpress-develop’ (format 31). You need to get a newer Subversion client. For more details, see http://subversion.apache.org/faq.html#working-copy-format-change.현재 svn 버젼 체크:$ svn --version svn, version 1.7.17 (r1591372) compiled Aug 7..
BrowserStack (http://browserstack.com/) 사용이 매우 좋지만 과금해야 하니,가상머신인 VirtualBox를 이용할것이니 설치해놓고 시작!가상OS 이미지를 이미 MS의 Modern.IE (https://www.modern.ie/)에서 제공함허나, 제공되는 이미지들을 하나 하나 받아서 하자니 적잖게 귀차니즘이 발동하니까다운로드 > 설치 > 셋팅을 자동화해주는 도구를 이용! ievms (https://github.com/xdissent/ievms)QuickStart 따라하면 다운로드 용량도 용량이지만48G의 저장용량이 사용되니 유념하시고본인은 맥북에어라 저장용량이 적기에 Installation 안내 중To install specific IE versions (IE7 and IE8..
- Total
- Today
- Yesterday
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
- iphone
- ASP
- Wordpress
- API
- Chrome
- laravel
- nginx
- 워드프레스
- sencha touch
- Mac
- Debug
- classic asp
- nodejs
- PHP
- Linux
- javascript
- 한글
- CSS
- Docker
- JSON
- Prototype
- iis
- JQuery
- centos
- 안드로이드
- mssql
- IE
- Android
- IOS
- git
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |