Win10/Win11 subsystem - wsl2 + Ubuntu 20 04 installation record

preface My last stubbornness - the slogan of not changing windows was defeated by reality. Installing dual systems will affect the part of deep learning that has been done well. Installing virtual machines can't use hardware GPU. I accidentally found that windows has such a thing, and many people are already using it. PS: after the instal ...

Posted by freynolds on Thu, 10 Mar 2022 11:47:46 +0100

Installation of various software and libraries under ubuntu (personal records)

Environment: Ubuntu 20 04 This paper records the installation of various libraries and common software, as well as the problems encountered in the installation and solutions during SLAM learning. It is only for reference. If there are problems, please point them out. Five ways to install software for Ubuntu: Ubuntu store installation Re ...

Posted by ibanez270dx on Wed, 09 Mar 2022 08:06:44 +0100

Create Debian system image on RISC-V starlight board

preparation: patienceA cup of coffeeA board and a serial port debugging line, at least 16G SD card of any brand  A Linux distribution that can operate skillfully (Archlinux or Ubuntu is recommended)Learn about how to use qemu and binfmt to create RISC-V simulation running environment Recommended readingGet a general idea of how to create a blo ...

Posted by Hades on Sun, 06 Mar 2022 07:11:47 +0100

PXE batch install Ubuntu 20.04.2

Original link: https://www.cpweb.top/1698 1, Introduction   the server installer for Ubuntu 20.04 supports a new operation mode: automated installation. Automatic installation can answer all these configuration questions in advance through automatic installation configuration, and make the installation process run without any interaction. ...

Posted by bulldorc on Fri, 04 Mar 2022 08:32:34 +0100

Fast upgrade and capacity expansion of Kubernetes 1.21.0 high availability cluster

Kubernetes 1.21.0 has been officially released, and highly available clusters can also be upgraded directly (hub.docker.com has been stopped, and registry.cn-hangzhou.aliyuncs.com/google_containers is used). Fast upgrade (including domestic image quick download link) includes three main steps: upgrading kubedm / kubectl / kubelet version ...

Posted by TenFold on Fri, 04 Mar 2022 05:54:52 +0100

Local application and source configuration

catalogue 1, APT introduction 2, Supply mode of APT source 3, Local APT source 1. Use the DEB package of the CD as the APT source 2. The file source list is used as the system installation source 3. View profile 4. Update repository index 4, Network APT source 1. Backup profile 2. Write configuration file 1) Aliyuan (ubuntu 16.04) 2 ...

Posted by justravis on Fri, 04 Mar 2022 02:05:01 +0100

Deep learning environment configuration under Ubuntu 20.04 system (subsystem) (pytoch + GPU)

Deep learning environment configuration under Ubuntu 20.04 system (subsystem) (pytoch + GPU) 🍀 Previous sequence (pit avoidance) Last time I installed Ubuntu in the virtual machine and installed Nvidia driver , enter the command Ubuntu drivers devices, and you can see that there are no recommended drivers, as shown below: Finally, sudo ap ...

Posted by geaser_geek on Tue, 01 Mar 2022 16:03:51 +0100

kalibr realsenseD435i--imu + binocular calibration

Step 1: write camchain Yaml. For specific parameters, refer to the yaml file obtained above. No parameters can be deleted. cam0: camera_model: pinhole distortion_coeffs: [0.3741003900681439, -0.3881978058678547, 3.1716618459908745, -6.001063348025562] distortion_model: equidistant intrinsics: [390.758503853357, 391.25816160400524, ...

Posted by puckeye on Tue, 01 Mar 2022 12:33:02 +0100

Details of deployment of Django, uwsgi, MySQL and nginx for Ubuntu 20.04 server

** I would like to dedicate this article to those friends like me who are confused about linux system servers! Don't be afraid, be bold and patient. If you can't, reset the server and start from scratch ** *Huawei has tried to use the cloud image server yum for 8 months. As a result, Huawei has not been able to use the cloud image for the mos ...

Posted by matthewc on Sat, 26 Feb 2022 15:05:59 +0100

Using Nginx+rtmp module to build streaming media video on demand service in Ubuntu

Introduction: in this article, we will explain how to build an on-demand service through nginx + rtmp module. For image download, domain name resolution and time synchronization, please click Alibaba open source mirror station Author: Tang Qingsong 1, Operating environment In order to deploy this service to the production environment in th ...

Posted by ryanyoungsma on Thu, 24 Feb 2022 15:09:23 +0100