"Linux Connand" 修訂間的差異

出自 CH 維基百科
前往: 導覽搜尋
 
行 3: 行 3:
 
  A2:rpm --import /etc/pki/rpm-gpg/RPM*
 
  A2:rpm --import /etc/pki/rpm-gpg/RPM*
 
  參考:[http://www.jb51.net/os/RedHat/32482.html]
 
  參考:[http://www.jb51.net/os/RedHat/32482.html]
 +
 +
Linux 查及時封包
 +
watch -n 1 "/sbin/ifconfig eth1 | grep bytes"

於 2018年6月5日 (二) 09:02 的最新修訂

Q:RHEL 5.5 RPM 安裝遇到  Header V3 DSA signature: NOKEY, key ID e8562897
A1:安裝時加上--force --nodeps
A2:rpm --import /etc/pki/rpm-gpg/RPM*
參考:[1]
Linux 查及時封包
watch -n 1 "/sbin/ifconfig eth1 | grep bytes"