Yu-Min Space

2020年5月28日 星期四

Linux 查詢 L1 L2 L3 cache

›
lscpu getconf -a | grep CACHE dmidecode -t cache -t memory lshw -C memory

Linux Hugepages 相關資訊

›
查詢 cat /proc/meminfo | grep Huge 開機時執行 編輯 /etc/sysctl.conf 加入 vm.nr_hugepages=4096 設定方法 sysctl -w vm.nr_hugepages=4096 echo 4096 ...
2020年5月27日 星期三

ipxe 編譯 (Debian 10)

›
1.設置編譯環境 apt install -y git gcc binutils make perl liblzma-dev  libz-dev mtools genisoimage syslinux isolinux 2.取得原始程式 git clone git://gi...
2020年5月26日 星期二

Debian 10 自動登入

›
1.編輯相關服務 systemctl edit getty@tty1  加入以下內容 [Service] ExecStart= ExecStart=-/sbin/agetty --...
2020年5月20日 星期三

bash 大寫轉小寫

›
echo $str | tr '[:upper:]' '[:lower:]' echo $str | awk '{print tolower($0)}' bash 4 echo "${str,,}"
2020年5月18日 星期一

Raspberry PI3 設定 WiFI AP

›
0. cat /etc/debian_version 10.3 1.安裝相關軟體 apt install hostapd dnsmasq -y 2.編輯 /etc/hostapd/hostapd.conf interface=wlan0 ssid=pi-ap hw_mode=...

Raspberry pi 開機 文字/圖形界面

›
sudo raspi-config 3 Boot Options B1 Desktop / CLI B1 Console
‹
›
首頁
查看網路版

關於我自己

Yu-Min Space
廉價知識勞工
檢視我的完整簡介
技術提供:Blogger.