본문 바로가기

GP26

칼리 리눅스 설치하기 https://blog.naver.com/ndb796/221044395968 2019. 1. 14.
[mobaxterm] 사용법, 라즈베리 파이 원격 제어 방법 GUI(큰 창): 하단 맨 왼쪽 클릭 -> system Tools -> LX Terminal 끝!! 글 보완 완료 [2020.04.17] [mobaxterm] 사용법, 라즈베리 파이(Raspberry Pi) 원격 제어 방법 1. 왼쪽 윗부분 session 클릭 2. ssh 클릭 3. host 입력 : 라즈베리 파이 ip 입력해주면 됨 4. specify username 체크박스 선택 : 라즈베리 파이 사용자 이름과 동일해야 됨. 다르면 에러남. default 사용자 이름은 pi였던 걸로 기억 5. 밑 단에서 session name: terminal 혹은 shell로 해주기(둘이 같은 뜻) 2019. 1. 14.
DDoS attack tool for sending forged UDP packets to vulnerable Memcached servers obtained using Shodan API https://github.com/649/Memcrashed-DDoS-Exploit 2019. 1. 14.
ip 자동/고정 할당하는 방법 [자동할당방법] auto eth0 iface eth0 inet dhcp [수동할당방법] auto eth0 iface eth0 inet static address 192.168.xxx.xxx netmask 255.255.255.0 gateway 192.168.0.xxx dns-nameservers 8.8.8.8 8.8.4.4 출처: http://linuxstory1.tistory.com/entry/우분투-유무선-네트워크-설정하기 [Linux 세상속으로] 2019. 1. 14.
SYN/ACK란? SYNShort for synchronize, SYN is a TCP packet sent to another computer requesting that a connection be established between them. If the SYN is received by the second machine, an SYN/ACK is sent back to the address requested by the SYN. Lastly, if the original computer receives the SYN/ACK, a final ACK is sent.ACKShort for acknowledgment, ACK is an answer given by another computer or network devi.. 2019. 1. 14.
[mobaxterm] ssh 연결 시 주의점 mobaxterm shell 만들 때 specify name "pi"로 해줘야 접속 가능함. 2019. 1. 14.
자바 Recompile with - Xlint:unchecked for details 에러 해결 방법 http://yaraba.tistory.com/660 2019. 1. 14.
public ip와 private ip 차이점 (쉽게 설명) http://joyfulhome.tistory.com/70 2019. 1. 14.
mjpg 동영상 스트리밍 서버 구현하기 참고 링크: http://fishpoint.tistory.com/1905영상만 볼 수 있는 링크(->vlc와 chrome에서 실행 가능) http://xxx:8080/?action=stream제공되는 홈페이지 형식으로 영상 포함해서 볼 수 있는 링크(->chrome에서 실행 가능) http://xxx:8080/stream.html요약: 카메라 모듈을 이용하여 mjpg-stream 을 구현한다. 속도가 많이 느린 편이지만 현장 상황을 웹을 이용하여 모니터링 하기에는 무리가 없다. 웹스트리밍 또는 기타 외부 기기에서 라즈베리 파이 카메라 모듈을 이용한 웹스트리밍 서비스를 하기 위해선 mjpg-stream 이 가장 최적화 되어 있다.설치 단계: 1. mjpg-stream 컴파일을 위해 아래 영상관련 라이브러리.. 2019. 1. 14.
vi 편집기 명령어 모음 맨날 써도 까먹는 그놈의 vi https://blockdmask.tistory.com/25 2019. 1. 14.
칼리 리눅스 unable to locate package 에러 해결 방법 http://covenant.tistory.com/56 2019. 1. 14.
라즈베리 파이 root로 ssh 로그인 방법 & root 비밀번호 설정 파이 root로 ssh로그인 방법 http://zelkun.tistory.com/entry/009-Raspberry-Pi-%EB%9D%BC%EC%A6%88%EB%B2%A0%EB%A6%AC-%ED%8C%8C%EC%9D%B4-ROOT-SSH-%EC%A0%91%EC%86%8D 파이 root 비밀번호 설정 http://epicarts.tistory.com/18 2019. 1. 14.
[안드로이드 스튜디오]에 jsoup 라이브러리 넣는 법/jar 파일 넣는 법 http://someoneofsunrin.tistory.com/38 2019. 1. 14.
[안드로이드 스튜디오] 버튼 텍스트 소문자로 보이게 하기 http://fil.wo.tc/779 2019. 1. 14.
[안드로이드 스튜디오] toast 메세지 배경색 바꾸는 방법 http://heum-story.tistory.com/20 https://stackoverflow.com/questions/31175601/how-can-i-change-default-toast-message-color-and-background-color-in-android https://m.blog.naver.com/PostView.nhn?blogId=dla210&logNo=220708153806&proxyReferer=https%3A%2F%2Fwww.google.com%2F 2019. 1. 14.
[안드로이드 스튜디오]와 디바이스 연결 시 sdk 버전 낮추는 방법 sdk 버전 낮춰주고 -> sync_now하고 -> build -> rebuild project sdk 버전은 Gradle Scripts의 build.gradle(Module: app)의 minSdkVersion 옆에 숫자를 변경해주면 됨. 2019. 1. 14.
ping 명령어들 ping 168.126.1.1 2019. 1. 5.
CH02 네트워크에 대한 이해_06 전송 계층 출처: 네트워크 해킹과 보안 - 한빛아카데미 (네트워크 스터디) syn과 ack 뜻 http://mindgear.tistory.com/206 2018. 12. 17.