리눅스 네트워크 상태 모니터링 , 랜카드 상태태 --interface=iface , -i Display a table of all network interfaces, or the specified iface). [root@localhost ~]# netstat -i 2 Kernel Interface table Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg eth2 1500 0 1619244 0 0 0 850207 0 0 0 BMRU lo 16436 0 1763 0 0 0 1763 0 0 0 LRU eth2 1500 0 1619251 0 0 0 850214 0 0 0 BMRU lo 16436 0 1763 0 0 0 1763 ..
리눅스 싱글모드 못 들어가게 비밀번호 거는 법 http://debianwiki.or.kr/index.php/Grub-md5-crypt http://cafe.naver.com/itbanknetsys9.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=92 http://cafe.naver.com/ocmkorea.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=4338 여기 글들을 참고하세요 [root@localhost ~]# grub grub grub-install grub-md5-crypt grub-terminfo grubby [root@localhost ~]# grub-md5-crypt Password: Retype password: $1$A..
리눅스에서 ntp 서버 확인하는 방법 [root@localhost ~]# ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== *211.39.136.4 204.123.2.5 2 u 615 1024 377 5.139 -2.854 0.231 +222.239.76.226 132.239.1.6 2 u 428 1024 377 5.912 -4.585 0.535 +send.mx.cdnetwo 131.107.13.100 2 u 293 1024 357 5.377 5.324 0.847 LOCAL(0) .LOCL. 10 l 28..
리눅스에서 프린터 스풀 확인하는 방법 [root@localhost ~]# ls /var/spool/cups/ tmp [root@localhost ~]# [root@localhost ~]# man lpq lpq(1) Apple Inc. lpq(1) NAME lpq - show printer queue status SYNOPSIS lpq [ -E ] [ -U username ] [ -h server[:port] ] [ -P destination[/instance] ] [ -a ] [ -l ] [ +interval ] DESCRIPTION lpq shows the current print queue status on the named printer. Jobs queued on the default destin..
리눅스에서 한글 사용하는 방법 초기 설치시 한글을 설치하였다면 필요가 없겠지만 영문으로 설치 후 한글을 사용하고 플 때 사용하는 방법입니다. [root@localhost ~]# yum -y groupinstall korean-support Loaded plugins: rhnplugin, security This system is not registered with RHN. RHN support will be disabled. Setting up Group Process Warning: Group korean-support does not exist. No packages in any requested group available to install or update [root@localhost ~]# 한..
리눅스 설치 후 꼭 해주어야할 것 리눅스를 설치하는 했다면... 기본적인 보안은 신경을 써주셔야겠지요??? 제일 먼저 해줄게 방화벽을 활성화 해주어야 합니다. 뭐 설치시 활성화를 했다면 상관이 없겠지만요. [root@vash ~]# service iptables start [root@vash ~]# chkconfig iptables on [root@vash ~]# chkconfig --list iptables iptables 0:댁젣 1:댁젣 2:쒖꽦 3:쒖꽦 4:쒖꽦 5:쒖꽦 6:댁젣 [root@vash ~]# unset LANG [root@vash ~]# chkconfig --list iptables iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@vas..