목록전체보기 (190)
낭만 프로그래머
1. 다운로드 http://sourceforge.net/projects/liteide/files/?source=navbar 에 접속해서 원하는 버전 다운로드 2. 원하는 경로에 압축해제 3. /liteide/bin/liteide 실행
1. CentOS6.6 설치 2. Go 컴파일러 다운로드 및 압축 해제 wget https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz tar vxzf go1.5.3.linux-amd64.tar.gz sudo mv go /usr/local/ 3. PATH 설정 echo "export PATH=$PATH:/usr/local/go/bin" >> .bashrc source .bashrc
Building th main Guest Additional module [실패] 1. 커널 업데이트 yum update kernel* reboot 2. 필요 패키지 설치 yum groupinstall "Development Tools" Building the OpenGL support modules..... [실패] 1. VBoxLinuxAdditions.run 실행전에 아래를 실행 cd /usr/src/kernels/2.6.32-431.3.1.el6.x86_64/include/drm ln -s /usr/include/drm/drm.h drm.h ln -s /usr/include/drm/drm_sarea.h drm_sarea.h ln -s /usr/include/drm/drm_mode.h drm_mod..
공식 사이트 : http://wiki.x2go.org/doku.php 1. epel 설치 # wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -Uvh epel-release-6-8.noarch.rpm 1. The correct fix is to update your SSL certificates. # yum upgrade ca-certificates --disablerepo=epel # yum install epel-release -y 3. 필요 패키지 설치 # yum -y install fuse fuse-libs 4. fuse, sshfs 설치 # yum install fuse sshfs 5. x2g..
* Controller에서 문자열을 Json 형태로 전송 : Content 메소드를 사용 Method Parameter Return Content(String) content Type: System.String The content to write to the response. ContentResult Content(String, String) content Type: System.String The content to write to the response. contentType Type: System.String The content type (MIME type). ContentResult Content(String, String, Encoding) content Type: System.String ..
* Linux에서 Eclipse를 사용하다 보면 계속 Build하는 버그가 존재해결 방안은 Build Automatically 옵션을 해제 하여 사용 해야 한다