반응형 Linux4 Port 오픈 확인 Assuming that it's a TCP (rather than UDP) port that you're trying to use: On the server itself, use netstat -an to check to see which ports are listening From outside, just telnet host port (or telnet host:port on Unix systems) to see if the connection is refused, accepted, or timeouts On that latter test, then in general: connection refused means that nothing is running on that port accepted m.. 2015. 11. 17. [LINUX]Boost 설치및 Libaray 추가 방법 boost 설치 방법 [boost lib] 1. /경로/boost_1_47_0.tar.bz2 압축을 해제한다 2. 압축 해제한 경로로가서 ./bootstrap.sh을 실행한다. 3. ./bjam install을 실행시킨다. lib추가 vi ~./bash_profile LD_LIBRARY_PATH=/usr/local/lib 저장후 source ~./bash_profile 2015. 11. 4. 리눅스 타임서버 동기화 방법 서버 시간동기화 공용 NTP 서버 목록 ntp.kornet.net KT time.bora.net LG유플러스 time.kriss.re.kr 한국표준과학연구원(KRISS) time.nuri.net 아이네트호스팅 time.nist.gov NIST time.windows.com 마이크로소프트 crontab 설정방법 # rdate - 원격타임서버로 부터 날짜시간정보 가져오기 I rdate는 지정한 원격지의 타임서버로 부터 날짜시간정보를 받아와 보여주거나 날짜시간설정을 하는 명령어이다. 레드햇계열 및 여타 배포판에서도 별도의 설치과정 필요없이 사용할 수 있다. 사용형식 rdate [-p][-s][-u][-l] [타임서버] * 원격타임서버의 시간정보 확인하기 -p옵션을 사용하면 지정한 원격지의 타임서버(아래의 예에.. 2015. 10. 29. 리눅스 하드증설하기 //FileSystem : Ext4 1. 새로운 HDD 장착한 후에 서버를 재부팅한다. 2. SCSI HDD 정보 확인 cd /bin dmesg |grep SCSI 3. 파티션 생성 fdisk dev/sdb(새로추가된장치명) command (m for help) m fdisk 명령어 a toggle a bootable flag b edit bsd disklabel c toggle the dos compatibility flag d delete a partition l list known partition types m print this menu n add a new partition o create a new empty DOS partition table p print the partition tabl.. 2015. 10. 23. 이전 1 다음 반응형