2018년 2월 4일 일요일

traceroute 포트 확인

traceroute -n -p 3306 -T 127.0.0.1

댓글 없음:

댓글 쓰기

Creating CRC32 Hex string

public String getCRC32HexaString(String paramString) throws Exception  {   byte bytes[] = paramString.getBytes(DEFAULT_CHARSET);   Che...