That’s because there’s a bug: https://forum.armbian.com/topic/15593-no-network-with-590-sunxi-on-banana-pi-m2-berry/
Either get the patch or downgrade. Wifi appears unaffected so you can use that to connect.
“File exists, but cannot be read” error on emacs 27
24 influential books programmers should read
Demo code for flask-ask-sdk
Amazon’s Hello World Alexa Skill example modified to use their Flask library: https://gist.github.com/jamespo/0522d39eff41a5acc0491e1cd5e1d957
Test SameSite cookie behaviour
https://samesite-sandbox.glitch.me/
All green means you have the new behaviour.
Enable Reader Mode in Chrome
chrome://flags/#enable-reader-mode
Windows key not working on your Magicforce 83 keyboard?
AKA this one from Amazon.
fn+esc toggles “gaming mode”, which disables the windows key!
5 modern alternatives to essential Linux command-line tools
5 modern alternatives to essential Linux command-line tools
I already use ag as an alternative to grep and di as an alternative to df, but fd was new to me.
Compiling newsboat 2.18 on (Armbian) Ubuntu 18.04
It has some weird build dependencies like xsltproc, asciidoc & gettext to build docs & cargo (seems to be built in a mix of c++ & rust).
Others include: libcurl4-openssl-dev, pkg-config, libkrb5-dev (needed for curl-config), libstfl-dev, libjson-c, libsqlite3-dev.
Then the xmllint check run by a2x fails as it won’t download the DTD, so replace all instances of
$(A2X)
in the Makefile with
$(A2X) –no-xmllint
Finding out the full path of a running process on linux
Wondering *which* version of java is running as a daemon?
ls -l /proc/PID/exe