2023年8月17日 星期四

USB Host 速度區別 Low Speed, Full Speed , High Speed

USB 1.0 Low Speed: 1.5Mbps 

USB 1.1 Full Speed : 12Mbps 

USB 2.0 High Speed: 480Mbps

2023年8月16日 星期三

自訂 NTP Server

使用  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

zst compression not supported by apt/dpkg

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


2023年8月7日 星期一

Cisco switch 設定console 登入密碼

設定 console 登入密碼
line console 0             
(config-line)password password
(config-line)login            

取消console 登入密碼
line console 0
(config-line)no password 
(config-line)no login

Cisco switch C2960S 帳號更換密碼

username [[userid]] privilege 15 password  [[new-password]]

錯誤訊息 Invalid encrypted password:

service password-encryption

2023年8月4日 星期五

Linux 時間相關系統檔案

/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
第一個數值 代表從系統啟動到現在的時間(秒為單位)
第二個數值 代表系統空閒的時間(秒為單位)

Linux 帳號停用、鎖定及逾期相關指令

鎖定密碼
usermod -L
passwd -l

設定帳號逾期
chage -E0 

指定登入 shell
usermod -s /sbin/nologin 

相關檢查指令
passwd --status
chage -l
getent passwd

Cisco Switch 限制 Port 廣播封包

限制 port 每秒 廣播封包不能超過100個,超過則暫停該 port流量,低於 100 恢復流量

storm-control broadcast level pps 100
show storm-control

2023年8月2日 星期三

Cisco Switch(WS-C2960S-48TD-L)網路校時

ntp server pool.ntp.org

clock timezone CST 8

2023年8月1日 星期二

Cisco Switch(WS-C2960S-48TD-L)關閉 telnet ssh

line vty 0 15
transport input none

恢復預設
default transport input
default transport output