Sprboot / cloud (18) Use docker to quickly build local environments

Sprboot / cloud (18) Use docker to quickly build local environments In peacetime development work, the construction of the environment has always been a very troublesome thing. Especially now, the system is more and more complex, and there are more and more middleware to connect. However, to install these middleware smoothly is also a time-cons ...

Posted by ohjay on Wed, 22 May 2019 04:16:57 +0200

Linux Hardware Information Command Complete

Navigation in this article -Hardware information00% -1. lscpu02% -2. lshw - Display hardware information list06% -3. hwinfo - Hardware Information24% -4. lspci - Display pci bus related information36% -5. lsscsi - List scsi device information48% -6. lsusb - lists usb bus information and device information49% -7. Inxi54% ...

Posted by Cerberus_26 on Mon, 20 May 2019 19:54:45 +0200

Detailed procedures for installing oracle 11 Under oracle ubuntu

                     Today, let's record the detailed process of installing oracle11 under ubuntu.The installation process was recorded when I installed it myself and is a viable solution. One: Environment Ubuntu:ubuntu 14.04 LTS amd64 bit oracle: oracle11 jdk: jdk1.7 Memory: 1G Hard Disk: 20G CPU:1 2: Installation 1. Downlo ...

Posted by happyness on Fri, 17 May 2019 16:47:46 +0200

The Ultimate Successful Version of caffe(cpu) Configuration

Preface After dozens of caffe installation experiences, I finally have a deeper understanding of its installation process and know how to avoid some bug s. Let me restart it first. If we can get into ubuntu normally, let's describe the configuration process in detail. (Because the previous configuration was successful, even ub ...

Posted by dsdintn on Thu, 16 May 2019 22:24:37 +0200

ubuntu installs multiple CUDA versions and can switch at any time

What CUDA is is is not described, but how to achieve multiversion coexistence and real-time switching of CUDA. 1. Install multiple versions of CUDA Here, let's take the cuda9-1 and cuda9-0 versions as examples (it doesn't matter which one you install first)First, select the version of cuda you want from the cuda version libra ...

Posted by tyson on Thu, 16 May 2019 17:35:37 +0200

Basic usage of PostgreSQL

Preface PostgreSQL is an open source object relational database management system (ORDBMS). This paper aims to introduce some basic operations of PostgreSQL (hereinafter referred to as pg) for beginners'reference and reference. It should be noted that all the following operations were performed in Ubuntu 16.04, using version 9.6 of PG. For diff ...

Posted by may27 on Tue, 14 May 2019 20:20:13 +0200

Sesame HTTP: Scrapyd Installation

Scrapyd is a tool for deploying and running Scrapy projects. With it, you can upload a written Scrapy project to the cloud host and control its operation through an API. Since the Scrapy project deployment basically uses the Linux host, the installation of this section is for the Linux host. 1. Related links GitHub: https://github.com/scra ...

Posted by Fuzzylr on Tue, 14 May 2019 17:46:15 +0200

ubuntu 18.04 Software Installation Record

System mirroring The i386 in the Ubuntu image file is the i386 level CPU instruction set program of intel's x86 architecture.The corresponding is amd64, which is the 64-bit instruction set of x86 extended by amd. Also, ppc is very common. This is the instruction set for IBM's PowerCPU architecture.Intel has used 8086, 80286, 80386 and so on as ...

Posted by Dan39 on Sun, 12 May 2019 09:59:22 +0200

Elastic search development environment

Build ES development environment.Installation instructions Environment: centos7 Java : java8 elasticsearch-6.5.4 Download address $ cd ~ $ cd download $ wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.4.tar.gz Pre-installation Conditions Note: The article has been configured by default version ...

Posted by emma57573 on Sat, 11 May 2019 21:31:57 +0200

Tensorflow-benchmark_model is deployed to android platform to test model performance

TF-benchmark_model is deployed to android platform to test model performance Host: A pc platform for compilation. The environment of this article is Ubuntu 16.04. Target: android platform for scoring (mainly instruction set architecture). The environment of this paper is armeabi-v7a. This article only compiles an android ...

Posted by sstoveld on Thu, 09 May 2019 06:15:04 +0200