Programming
-
[ubuntu] apt-get 사용법Programming 2019. 3. 23. 22:02
apt-get 쓰면 아재라는데;; apt 에 없는게 종종 있는터라 apt-get 쓰고 아재할란다.패키지 검색 command # apt-cache search vim-tiny vim-tiny - Vi IMproved - enhanced vi editor - compact version패키지 설치도커 이미지 파일중 OS 설치하면 기본만 있어서 에디터를 설치해야 한다. Vi 기본을 설치했더니 생각보다 용량(49.5 MB)이 커서 작은 사이즈 vim-tiny 를 선택했다. (방향키가 안되서 불편하긴하지만 기본기능은 다있다) command # apt-get install vim-tiny After this operation, 1838 kB of additional disk space will be used.패키지..
-
xcode 삭제후 git, homebrew 에러Programming 2018. 9. 4. 15:29
homebrew 에러 이슈 homebrew 명령 실행 안됨 원인Xcode.app 설치 후 디스크 공간확보를 위해 삭제함 증상 [we]:/Users/we> brew install gradle xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun Error: An exception occurred within a child process: CompilerSelectionError: gradle cannot be built with any available compiler..
-
Mac 환경 셋팅Programming 2017. 6. 15. 10:49
1. .bash_profile 관련블로그 : http://hmjkor.tistory.com/437 alias vi='vim' alias so='cd /Users/we/Documents/source' export TERM=xterm-color export CLICOLOR=1 export LSCOLORS=gxFxCxDxbxegedabagaced export GREP_OPTIONS='--color=auto' alias ls='ls -GFh' alias ll='ls -lv' export MYSQL_BIN=/usr/local/mysql/bin export JAVA_HOME=~/java export MAVEN_HOME=/usr/local/apache-maven-3.5.0 export HOMEBREW=/usr/loc..
-
subversion = svnProgramming 2016. 2. 26. 11:56
최초작성일 : 2009.05.25 17:44 저번에 올린 글 중 http://www.willow.pe.kr/342 Subversion 관련 내용 Subversion 구글에서 제공해주는 svn 저장소 http://code.google.com/p/willow/ SVN 사용해보기 http://www.hybrid.pe.kr/tt/246#footnote_246_2 SVN 온라인 서적 http://svnbook.red-bean.com/ tortoise url TortoiseSVN http://tortoisesvn.tigris.org/ 오늘 svn 서버가 다운되었는데 로컬 TortoiseSVN 에서는 svn 서버에서 데이터를 받아와서 log 를 보여줘서 볼 수가 없었다. 답답하길래 웹서버에서 놀았다. 평소 필요하다 ..
-
FusionCharts (Flash) UTF-8 XML 인코딩, BOMProgramming 2015. 2. 4. 12:32
EUC-KR 언어셋 기반 사이트를 UTF-8로 Converting... EUC-KR → UTF-8 일괄 변환시- Zend 파일 PASS- XML 파일 (기본 인코딩이 UTF-8) PASS- Database 언어셋도 UTF-8 이라 PASS. FusionCharts XML Data Load 한글이 깨지는 문제 발생.(주저리주저리 파일도 DB도 리눅스 웹서버 언어셋도 UTF-8!!! 퓨전차트에서도 utf-8 지원하다고 되어 있고!! 완전 멘붕상태..) 해결책 : BOM UTF8파일로 인식하게 하면 된다. URL http://kb.fusioncharts.com/questions/387/How+to+use+UTF-8+characters+with+PHP%3FIf the XML data provider is a P..
-
이렇게 편할수가! rz, szProgramming 2014. 10. 13. 17:12
왜 난 그토록 어렵게...sftp 를 열어서.. 파일을 이동했던 것인가.. orzsftp 사용법 $ man rzNAME rx, rb, rz - XMODEM, YMODEM, ZMODEM (Batch) file receiveDESCRIPTION This program uses error correcting protocols to receive files over a dial-in serial port from a variety of programs running under PC-DOS, CP/M, Unix, and other operating systems. It is invoked from a shell prompt manually, or automatically as a result of an "sz f..
-
jquery.min.map Not Found..Programming 2014. 3. 19. 18:38
인터넷망이 제한된 네트워크존 에서 서비스 하는 경우 체크 해서 없는 파일들은 따로 다운로드 후 서버에 올려준다. jquery(-version).min.js 파일을 열어서 올린 파일명을 적어준다. (경로는 같은위치로~)/*! jQuery v1.9.1 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license //@ sourceMappingURL=jquery-2.0.3.min.map