https://github.com/ZeroNetX/ZeroNet
https://github.com/zeronet-conservancy/zeronet-conservancy
Tested on Ubuntu 20.04
tags: Save/download/get/parse SVG image from HTML5 html web js javascript canvas
example websites: https://www.vectorizer.io/
Insert this code to JavaScript console:
var svgData = $("#outputsvg")[0].outerHTML;
var svgBlob = new Blob([svgData], {type:"image/svg+xml;charset=utf-8"});
you will need:
Anydesk doesn't support and doesn't work on Jetson Nano (aarch64). So you will need to install VNC, the easiest and fastest is to install the X2Go server. NoMachine, TeamViewer, AnyDesk, OpenVino, VNC, RDP, XRDP, Remote access for Jetson Nano / Xavier.
sudo apt update
sudo apt upgrade
sudo apt install openssh-server vim git gcc g++ net-tools
sudo apt-get install xubuntu-desktop
(select lightdm
)За это будет предположен штраф в размере 1 000 (одна тысячи) рублей, но его необязательно выпишут. Поступайте на свой страх и риск.
If you get the error "mi home failed to initialize device (3) " in your MiHome app (for me it was on iOS):
Steps to fix (hope one of this step will help you):
Check this issue: apache/mxnet#19992
I can successfully compile from master
branch, but it provides mxnet==2.0.0
I want 1.8.x
or 1.x
mxnet version with CUDA 11.2 support