목록개발 관련/기타 (3)
riberio
기본 설정 https://playon.tistory.com/108 토큰 교환 단계별 정보 https://developers.facebook.com/docs/instagram-basic-display-api/guides/getting-access-tokens-and-permissions/ 1단계 코드 요청 ( URL 입력 후 해당 브랜드 인스타그램 로그인 인증 해야함) https://www.instagram.com/oauth/authorize?client_id="client_id"&redirect_uri=https://bylynn.shop/auth/&scope=user_profile,user_media&response_type=code&state=1 1단계 결과 - (URL 연결시 리다이렉트 된 URL을 ..
1. find ./project/sr/sr-admin -type f -size +1000 -exec ls -lah $1 {} \; : ./project/sr/sr-admin 기준 위치 : +1000 파일 크기 2. du -ah /path/path | grep -v "/$" | sort -rh
https://openvpn.net/community-downloads/ 설치 버전 다운 설치시 옵션에서 easy-rsa 옵션 체크 후 설치 - server 설정 cd C:\Program Files\OpenVPN\easy-rsa clean-all.bat init-config.bat vars.bat build-ca.bat build-key-server.bat server build-dh.bat openvpn --genkey --secret ta.key - server 키파일 복사 C:\Program Files\OpenVPN\easy-rsa\keys 안에 모든 파일을 C:\Program Files\OpenVPN\config 로 복사 C:\Program Files\OpenVPN\easy-rsa\ta.key 파..