Ubuntu Installation xxx Dependency Error Resolution
1. Problem Description
sudo apt-get install xxx
With the above command, installing environment-dependent packages for certain software can cause the following problems:
...
Some packages cannot be installed.If you are using an unstable distributio ...
Posted by interpim on Tue, 13 Aug 2019 19:38:27 -0700
tensorflow+vgg6 map search development _feature extraction
Write a custom directory title here
Welcome to Markdown Editor
Explain
Search logic
Feature Extraction of Folder Library
remaining problems
Welcome to Markdown Editor
I am an amateur programmer. Recently, I look at artificial intelligence technology. I start with the application of image searc ...
Posted by dazz_club on Mon, 12 Aug 2019 23:07:54 -0700
Introduction of Point Cloud Filtering and Implementation of Statistical Filtering
Importance and Method of Point Cloud Filtering
Why do 1-point clouds need filtering
1.1 Which situations need filtering
Two kinds of existing filtering methods and their application fields
2.1 Straight-Pass Filtering
2.2 voxel filtering
2.3 Statistical Filtering
2.4 Conditional Filtering
2.5 Radius ...
Posted by new_programmer on Mon, 12 Aug 2019 01:48:33 -0700
docker operation command Daquan and background parameters
I. Command Line
You can get help information from the command line by running docker or docker help command (we take CentOS as an example):
[root@iz2ze2bn5x2wqxdeq65wlpz ~]# docker help
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Options:
--config string Location of client config files (d ...
Posted by scottrad on Fri, 09 Aug 2019 04:01:22 -0700
FRR Learning Day 9 - Complete Data Center Network Model
Network Topology
Topological description
The experimental environment is a 16G memory host. The above three virtual machines are run using vmware, and the running system is ubuntu-19.04. The three virtual machines are connected in host-only mode.
spine, leaf1 and leaf2 are all ubuntu-19.04. The FRR program is running on them.
host1, host2, ho ...
Posted by Elemen7s on Wed, 07 Aug 2019 03:30:19 -0700
Introducing the hierarchical structure of Docker images and creating them (docker commit and docker file)
1. Introduce the hierarchical structure of Docker image:
(1) docker mirror:
The Docker image is a read-only Docker container template, which contains the file system structure and its content needed to start the Docker container, so it is the basis for starting a Docker container. Docker image file ...
Posted by solaris77 on Mon, 05 Aug 2019 02:56:12 -0700
ubuntu shows or hides the grub selection menu
ubuntu 12.04.
The ubuntu dual system installed after installing windows always shows the grub selection menu at startup time. You can select different versions of ubuntu kernel s to start
However, for a simple ubuntu system, the corresponding menu is not displayed for selection after boot-up.
Referring ...
Posted by sgoku01 on Sun, 21 Jul 2019 18:23:08 -0700
Linux Software Source (Learning Notes)
I. Basic Operation
Source change:
Note 1: There are spaces in the command, but they don't seem obvious.
Note the content guidance added in source. list:
http://wiki.ubuntu.org.cn/%E6%BA%90%E5%88%97%E8%A1%A8
What I am using now is Netease (Guangdong Guangzhou Telecom/Unicom Gigabit Dual-Line Access) http://mirrors.163.com/ubuntu/
sud ...
Posted by javamint on Sun, 07 Jul 2019 11:42:39 -0700
Some Commands Usually Used in Linux for System Performance Tuning
Have a good laugh
When we are young, we often make faces in the mirror. When we are old, the mirror is even. 2. Boys are poor, or they don't know how to struggle, girls are rich, or a piece of cake will be coaxed away. 3. If marriage is the grave of love, then I expect someone to bury me. 4. Sleep is an art. Nobody can stop me from pursuing a ...
Posted by fypstudent on Thu, 04 Jul 2019 14:12:29 -0700
SQLite Practical Weapon Library (1) Export and Restore Data by dump Command
Debugging environment:
ubuntu 16.04
Android sdk 7.1.1 / platform-tools sqlite3
(1) Creating database files
Instead of creating db files manually, execute them directly from the command line:
~/test_sqlite$ sqlite3 test.db
Go to the SQLIte command line and build tables directly using standard SQL:
sqlite> create table test ...
Posted by Vizionz on Sat, 29 Jun 2019 17:23:57 -0700