[Linux] Learn Linux step by step - sshd command (177)
00. Catalogue
Articles Catalogue
00. Catalogue
01. Overview of commands
02. Command format
03. Common Options
04. Reference examples
05. Appendix
01. Overview of commands
The sshd command is the server Daemon in the opensshd software suite. ...
Posted by pushpendra.php on Fri, 23 Aug 2019 14:14:40 +0200
File upload of network programming 1
package com.itheima.demo02.FileUpload;
import java.io.FileInputStream;import java.io.IOException;import java.io.InputStream;import java.io.OutputStream;import java.net.Socket;
/*
Client of file upload case: read local file, upload to server, read data written back by server
To make clear:
Data source: c:\1.jpg
Destination: Server
Imp ...
Posted by jbog91 on Fri, 23 Aug 2019 11:19:21 +0200
python udp communication details
Introduction to socket
1. How to communicate between processes on different computers
The first problem to be solved is how to uniquely identify a process, otherwise communication can not be started!
On a computer, a process can be uniquely ident ...
Posted by jmfillman on Fri, 23 Aug 2019 09:07:23 +0200
tensorflow Neural Language Model Based on Circulating Neural Network
Compared with the cyclic neural network, NLP application has two layers: embedding layer and softmax layer.
Word Vector Layer
At the input level, each word is represented by a real vector, which is called word embedding, or word embedding. Word vecto ...
Posted by J.Daniels on Fri, 23 Aug 2019 06:23:22 +0200
Twenty-first day of python learning (bag-grabbing tool)
Knowledge Point Catalogue
1. What is grabbing bag?
2. What are the commonly used package-grabbing software?
3. How to grab app on mobile phone?
4. How to grab the article information of a technical number of Wechat?
5. How to grab relevant requests f ...
Posted by SilentQ-noob- on Thu, 22 Aug 2019 15:26:13 +0200
Eureka (Version F) Course Four Circuit Breakers (Hystrix)
Links to the original text: https://www.fangzhipeng.com/springcloud/2018/08/04/sc-f4-hystrix.html
In the micro-service architecture, services are separated into services according to their business, which can be invoked between services ...
Posted by jek on Thu, 22 Aug 2019 11:26:09 +0200
[Implementing an H.264 stream parser from zero]: Importing exponential Columbus decoding to implement and preliminarily parse NALU
Links to the original text: https://mp.weixin.qq.com/s/LMQKMyt8q4fkittRPSoCaA
In the last article, we have found nalu. At the beginning of this article, we will gradually build a framework to analyze nalu. In this article, the core tasks are ...
Posted by kcgame on Thu, 22 Aug 2019 08:33:07 +0200
socket simulation client and server
Idea: Client first receives data from keyboard, then converts it into output stream, then into print stream, sends it in security, receives data from server, reads it by line, and finally closes input and output, releases resources.
The server receiv ...
Posted by jsnyder2k on Thu, 22 Aug 2019 07:13:17 +0200
Deployment and management of KVM virtualization platform
Deploying virtualization under Windows system can adopt Hyper-V and vSphere virtualization technology, so KVM is needed under Linux system.
KVM relies on CPU virtualization instruction set to achieve high performance virtualization support. Because of its high integration with the Linux kernel, it has good performance in performance, security, ...
Posted by niranjnn01 on Thu, 22 Aug 2019 05:11:25 +0200
Kubernetes Food Guide
Introduction to Kubernetes
Kubernetes is a container cluster management system that Google opened source in June 2014. It was developed in the GoLanguage and is also known as K8S.K8S is derived from a container cluster management system called Borg within Google, which has been running on a large scale for ten years.K8S is mainly used for auto ...
Posted by rwfresh on Wed, 21 Aug 2019 20:09:07 +0200