Transfer files between two serial ports and learn Chinese character dot matrix for Ubuntu and OpenCv
1, Serial connection
Prepare two USB to TTLS and several DuPont cables, cross connect the RX and TX pins of the two USB to TTLS, and connect the two USB interfaces to a laptop (simulate the serial port transmission between the two computers).
2, Transfer file
Using the serial port debugging assistant that can transfer files (I use SSCOM ...
Posted by FVxSF on Wed, 10 Nov 2021 13:32:41 -0800
Linux Ubuntu dpkg command details
Detailed explanation of dpkg command in Ubuntu system
Dpkg, package manager for Debian, is a major package management tool in Debian and Debian based systems. It can be used to install, build, uninstall and manage deb format software packages. The main and more friendly front end of dpkg is aptitude. Dpkg itself is completely controlled by comm ...
Posted by misty on Wed, 10 Nov 2021 12:10:57 -0800
2022ubuntu perfectly builds ASOP source code compilation environment (domestic image) 1 -- Download Image
Several core addresses
https://mirrors.tuna.tsinghua.edu.cn/help/git-repo/ Tsinghua Git Repo image help https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ Tsinghua Android image help
Address of some relevant information
My environment is brand new ubuntu18
Download overall steps
1. Install repo 2. Install the global repo configuration file ...
Posted by robvan75 on Mon, 08 Nov 2021 20:51:00 -0800
DL -- environment matching
preface
To start the in-depth learning journey, we must first determine where the alchemy furnace is placed. It is understood that the conventional platform combination includes:
win + anacondawin + wslubuntu + anacondaubuntu + docker
The above combination methods are used more frequently. Of course, GPU/CPU and tensorflow/pytorch are ba ...
Posted by Xoom3r on Mon, 08 Nov 2021 07:58:44 -0800
Debugging the destroy container on Kubernetes
TL;DR
Content of this article:
Describes the, functions and simple use of the destroy image
How to debug against the of the destroy container
Use of temporary containers (v.1.18 +)
Destroy mirror
The destroy container is used as the name suggests Destroy mirror A container that runs as a base image.
The "destroy" im ...
Posted by asmon on Wed, 03 Nov 2021 00:07:57 -0700
Ubuntu 18.04 sad (failed) experience of installing NVIDIA driver and solutions (successful system replacement)
Problem Description: The NVIDIA driver is installed in ubuntu 18.04 system. NVIDIA SMI can output GPU graphics card information, but after sudo reboot, the screen is black and cannot enter the graphical interface, so it cannot be turned on. After entering the tty interface and deleting the NVIDIA driver, you can successfully enter the ubuntu sy ...
Posted by breadcom on Tue, 02 Nov 2021 11:03:25 -0700
Ubuntu 18.04 static IP configuration
My Ubuntu is installed with VMware and connected with. nat. By default, VMware will automatically assign one of the many ip addresses to the virtual machine installed with. nat, that is, the ip address may change. The steps to configure a static IP address are as follows: (1) Open VMware's virtua ...
Posted by dave_55 on Tue, 02 Nov 2021 02:50:45 -0700
[Pixhawk/PX4] development environment setup (Ubuntu 18.04) and problem summary
It mainly records the construction process and problem summary of PX4 environment under Ubuntu 18.04.
Because gazebo is generally included in ros installation, gazebo installation is not introduced.
1, Basic resource download
This is my first contact with the installation of ubuntu system, so some steps may be wrong or redundant. Please crit ...
Posted by ant peacocke on Sat, 30 Oct 2021 23:17:00 -0700
Ubuntu 18.04 + Anaconda + CUDA + cudnn + Python environment configuration (updated on 2021.10, available for pro testing)
This set of environment is really too complex. There are too many pits. After more than half a year, it finally succeeded today.
Graphics card driver
Direct installation system recommends graphics card driver, with the lowest error probability.
sudo ubuntu-drivers autoinstall
View installation status
nvidia-smi
The graphics card version ...
Posted by Coronet on Fri, 29 Oct 2021 23:07:37 -0700
What must be done to configure the environment for machine learning using ubuntu 20.04
1, Prepare
1. Install ubuntu system
No system, play chicken feather!!! Of course, install a system first.
I won't write the tutorial. Just search online. Naturally, it's a pile!
Here I put a link for my reference, which is very detailed (the author said: "the most detailed in absolute history"), especially for Xiaobai!!!
For your ...
Posted by thinkaboutit on Wed, 27 Oct 2021 11:30:25 -0700