sudo umount -l /tmp sudo mount -t tmpfs -o size=5G,mode=1777 overflow /tmp
互联网技术
Change dns server on ubuntu 20.04
sudo vim /etc/resolv.conf sudo systemctl disable --now systemd-resolved sudo vim /etc/NetworkManager/NetworkManager.conf repleace dns with none sudo systemctl restart NetworkManager sudo reboot
Fix hk1box the Ethernet does not working
I use the latest armbian image from the website of https://users.armbian.com/balbes150/arm-64/. The armbian version is armbian-20.10. It can be applied to the products of amlogic s905-x3 chip. ...
Install the armbian os to my HK1 Box
HK1 box use the amlogic s905x3 chip. So first you can download the latest OS image from https://users.armbian.com/balbes150/arm-64/ Then you should write the OS image to the usb flash driver or...
How to build a bitwarden_rs to protect your password
Install the rust environment apt install git make gcc libssl-dev pkg-config curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env Install the bitwarden_...
Install gRPC from source in Ubuntu
Install dependence sudo apt-get install pkg-config sudo apt-get install autoconf automake libtool make g++ unzip sudo apt-get install libgflags-dev libgtest-dev sudo apt-get install clang libc+...
Upgrade mariadb from 10.3.22 to 10.5.6
sudo aptitude install mariadb-server mariadb-client do not use the sudo apt-get upgrade
Loop through files to find content
#!/opt/anaconda3/bin/python # -*- coding: UTF-8 -*- import os import sys def show_files(path, all_files): # 首先遍历当前目录所有文件及文件夹 file_list = os.listdir(path) # 准备循环判...
Mail config of the latest phabricator
{ "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...