currently existing problems: The reboot command cannot be usedSometimes it can’t start normally。The screen is always black。 Solution: You need an SD card. Step by step: Write armb...
How to control the fan speed on ubuntu 20.04
sudo apt-get install lm-sensors sudo apt-get install fancontrol sudo apt-get install sensors-applet sudo apt-get install hddtemp libpanel-applet3 libsensors-applet-plugin0 sensors-applet sudo add...
Auto connect the wifi network on Ubuntu 20.04
You need to create a wpa_supplicant-wlan0.conf. So use wpa_passphrase to generate one: wpa_passphrase MyNetwork SuperSecretPassphrase > /etc/wpa_supplicant/wpa_supplicant-wlan0.conf Enable i...
Increase the TMP partion spaces for pip3
sudo umount -l /tmp sudo mount -t tmpfs -o size=5G,mode=1777 overflow /tmp
Build tensorflow with aarch64 for myself
Tensorflow 2.4.1 Bazel version: 3.7.2 Tensorflow version: 2.4.1 Python version: python 3.8.5
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...
Firmware of MOPS WiFi socket
-------------------------V0.1.0 ------------------------- [mac_address] is your device address, for example: ecfabc6a3ef8 device/mops/[mac_address]/sensor (This topic reports the switch...
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_...
How to build esphome-flasher by yourself
git clone https://github.com/esphome/esphome-flasher // install python3 pip3 install wxpython Download the project and run pip3 install -e . in the project's root For macOS: pyinstaller -F -w -n E...
How to break a bad habit
Environment often matters more
Small changes in context can lead to large changes in behavior overtime. Every habit is initiated by a cue. We are more likely to notice cues thatstand out. Make the cues of good habits obvi...