迷途工程師
2019年8月8日 星期四
使用ethtool開啟/關閉 wol功能的指令
›
使用說明: 開啟Wake on lan ==> ethtool -s [Interface] wol g 關閉Wake on lan ==> ethtool -s [Interface] wol d # ethtool -s eth0 wol g # eth...
2019年8月2日 星期五
equal to linux "which" command in windows
›
在Windows環境下,可以使用"where" command,其功能等同於linux底下的which 例如: 我要查詢g++的路徑 C:\>where g++ C:\Dev-Cpp\bin\g++.exe
2019年7月22日 星期一
iperf3 unable to create a new stream no such file or directory 的解決方法
›
今天要在Linux環境下,執行iperf3來測試LAN Throughput發生以下的錯誤訊息: iperf3: error - unable to create a new stream: No such file or directory 會有這個錯誤訊息,是因為ip...
2019年7月16日 星期二
查看目前kernel支援哪些FileSystem
›
查詢目前Linux 支援的檔案系統(可載入的module) # ls -l /lib/modules/$(uname -r)/kernel/fs 系統目前已載入到記憶體中支援的檔案系統 # cat /proc/filesystems nodev sysfs n...
2019年7月11日 星期四
Linux設定IP, BroadCast, netmask的指令
›
利用ifconfig一行就可以解決,如下指令: ifconfig eth0 192.168.1.5 broadcast 192.168.1.255 netmask 255.255.255.0
2019年5月24日 星期五
u-boot底下使用指令 mw, md 來寫入/讀取 register的值
›
寫入 mw [位址] [value] [長度] example: mw 0xf10a8180 1f9e1001 1 ==> 修改位址 0xf10a8180 把 32bit 改為 1f9e1001 讀取 md [位址] [長度] exam...
2019年5月15日 星期三
S5 真無線 MTK 藍芽耳機,無法兩耳同時配對,回覆原廠設置的方法
›
1. 先長壓,讓兩支耳機都進入關機的狀態 2. 關機狀態下,再長按,直到耳機不會再有燈閃爍(約15s~20s) 3. 放進充電座,已回復原廠設定 4. 下次再拿出來,就可以兩耳同時配對了~ 注意: 手機端與S5配對過的記錄,記得也要先取消配對~
‹
›
首頁
查看網路版