시작!(184)
-
install Window on VMWare in linux
linux에서... vmware를 깔아서...window를 쓰는방법.. ㅠㅠ 또 32bit야... 1. install vmware 32bit 를 검색해서 10.0.6 최신 버전을 다운받는다. (이러니까 에러 안뜨고 한방에 설치됨.) 2. 그리고 https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/위의 링크에 들어가서 윈도우 7 / 10 가상 머신 이미지를 설정해서 다운로드 받는다. 3. 압축을 풀고 ... VMware workstation을 틀어서.. create a new virtual machine 누르지 말고 !!!!!!!!!!!!!!!!!!!그 아래 메뉴인 open a virtual machine 을 눌러서 이미지를 받아온다. 그리고 i..
2018.05.14 -
create package in openwrt
https://wiki.openwrt.org/doc/devel/packages 여기 링크에 좋은거... 있음..
2018.05.11 -
SNORT
이번에 KT BMT에 SNORT 를 사용해야한다고 하네.. 보안 관련인데 ㅡㅡ;; 보안 ....이라니... O-
2018.05.10 -
find command
searching directory name command on linux. find / -type d -name 'directory name' searching file name command on linux. find / -name "file name"
2018.05.10 -
signal handler and termios
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182#include #include #include #include #include #include #include #include #define BAUDRATE B9600#define MODEMDEVICE "/dev/pts/15"#define _POSIX_SOURCE 1#define FALSE 0#define TRUE 1 volatile int STOP=FALSE; void signal_handler_IO (int status);in..
2018.04.09 -
undefined reference to 'pthread_create/join'
쓰레드 컴파일.... 제목과 같은 에러가 났을때는.... 우선, 헤더에 #include 추가해줬는지 확인하고..... gcc 컴파일 명령어를... gcc -thread -o term term.c 이런식으로...해주면 된당.
2018.03.26 -
시리얼통신
http://blog.daum.net/jackryu/66 https://stackoverflow.com/questions/18108932/linux-c-serial-port-reading-writing https://wiki.kldp.org/HOWTO/html/Serial-Programming/Serial-Programming-HOWTO-3.html#ss3.1 http://neosrtos.com/docs/posix_api/termios.html https://en.wikibooks.org/wiki/Serial_Programming/termios#Example_terminal_program http://yeslab.tistory.com/38 http://database.sarang.net/study/gli..
2018.03.22 -
우분투 자동업데이트 끄기 / 메모리풀 커널이미지 정리
이게.. linux system update 를 자꾸 해주면 root 공간이 찬다.. 그래서 저렇게 공간이 모자란다고 Low Disk Space가 뜨는거임. ㅠㅠ 근데 내가 서버에 자동업데이트를 걸어놨나보다 ㅠㅠ 내가 설정했나..... ;;;;;; 암튼..... 그래서 대충 순서는 . 1. 자동 업데이트 disable sudo vi /etc/apt/apt.conf.d/10periodic 을 입력하면 다음과 같은 창이 뜬다. APT::Periodic::Update-Package-Lists "1";APT::Periodic::Download-Upgradeable-Packages "0";APT::Periodic::AutocleanInterval "0"; 여기서 ... 첫번째 줄의 Update-Package-LI..
2018.03.22 -
RTU & RS485 (feat.modbus)
ㅎ..... 이 아래 링크들도.. 소용이 없구려... ㅠ 이건 그냥 잘 ~ 짜여진 예시일 뿐... http://system-monitoring.readthedocs.io/en/latest/modbus.html http://libmodbus.org/download/ https://cboard.cprogramming.com/networking-device-communication/149507-modbus-rtu-c-programming.html CChttps://stackoverflow.com/questions/20921824/libmodbus-cross-compilation-and-install-in-beaglebone 진짜는 여기부터다 !!!!!!!!!!!!
2018.03.20 -
Serial 통신 공부 ....게시판...
http://forum.falinux.com/zbxe/index.php?mid=network_programming&page=3 ㅠㅠㅠㅠ 나 대딩때 뭐했냐 ... ㅋㅋㅋ ㅠㅠ
2018.03.19