CentOS 7 Installation of KVM Virtual Machine
Detailed process of installing KVM in command line mode based on entOS Linux release 7.2.1511 (Core). https://github.com/jaywcjlove/handbook
Detecting whether KVM is supported
KVM is a virtual machine software based on x86 virtualization extension technology (Intel VT or AMD-V), so if you look at whether the CPU supports VT technology, you c ...
Added by day_tripperz on Fri, 07 Jun 2019 01:47:09 +0300
Harpoon Attack - Attempt
Author: Tilting
0x00 Preface
This is an authorized harpoon case. It's also an attempt. It's not rich in experience.
0x01 Harpoon Attack
Harpoon attack is one of the hackers'attacks. The most common way is to use Trojan Horse program as an attachment to e-mail and send a very attractive name to the target computer to induce the victim to open ...
Added by dpacmittal on Fri, 31 May 2019 21:15:18 +0300
GCE Deployment ELK 7.1 Visual Analysis nginx
I. Preparation
I have a website on Google VM here, so I plan to install ELK on a server I purchase to process the access log for analyzing nginx.
Operating System Version: CentOS 7
ELK Version: 7.1
1.1. Server environment preparation
We still use the official yum source for installation here. It is easy and easy to configure the official yum ...
Added by jerastraub on Fri, 31 May 2019 19:30:06 +0300
Android Check Update Library Use Tutorial (1)
Checking updates and downloading updates can be said to be a necessary feature of an app.
Since it is a necessary function, there are many things to consider, as follows:
1. Update mode:
If a software has been updated, it needs to be forced to update the software if it is online with new functions or fixes some bug s, or the interfac ...
Added by AShain on Wed, 29 May 2019 23:59:50 +0300
Bridging Scheme of Wireless Router
Bridging Scheme of Wireless Router
Application scenario
Conditions:
First, we have a Wi-Fi with Internet access. Let's assume wifi.
Now we have two routers A and B, two servers SA and SB, and one router on each server.
Objective:
Connecting to A through a computer, we can log in to the server SA and have access to the Internet in SA.
...
Added by alsinha on Wed, 29 May 2019 22:18:39 +0300
Tencent Cloud Communication and SDK Integrated Operational Guidelines
0 (1).jpg
This article is a serial of Jiang Zhibi, the author of the rookie nest. "Develop a Live APP Series from 0" to talk about the most popular live APP, how to complete the realization of a commercial project like "Tencent Live Broadcasting"
Tencent Cloud Communication and SDK Integration[Developing a Live APP from ...
Added by Frapster on Wed, 29 May 2019 13:22:40 +0300
Obtaining ip addresses of all devices in the network through UDP broadcasting
Explain:
Source download address: http://download.csdn.net/detail/dxzysk/9756896
Source code usage instructions, first run server-side program on the host that needs to get IP address, and then run client-side program on Pc that needs to search for host.
This paper is a windows version, VC++, debugged successfully in VS2010 environment. ...
Added by jansky on Wed, 29 May 2019 13:08:13 +0300
Analysis of Android Event Distribution Mechanism (I)
I haven't had time to write before. Now I'm going to write an article about event distribution mechanism. There must be many and better articles on this kind of network than mine. I just try my best to clarify them and let me reorganize them.
Association and Difference of onTouch, onClick, onTouchEvent
onTouch method
myButton.setOnTouchL ...
Added by iamngk on Tue, 28 May 2019 01:00:18 +0300
Experimental Report on Network Programming and Security of Experiment 5, No. 20175313
Catalog
I. Experimental Contents
II. EXPERIMENTAL STEPS
3. Key Code Parsing
4. Screenshots of experimental results
4. Problems and Solutions in the Process of Experiments
5. Experience
6. Code Cloud Link
VII. References
I. Experimental Contents
Task 1: Impleme ...
Added by theBond on Sun, 26 May 2019 22:42:39 +0300
A comparison of Python multithreaded multiprocess and linear execution
Thread,Process,Line
In the programmer's life, we must encounter the problem of too long calculation time, at this time, it is necessary to improve the efficiency of the algorithm.There are several methods: algorithm optimization, the power to stimulate CPUGPU, and so on.
I'm now sharing my thoughts on python's multi-threaded, multi-process a ...
Added by Jakebert on Sat, 25 May 2019 20:03:41 +0300