본문 바로가기

분류 전체보기

(30)
BT578 V3 Baud rate 변경 장점 : C-type 충전포트로 편의성 증대, 랙 앞에 옹기종기 모여서 작업하지 않아도 됨. 단점 : Baud rate 변경시 매번 테스터로 명령을 넣어줘야 함. Baud rate를 다른 장비 여러개 연결하려면 BT578을 여러개 구입하는게 편함. ※제조사 다운로드 경로 http://www.irxon.com/english/578/BT578_Tester.rar PC에 usb to rs232c 케이블로 bt578 v3를 연결후 프로그램 실행 1.장치관리자에 연결된 COM 포트 번호 선택 2.Baud rate 9600 선택 3.OpenCom 선택 4.New Line 선택 5.Data input에 "AT"입력 후 "SEND" ※사용가능 명령어 목록 AT : 상태 확인. "OK" 출력되면 정상 통신. AT+BAU..
netstat -ano 1 |findstr "string"결과를 알아보기 쉽게 바꾸기(feat.bat파일) netstat -ano 1 |findstr "string" 명령어의 단점 : 출력 결과가 구분없이 반복되어 보기가 힘듬 이에 아래와 같이 메모장에 입력 후 확장자를 bat로 저장 후 실행 *[string] 부분에는 찾을 문자열 @echo off :return C:₩Windows₩System32₩netstat -an |findstr "[string]" timeout 1 goto return
자음+한자키 특수 문자목록 ㄱ+한자키 ㄴ+한자키 ㄷ+한자키 ㄹ+한자키 ㅁ+한자키 ㅂ+한자키 ㅅ+한자키 ㅇ+한자키 ㅈ+한자키 ㅊ+한자키 ㅋ+한자키 ㅍ+한자키 ㅌ+한자키 ㅎ+한자키
Mac address finder https://www.adminsub.net/mac-address-finder MAC address/vendor lookup and search - look up MAC address, identify MAC address, check MAC adress - adminsub.net www.adminsub.net https://macvendors.com/ MAC Address Lookup Find the manufacturer of a device by its MAC address. macvendors.com
TCP UDP Port Finder https://www.adminsub.net/tcp-udp-port-finder Online TCP UDP port finder - adminsub.net www.adminsub.net
서브넷 계산기 https://www.subnet-calculator.com/ Online IP Subnet Calculator 100% Secure IP Subnet Calculator The IP Subnet Mask Calculator enables subnet network calculations using network class, IP address, subnet mask, subnet bits, mask bits, maximum required IP subnets and maximum required hosts per subnet. Results of the subnet calculatio www.subnet-calculator.com
vim 사소한 팁 1. vi 진입상태에서 number line 출력/미출력 :set nonumber :set number 2. vi 진입시 항상 number line 출력(계정마다 설정) 1 [root@localhost tmp]# echo "set number" >> ~/.vimrc cs 3. vi 사용중 shell 전환 Ctrl + z 다시 vi로 전환시 #fg [번호] (보통은 1) 4.
su 사용 계정 제한 1. /etc/pam.d/su 파일 수정(pam 모듈 미사용시 2번부터) -아래와 같이 7번째 "#auth required pam_wheel.so use_uid"에서 #부분 삭제 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [root@localhost ~]# cat /etc/pam.d/su #%PAM-1.0 auth sufficient pam_rootok.so # Uncomment the following line to implicitly trust users in the "wheel" group. #auth sufficient pam_wheel.so trust use_uid # Uncomment the following line to require a user to be in the..