run:
yay -Syu adobe-source-han-sans-otc-fonts adobe-source-han-serif-otc-fonts
yay -Syu fcitx5-im tfcitx5-pinyin-zhwiki fcitx5-rime
sudo vim /etc/profile
platformio.ini
monitor_speed = 115200
lib_archive = false
main.cpp
#include <SimpleFOC.h>
sudo pacman -Syu xfce4 xfce4-goodies
reboot disable firewall
ufw disable
install tigervnc
download OpenSSL from here https://slproweb.com/products/Win32OpenSSL.html
FROM golang:1.9 | |
WORKDIR /go/src/github.com/purplebooth/example | |
COPY . . | |
RUN go build -ldflags "-linkmode external -extldflags -static" -a main.go | |
FROM scratch | |
COPY --from=0 /go/src/github.com/purplebooth/example/main /main | |
CMD ["/main"] |
Tested on NCA-1510B Lanner Electronics Inc.
ASGI (Asynchronous Server Gateway Interface) Specification
ASGI consists of two different components:
socket ---> protocol server -------> application
git config --global user.name "Your Name Comes Here"
git config --global user.email [email protected]
git log --graph
man git-log
git help log
git init
mysqld - the MariaDB server
mysql - the MariaDB command-line tool
database -> table -> attribute
Install in CentOS
$ cat /etc/yum.repos.d/MariaDB.repo
# MariaDB 10.4 CentOS repository list - created 2019-12-09 10:58 UTC