Hadoop Introductory Basic Tutorial Hadoop's Server Foundation Environment Construction
This paper demonstrates user configuration, sudo privilege configuration, network configuration, firewall closure, JDK tool installation and so on with K-Master server infrastructure configuration as an example. Users need to complete the basic environment configuration of KVMSlave 1 ~ KVMSlave 3 servers by referring to the following steps.
...
Posted by id10t on Wed, 03 Jul 2019 20:04:30 +0200
A Pressure Test Report for LVS
LVS test report
test plan
Basic Function Testing
Flow pressure test
Response time test
Configuration Correctness Test
Disaster Recovery Testing
Test points
Basic Function Testing
Client IP Address Correctness
Real Server Access Internet Tests (including Iptables Rule Priorities)
Flow pressure test
Flow peak t ...
Posted by chrispbrown on Wed, 03 Jul 2019 01:29:44 +0200
Server Security Policy and System Performance Evaluation in Production Environment
1. Linux Operating and Maintenance Experience Sharing and Troubleshooting
1.1 Basic Strategy and Experience of Online Server Installation
Streamlined installation strategy:
Installation only required, on-demand installation, no need not not install
Development package, basic network package, basic application package
1.1.1 CentOS-6.x
1.1. ...
Posted by mash on Tue, 02 Jul 2019 22:14:31 +0200
Initialization Loading Order of web.xml in Java Web
Requirement description
When doing a project, in order to save time, initially put the initialization configuration in each class static loading, initialization configuration more than one, want to tidy it up, here use init method initialization in servlet.
Description of web.xml
First, understand the loading order of elements in web.xml:
Afte ...
Posted by designergav on Tue, 02 Jul 2019 00:08:54 +0200
Singleton mode in ios
The concept of singletons
A singleton class ensures that there is only one instance object of that class in the application's life cycle and that it is accessible from the outside world.There are many singleton classes in iOS, such as UIApplication,UIScreen,NSNotificationCenter,NSFileManager,NSUserDefaults,NSURLCache,NSHTTPCookieStorage, and ...
Posted by jarcoal on Mon, 01 Jul 2019 01:21:07 +0200
List of Java.NIO Stream Programming
Simple differences between Java standard IO and Java NIO indicate:
Java Standard IO
Java NIO
API calls
simple
complex
Low-level implementation
Stream-oriented, one-way
channel Oriented, Release CPU, Memory Pressure
Results
Synchronized blocking
Synchronized non-blocking
Data Peep
Bloc ...
Posted by proxydude on Mon, 01 Jul 2019 00:27:07 +0200
socket programming (online automatic Chat tool) --Python3
Catalog
@
1. The server supports only one client connection
Server-side program (server.py):
import socket
# Create a server-side socket object
server = socket.socket()
# Bind IP (ipocnfig command looks at IP address) and port (custom network port can be used without conflicting with an existing system port)
server.bin ...
Posted by leena on Sun, 30 Jun 2019 21:08:50 +0200
Common Problems about SDWebImage Source Code
SDWebImage.png
analysis
Some time ago, I talked to a young man who asked me:Boy: "What modification does NSString use when declaring attributes?"Me: "copy"Boy: "Why copy? What's wrong with strong?"Me: "If you use strong modifier, you just make a shallow copy of the string. When an object holds this property, ...
Posted by grandeclectus on Sun, 30 Jun 2019 01:38:08 +0200
RHEL7/centos7 Modify network card name to eth0
Because of the new network card name naming method used in RHEL7, it is difficult to understand and remember the network card name. This paper introduces how to modify the network card name to the traditional eth0 naming method to define any network card as eth0.Introducing the process of network ...
Posted by gudushen on Sat, 29 Jun 2019 18:48:19 +0200
Four Service Components and openstack Environment for openstack
Virtual Machine Creation Flowchart for opensatck
Four services and component functions of openstack
1. Some concepts of keystone certification service
1)User:
Users using openstack
2)Role:
Add a user to a role and give the user permission to operate
3)Tenant:
A collection of resources owned by a person, project, or organization, with multip ...
Posted by CyberShot on Fri, 28 Jun 2019 19:54:56 +0200