{ "metamta.default-address": "xxx@5288z.com", "metamta.reply-handler-domain": "5288z.com", "cluster.mailers": [ { "key": "smtp", "type": "smtp", "options": { ...
互联网技术
How to use usb to ttl
The equipment is 5V power supply, short circuit 3v3 + VCCThe equipment is 3V power supply, short circuit 5V + VCCEquipment 3-5v power supply, you can choose any on
Hackintosh:Step by step to driving your BCM94350ZAE(DW1820A) wireless network adapter
Step1 Insert below code to your colover config files: The Devices section: <key>Properties</key> <dict> <key>PciRoot(0x0)/Pci(0x1C,0x1)/Pci(0x0,0x0)</key> ...
Driver your brcm94350ZAE wifi card for macOS Catalina
Updated April 19 Don't use the F_IO80211Family.kext. And The kernel Patch is: <dict> <key>Comment</key> <string>AirPortBrcm4360 - fcvo</stri...
Update Lenovo G460 BIOS For WIFI card Whitelist
Related articles:https://www.jianshu.com/p/93426e1a1de8. And I will continue to complate some process of update bios. The below pdf is the author's method. BIOS_Update下载 But most peopl...
Build your own low load dtb file for your N1 Box
git clone https://github.com/150balbes/Amlogic_s905-kernel.git cd Amlogic_s905-kernel vim arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts using the keyword search code: interrupts = <29 I...
Use N1Box and CUPS to make the usb Printer connecting Network
Because of the price, I bought a usb Printer. It is Cannon IP2780. And the N1Box can be installed Arabian OS. So I try to make the AirPrint of my MacBook and iPhone. Let's do it. install softwa...
Connect to WPA2 enterprise wifi on N2 Box
nmcli connection edit type 802-11-wireless nmcli> goto 802-11-wireless nmcli 802-11-wireless> set ssid <your_ssid> nmcli 802-11-wireless> back nmcli> goto 802-11-wireless-security nmcli 802-11-...
Fixed some errors of DSDT
Non-hex letters must be upper case (pnp0c14) 所有自必须是大写字母 把 pnpc改成大写字母 2.Invalid combination of Length and Min/Max fixed flags 错误提示无效的长度 length的计算方法为 The Max Val...
Upgrade macOS Catalina on my Thinkpad E450
In the last few years, I learned a lot about how to install macOS on pc. So this week I try to upgrade macOS Catalina on Thinkpad E450. Because this computer has good compatibility with the macO...
Listen network traffic using shell script
vim net.sh #!/bin/bash ethn=$1 while true do RX_pre=$(cat /proc/net/dev | grep $ethn | sed 's/:/ /g' | awk '{print $2}') TX_pre=$(cat /proc/net/dev | grep $ethn | sed 's/:/ /g' | awk '{prin...
install the latest syncthing on N1 box
// add the soft source sudo apt install curl apt-transport-https curl -s https://syncthing.net/release-key.txt | sudo apt-key add - sudo echo "deb https://apt.syncthing.net/ syncthing release" > /...
Backup some scripts of refresh rom for N1Box
After setting up using the armbian-config command. Then install the Chinese support. sudo apt-get install ttf-wqy-zenhei sudo fc-cache -v sudo vim /etc/pro...