Recently, it's a hot rewind challenge - ReverseVoice (wechat applet version front and back source code) Ts Node Taro

Project address: https://github.com/smackgg/reversevoice In fact, the whole project is very simple. It's only a few days after I saw the fire in tremolo and station B until the app finally went online. Since it went online on November 16, there are still a lot of users (mainly the fast apps made at that time are relatively few). Now there are a ...

Posted by DeadDude on Wed, 27 Nov 2019 04:11:29 -0800

Mount U disk on Linux server

1. Check the location of the U disk sudo fdisk -l According to the size of the U disk, the approximate path can be roughly determined My output here is Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optima ...

Posted by execute on Tue, 26 Nov 2019 13:43:40 -0800

EFK tutorial - ElasticSearch multi instance deployment

Based on ElasticSearch multi instance architecture, realize reasonable resource allocation and separation of hot and cold data Author: "the wolf of hair", welcome to reprint and contribute Catalog Application Framework ▪ 192.168.1.51 elastic search data deployment dual instance ▪ 192.168.1.52 elastic search data deployment dual inst ...

Posted by pennythetuff on Mon, 25 Nov 2019 05:51:54 -0800

Configuring Hadoop in Linux Environment

Ubuntu 16 configuration Hadoop 2.85 Set ssh password free login sudo apt-get install openssh-server #Install SSH server $ ssh localhost #Log in SSH, enter yes for the first time $ exit #Exit ssh localhost logged in $ cd ~/.ssh/ #If you ...

Posted by accu on Sat, 23 Nov 2019 12:30:15 -0800

Server jenkins building

install Judge java version java -version If it is the java version of GIJ, you need to reinstall java sudo yum remove java sudo yum install -y java-1.8.0-openjdk sudo yum install -y git To install jenkins: sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo sudo rpm --import http ...

Posted by newbreed65 on Thu, 21 Nov 2019 11:45:26 -0800

Personal learning series - installation and use of docker compose

Docker Compose is a docker tool used to define and run complex applications Using Docker Compose eliminates the need for shell scripts to start containers. (configured through docker-compose.yml) Installation of Docker Compose Github source sudo curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-`uname -s`-`uname ...

Posted by Rhiknow on Wed, 20 Nov 2019 10:22:37 -0800

Jet nano configuration and caffe installation under Xshell6

Configuration and use of jet nano (6) caffe installation under Xshell6 Before installing caffe, we need to do some preparation work, and the whole process is relatively long. There may be various problems in the process, so we must carefully operate step by step. First, refer to the article between, use Xshell6 to connect the ...

Posted by sparc-e on Mon, 18 Nov 2019 08:22:27 -0800

ubuntu uses vsftpd to create FTP service

vsftpd introduction vsftpd is the abbreviation of "very secure FTP daemon". Security is one of its biggest features. vsftpd is the most popular FTP server program in Linux distribution. It is characterized by small, light, safe and easy to use. ubuntu install vsftpd $ sudo apt-get install vsftpd Configure vsftpd ...

Posted by mlampard on Sat, 16 Nov 2019 10:53:53 -0800

Theory: linux system security and Application

Mainly from account security control, system guidance and login control, weak password detection, port scanning local control to learn I. Basic Measures for account security 1.1 system account cleaning Set the Shell of the non login user to / sbin/nologin Lock account 'usermod -L' not used for a long time Delete useless account 'userdel -r' L ...

Posted by Cetanu on Fri, 15 Nov 2019 04:15:08 -0800

Install CRF + + and python dependency on Linux server

Official address of CRF + +: https://taku910.github.io/crfpp/ Find the download. It's all on google cloud disk at present. Download the latest version, now 0.58 Download the source package, CRF++-0.58.tar.gz Put it on the linux server Run command ./configure Output result checking for a BSD-compatible install... /usr/bin/instal ...

Posted by neave on Thu, 14 Nov 2019 11:21:58 -0800