점프 투 플라스크를 읽고 쓴 리뷰 입니다. https://sdk.xyz/jump-to-flask
Read moreCategory: 프로그래밍 언어
apache tomcat permission error
정확한 로그는 캡처 못했지만 아래와 비슷한 에러 였음. 권한 설정 후 해결 chmod a+x /Users/걔정명 /톰켓위치/apache-tomcat-8.5.51/bin/*
Read moregit 원격지 주소 변경
Lets Encrypt with an nginx reverse proxy
https://serverfault.com/questions/768509/lets-encrypt-with-an-nginx-reverse-proxy https://www.htpcguides.com/secure-nginx-reverse-proxy-with-lets-encrypt-on-ubuntu-16-04-lts/ https://www.google.co.kr/search?ei=RxNhW7T8NNDM-QbT36D4BQ&q=nginx+reverse+proxy+letsencrypt+certonly&oq=nginx+reverse+proxy+letsencrypt+certonly&gs_l=psy-ab.3…2971.11207.0.11640.17.16.1.0.0.0.918.1907.0j7j6-1.8.0….0…1c.1.64.psy-ab..9.8.990…0i203k1j0i30k1j0i10i30k1j0i8i30k1j33i160k1.0.Grv7V_1D5Jk
Read morenginx 버전 정보 숨기기
https://www.ssllabs.com/ssltest/analyze.html?d=sundo.kim nginx 정보가 ssl 사이트 등급 조회 그리고 get/post로 요청한 header에서 nginx 정보가 나온다는 회사 선배님의 감사한 제보가 있었습니다. […]
Read moreConfluence trial 설치
Ubuntu 16.04 서버에 설치 confluence 다운 https://ko.atlassian.com/software/confluence/download 설치 문서 https://confluence.atlassian.com/doc/installing-a-confluence-trial-838416249.html 파일업로드 후 설치파일 위치에서 명령어 실행 $ chmod a+x atlassian-confluence-X.X.X-x64.bin[…]
Read morewindows10 L2TP/Ipsec VPN
regedit 수정 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent 새로 만들기 : DWORD (32 비트) 값 이름 : AssumeUDPEncapsulationContextOnSendRule 수정 값데이터 : 2 재부팅 https://support.microsoft.com/ko-kr/help/926179/how-to-configure-an-l2tp-ipsec-server-behind-a-nat-t-device-in-windows
Read moreintellij macbook Touch Bar(인텔리제이 맥북 터치바)
맥북 터치바 모델에는 FN (function) key 위치에 터치바가 있습니다. 개인적으로 처음에는 어색하고 불편한 점이 있지만 사용해보면 익숙해져 없으면 아쉬울 정도가[…]
Read more5분에 끝나는 xpenology(헤놀로지) 설치 영상
esxi6.5에 시놀로지를 설치하는 영상입니다. 이 영상을 따라 하시려면 esxi(vmware 무료) 버전 6 이상이 설치 되어 있어야 합니다. 예전에 화면 떠논[…]
Read moreiLO 4 에러
1. Firmware Version 2.60 undefined.domain.name 2. Self-Test reports a problem with: Embedded Flash/SD-CARD. View details on Diagnostics page. 해결[…]
Read moresynology ddns, ssl 고민
목표 : 보안인증서 적용 (ssl, https) 서브도메인 헤놀로지 : https://bbb.aaa.com으로 접속 역방향 proxy 필요 현재 진행 사항 서브 도메인[…]
Read more하위 디렉토리 파일들에서 문자열 검색: grep 또는 find 이용하기
http://skylit.tistory.com/81 $ find . -name “*.[ch]” | xargs grep -n “찾고자 하는 문자열”
Read morego 설치
go 1.6 삭제 sudo apt-get remove golang-go sudo apt-get remove –auto-remove golang-go git clone https://github.com/udhos/update-golang cd update-golang sudo ./update-golang.sh https://gist.github.com/nikhita/432436d570b89cab172dcf2894465753[…]
Read morejebbrain portable install
http://gocoder.tistory.com/82
Read moreVim everywhere
https://github.com/cknadler/vim-anywhere Installation Requirements OSX: MacVim (brew install macvim) Linux: Gnome (or a derivative) gVim Install curl -fsSL https://raw.github.com/cknadler/vim-anywhere/master/install |[…]
Read moreJavascript / Chrome – How to copy an object from the webkit inspector as code
https://stackoverflow.com/questions/10305365/javascript-chrome-how-to-copy-an-object-from-the-webkit-inspector-as-code
Read moreintellij Touch Bar customize
https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000022804-Support-for-Apple-TouchBar What if you could customize your new Touch Bar? https://github.com/fifafu/BetterTouchTool
Read morejavascript empty object check
https://stackoverflow.com/questions/679915/how-do-i-test-for-an-empty-javascript-object function isEmpty(obj) { for(var prop in obj) { if(obj.hasOwnProperty(prop)) return false; } return JSON.stringify(obj) === JSON.stringify({}); } […]
Read more[scrap]jetBrains – PHPstrom , Webstorm 포터블로 설치
http://gocoder.tistory.com/82?category=701146
Read more[scrap] 혼합 콘텐츠 방지
https://developers.google.com/web/fundamentals/security/prevent-mixed-content/fixing-mixed-content
Read more