error:content_procedure_for_denormalised_permissions does not exist You can create the 5 missing procedures by executing this: Note1: It has to be executed by a privileged user (root) Not...
Pin indication diagram of ESP-WROOM-02
Clean log scripts for armbian
Below is the clean log script of ubuntu on armbian. #!/bin/sh #Check the Drive Space Used by Cached Files du -sh /var/cache/apt/archives #Clean all the log file #for logs in `find /var/log -t...
Comparison of unixbench running points of S905X3 and S905D
Hardware parameters: S905X3: 1.9GHZ + 4GRam + 64G EMMCS905D: 1.5GHZ + 2GRam + 128G EMMC Single core comparison: S905X3 S905D Multi-core comparison: S905X3 S905D:
How to install jupyter notebook on ubuntu 20.04
Base environment: ➜ ~ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal ➜ ~ python --version Python 3.8.5 ➜ ~...
Keep the S905X3 TV box running Armbian stably
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...