USB 1.0 Low Speed: 1.5Mbps
USB 1.1 Full Speed : 12Mbps
USB 2.0 High Speed: 480Mbps
USB 1.0 Low Speed: 1.5Mbps
USB 1.1 Full Speed : 12Mbps
USB 2.0 High Speed: 480Mbps
使用 chrony
編輯 /etc/chrony/chrony.conf 加入
server ntp1.example.com iburst
server ntp2.example.com iburst
server ntp3.example.com iburst
重啟 chrony
systemctl restart chronyd
確認
journalctl --since -1h -u chrony
使用 systemd-timesyncd
編輯 /etc/systemd/timesyncd.conf 加入
[Time]
NTP=ntp1.example.com ntp2.example.com ntp3.example.com ntp4.example.com
使用 ntpdate
ntpdate -b ntp1.example.com
for i in *.deb;do
echo $i
rm debian-binary control.tar.xz data.tar.xz control.tar.zst data.tar.zst
ar x $i
# Uncompress zstd files an re-compress them using xz
zstd -d < control.tar.zst | xz > control.tar.xz
zstd -d < data.tar.zst | xz > data.tar.xz
# Re-create the Debian package in /tmp/
ar -m -c -a sdsd /tmp/$i debian-binary control.tar.xz data.tar.xz
done
設定 console 登入密碼
line console 0
(config-line)password password
(config-line)login
取消console 登入密碼
line console 0
(config-line)no password
(config-line)no login
username [[userid]] privilege 15 password [[new-password]]
錯誤訊息 Invalid encrypted password:
service password-encryption
/proc/driver/rtc
rtc_time:目前格林威治標準時間 (GMT: Greenwich Mean Time),台灣加 8 小時
rtc_date:目前的 rtc 日期
alarm_time:設定開機的時間
alarm_date:設定開機的日期
alarm_IRQ:是否有設定鬧鐘,no 沒有設定自動開機,若設定 yes
設定開機時間
/sys/class/rtc/rtc0/wakealarm
date +%s -d "now + 100minutes" > /sys/class/rtc/rtc0/wakealarm
/proc/uptime
第一個數值 代表從系統啟動到現在的時間(秒為單位)
第二個數值 代表系統空閒的時間(秒為單位)
鎖定密碼
usermod -L
passwd -l
設定帳號逾期
chage -E0
指定登入 shell
usermod -s /sbin/nologin
相關檢查指令
passwd --status
chage -l
getent passwd
限制 port 每秒 廣播封包不能超過100個,超過則暫停該 port流量,低於 100 恢復流量
storm-control broadcast level pps 100
show storm-control
line vty 0 15
transport input none
恢復預設
default transport input
default transport output