2015년 9월 30일 수요일

09.30 Kali Linux 2.0 [START]

9.30 no Hangul Tlqkf, still no wifi :(

You should login by username "root" for the first-time use

In Kali Linux 2.0, Hangul crashes.
So you need to download 'nanum' font

For google chrome use:
Install
You can't use chrome even after installing it
So you need a new user by looking here

오 이제 한글 됨

뭐로되는건지 모르겠음

제일 마지막으로 한건 fcitx

2015년 9월 29일 화요일

Node.js 입문 - (5) post 방식을 이용한 간단한 로그인

GET방식은 주소창에 모든 parameter의 값이 뜨는 방식이므로 로그인에는 적합하지 않다 따라서 주소창에 뜨지않는 POST 방식을 이용해 보자 우선 main.js 파일을 module.exports = function(app){ a...