728x90 전체보기113 pcap 파일 합치기 명령어 mergecap man으로 찾아보면 나온다 2013. 2. 20. 우분투 scp 사용법 http://tawool.tistory.com/173 요기참고 ㄱㄱ 2013. 2. 20. 우분투 ftp설치 sudo apt-get install vsftpd config파일 수정해줘욤 sudo vi /etc/vsftpd.conf anonymous_enable=NOlocal_enable=YESwrite_enable=YESlocal_umask=022 저장하고 ftp 재시작 sudo servcie vsftpd restart 2013. 2. 20. 64bit machine에서 달라지는 변수의 크기와 명시적 컴파일 옵션 long int32bit : 4byte64bit : 8byte unsigned long32bit : 4byte64bit : 8byte 모든 포인터 32bit : 4byte (2의 32제곱)64bit : 8byte (2의 64제곱) 다른건 똑같음ㅋㅋㅋ char : 1byteshort : 2byteint : 4bytefloat : 4bytedouble : 8byte 명시적인 컴파일 옵션32bit gcc -m32 -g -o test test.c64bitgcc -m64 -g -o test test.c 2013. 2. 20. 이전 1 ··· 17 18 19 20 21 22 23 ··· 29 다음 728x90