@@ -123,6 +123,51 @@ sudo hostnamectl set-hostname aLinChe
123123sudo vim /etc/netplan/50-cloud-init.yaml
124124# systemctl
125125systemctl --user list-unit-files --type=service --state=enabled
126+
127+ # # Linux Kernal
128+ make menuconfig
129+ grep " =m" .config
130+ grep " =y" .config
131+
132+ bear -- make -n
133+ make ARCH=x86_64 compile_commands.json -j$( nproc) # x86_64
134+ make -j$( nproc)
135+ sudo make modules_install
136+ sudo make install
137+
138+ make -j$( nproc) bzImage
139+ cp arch/x86/boot/bzImage vmlinuz-x86_64
140+ # if ARM aarch64: make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j$(nproc) # arch/arm64/boot/Image
141+
142+ # make menuconfig
143+ Kernel hacking --->
144+ Compile-time checks and compiler options --->
145+ [* ] Compile the kernel with debug info
146+ [* ] Provide GDB scripts for kernel debugging
147+ Device Drivers --->
148+ Network device support --->
149+ [* ] Network core driver support
150+ < * > Virtual eXtensible Local Area Network (VXLAN)
151+ < * > Universal TUN/TAP device driver support
152+ [* ] Ethernet driver support --->
153+ -* - PHY Device support and infrastructu --->
154+ -* - MDIO bus device drivers --->
155+ # USB网卡:
156+ < * > USB Network Adapters --->
157+ # 无线网卡:
158+ [* ] Wireless LAN --->
159+ # 虚拟机网卡:
160+ < * > VMware VMXNET3 ethernet driver
161+ < M> Simulated networking device
162+ < M> Failover driver
163+ Virtio drivers --->
164+ Networking support --->
165+ Networking options --->
166+ [* ] TCP/IP networking
167+ [* ] IP: advanced router
168+ [* ] IP: policy routing
169+ < * > The IPv6 protocol --->
170+ < * > 802.1d Ethernet Bridging
126171```
127172
128173
@@ -430,6 +475,13 @@ sudo tailscale up --exit-node=""
430475` ` `
431476
432477
478+ # # Sunshine & Moonlight
479+ ` ` ` sh
480+ https://github.com/LizardByte/Sunshine/
481+ https://github.com/moonlight-stream/
482+
483+ https://github.com/Axixi2233/moonlight-android/ # 阿西西安卓端修改版
484+ ` ` `
433485
434486
435487# # Termux
0 commit comments