본문 바로가기

Putty 한글 설정 (UTF-8 설정 해도 안돼) Putty로 연결하려니 한글이 문제다.검색해서 찾아보면 대부분 UTF-8로 설정하면 정상적으로 한글이 출력된다는 내용들이 많이 보인다. (1)Putty -> Change Settings... ->Window -> Translation -> Character set translation -> Remote character set ::: UTF-8로 설정하고 Apply !!! 정상적으로 한글이 표시 된다면, 그대로 쓰고하지만 안된다.... 다들 한글 출력 되면서 왜 나만 안되나? 사용하고 있는 Putty가 영문 버전이라서 안되나? 다시 설정해봤다. (1) Putty -> Change Settings... -> Session:: Host Name (or IP address) : 하단 서버 주소와 포트 입력하고.. 더보기
unknown type name 'bool' If you take this error message from gcc compiler-> error: unknown type name ‘bool’ Add one source code line on .c #include 더보기
리눅스 .so 파일 빌드 Build .so file from .c file using gcc command line source file (so_test.c) #include void hello_so(){ printf("Hello .so\n");} command (01)#gcc -c -fPIC so_test.c -o test.o command (02)#gcc test.o -shared -o libtest.so source file (main.c)#include #include void main(void){ void *handle; void (*hello_so1)(void); char *error; handle = dlopen("./libtest.so", RTLD_LAZY); if(!handle) { printf("[ERROR] .. 더보기
Set apt-get for update on kali-linux 1. edit list file-> /etc/apt/source.list ## Security Updatesdeb http://security.kali.org/kali-security kali/updates main contrib non-freedeb-src http://security.kali.org/kali-security kali/updates main contrib non-free ## Application Install/Updatesdeb http://http.kali.org/kali kali main contrib non-freedeb-src http://http.kali.org/kali kali main contrib non-free 2. #apt-get update 더보기
Set Windbg Kernel Debugging on Parallels Desktop 떡밥 투척!굳! 더보기