Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- w3c
- 봄
- Benchmark
- 아이폰
- OSGi
- book
- XML
- Android
- rdf
- 서비스
- ontology
- TPC-C
- 과제
- 3GS
- 블로그가
- 이게 뭐니
- 건조합니다
- 쉽지요잉
- iphone
- 안드로이드
- 우분투
- Mac
- JNI
- java
- TunesMate
- 앱
- uPnP
- 원격으로 컴퓨터 끄기
- OWL
- 설명좀 써줍니다
Archives
- Today
- Total
목록tftp (1)
infatuation
TFTP 설정
1) tftp가 설치되어 있는지 아닌지 알려면 rpm -qa | grep tftp 2) 설치가 되어 있지 않아서 다운 받는다면 # yum install tftp # yum install ftfp-server 3) 설치 완료 되면 # vi /etc/xinetd.d/tftp service tftp { disable = no socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /tftpboot disable = yes --> no 로 변경 per_source = 11 cps = 100 2 flags = IPv4 } # service xinetd restart 4) 동작 확인하기 ..
Study/OS&Linux
2009. 6. 8. 21:58