유튜브 채널은 생성하면 랜덤하게 이름이 생성되는데요. 그 이름을 바꾸는 방법을 알아보겠습니다.. 유튜브에서 프로필을 누르고 내채널로 들어갑니다. 채널 맞춤 설정을 들어갑니다. 채널 맞춤설정에서 핸들부분을 변경하시면 변경이 완료됩니다. 끗!
Secure sessions with Node.js, Express.js, and NginX as an SSL ProxyRawA: Secure Sessions HowtoSecure sessions are easy, but not very well documented. Here's a recipe for secure sessions in Node.js when NginX is used as an SSL proxy: The desired configuration for using NginX as an SSL proxy is to offload SSL processing and to put a hardened web server in front of your Node.js application, like: [..
간단한 웹프로그램을 만들고 push 기능을 적용하고 싶을 때 사용하면 좋은 어플 중에 하나가 텔레그램이다. 사용방법으로는 텔레그램에서 botfather를 찾는다. 1. /start 입력2. /newbot 입력3. bot 이름 입력4 bot username 입력 모든 과정을 완료하면 BotFather님께서 token을 건내주신다. 이것을 잘 기억하도록 하자. 그리고 아래 적혀 있는 주소로 가보도록 하자. https://core.telegram.org/bots/api api 호출 규칙은 아래와 같다. https://api.telegram.org/bot/ 실제 본인의 TOKEN을 넣고 명령어에는 getMe를 넣고 실행 해보면 bot의 정보를 볼수 있다. 텔레그램 메신저로 들어가서 시작하기를 눌러 시작한 후 메..