CentOs 7 Installation docker Record
Record the next direct C, V use
Pre-examination
[root@web-95-61 /]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@web-95-61 /]# un ...
Posted by dhiren22 on Sun, 25 Aug 2019 21:17:51 -0700
Ansible Profile
Profile Details
Most of the configuration files are comment line default configuration items.The file follows the INI format and is divided into several categories of configurations, which are described below.Before that, take a look at where the profile is stored and how to get the profile template from the official website.
Location of profi ...
Posted by Christoph09 on Fri, 23 Aug 2019 13:11:34 -0700
Ubuntu 18.04 Deep Learning Environment Configuration: Machine Environment Part
Ubuntu 18.04 Deep Learning Environment Configuration
1. Hardware configuration and basic environment description
2. Install graphics card driver
1. Delete old drivers
2. Disable the nouveau nvidia driver
3. Official start of installation
3. Inst ...
Posted by alfonsomr on Fri, 23 Aug 2019 04:23:32 -0700
Two ways to create timed tasks under ubuntu and solutions to common problems
The goal of creating a timed task is to get rid of human-made repetitive running of the program.
0. First check whether you install crontab with the following instructions.
crontab -l
If it does, the following instructions appear
LC_CTYPE="zh_CN.utf-8"
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run h ...
Posted by cesar_ser on Thu, 22 Aug 2019 01:44:51 -0700
Start elasticsearch,kibana,cerebro with docker
Uninstall older versions of docker
Older versions of docker are called docker or docker-engine.If these are installed, uninstall them and their associated dependencies.
sudo yum remove docker \
docker-client \
docker-client-latest \
docker-common \
docker-latest \
...
Posted by jokerbla on Sun, 18 Aug 2019 20:19:33 -0700
How to compile TensorFlow C++ API / configure a Docker image with TensorFlow C++ API (r1.14)
Preface
For most machine learning enthusiasts, TensorFlow (TF) is a very good Python open source machine learning framework. But for some developers, they often need to train their models in Python environment and deploy them in C++ environment. Do ...
Posted by techtheatre on Tue, 13 Aug 2019 23:57:04 -0700
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
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
swarm basic configuration
Prepare three virtual machines, corresponding network conditions are as follows:
IP address
host name
Effect
172.18.74.26
manager
Management Node
172.18.74.29
g160402
worker
172.18.74.25
u180402
worker
Modify the host name according to the above conditions and add the parsing configuratio ...
Posted by ltoto on Mon, 05 Aug 2019 23:37:44 -0700
armbain calls mipi camera
Replacement Kernel
[Non-native Replacement Kernel]
In this paper, the compiler and compiler modules are separated, but the principle and result are the same.
1) Compile the kernel:
#make bzImage
When the kernel is compiled successfully, a new kernel image file bzImage is generated in the ...
Posted by Megienos on Sun, 04 Aug 2019 22:06:24 -0700