The following describes the Linux clusterFirst, the Linux cluster Foundation1. Linux cluster type: LB, HA, HP, DS(1), LB: Load Balancing clusterDefect: A single point of failure, its scheduler can become a performance bottleneck(2), HA: High
One: Introduction to DNS (Domain Name System)DNS (domain Name System), a distributed database of domain names and IP addresses that are mapped to each other on the Internet, makes it easier for users to access the Internet without remembering the
Dns_bind_ master-slave domain name serverIn a real network environment, a primary server often does not meet all user needs, from the server can crawl the specified zone data files from the primary server, play the role of backup and load
Linux Cluster (Linux cluster)Cluster: A collection of computers, combined in order to solve a particular problem;How the System expands:Scale up: scaling up; Such as: add memory to the original machine, CPU.Scale out: outward expansion; such as: to
The purpose of the system creation is to manipulate the file1, Linux: See everything is a file2. PWD View current path3, "/" on behalf of the root directory, CD (chage directory) Replacement directory4, how to view the root directory of files and
In the management system, often encounter a variety of errors and anomalies. To find these errors and exceptions, you need a variety of logs to help locate the problem. Linux logs are stored in the/var/log folder below, the common log file has the
There are often cases where the file's time attribute is used, and there are three file-related time attributes under Linux. Atime,ctime,mtime. I also often confused, each encounter will be human flesh search, leisure time to prepare this knowledge
Http://www.cnblogs.com/lucyjiayou/archive/2012/02/24/2366194.htmlLinux Displays the system process command PS, the most commonly used are ps-ef and PS aux. What is the difference between the two? There is not much difference between the two, to
Common command file and directory operations
Command
parsing
Cd/home
Enter '/home ' directory
Cd..
Return to the top level directory
Cd.. /..
Return to the top level
Device mount take the optical drive as an example, first in the virtual machine VMware in the optical drive to add a mirror to confirm that the optical drive is working[Email protected] ~]# Cd/dev/cdrom-BASH:CD:/dev/cdrom: Not Directory[Email
One, multi-command collaborationIn Linux systems, most commands are simple, with few complex commands, and each command often implements only one or more simple functions. You can implement a complex function by using a combination of commands from
sudo works as follows:1, when the user executes sudo, the system will actively look for the/etc/sudoers file to determine if the user has the ability to execute sudo2, after confirming that the user has the ability to execute sudo, let the user
To learn about Linux files and directories, you should first look at relative paths and absolute paths.Absolute path: The path must be written by the root directory, such as/DEV/SDA.Relative path: The path is not written by/write (relative to the
First, the directory structure of the Linux system1. root directory (/): The top-level directory, the only partition in some systems.2./bin Command file directory: Binary executable file containing Linux commands.3./boot directory: The kernel files
Df-t can only view the partitions and file system types that are already mounted.Filesystem Type 1k-blocks used Available use% mounted on/DEV/SDA1 ext4 20642428 3698868 15894984 19%/Tmpfs Tmpfs 32947160 0 32947160 0%/dev/shmFdisk-l can display all
-An action---> Atomic operation to solve a race stateThe way to solve the race is to "secure mutually exclusive access to the shared resource."Atomic operationAtomic manipulation refers to operations that are not interrupted by other code during
Use the Vmstat command to view system resource conditionsHow do I see CPU, Memory usage, network traffic, and disk I/O in command line mode?Q: How can I view CPU, memory usage, network traffic and disk I/O in command line mode?A: In the command line
To monitor and control the process, you must first understand the current process, which is to see the current process, while the PS command (process Status) is the most basic and very powerful process view command. Use this command to determine
Linux Delete Folder commandLinux Delete directory is very simple, many people are still accustomed to use rmdir, but once the directory is not empty, it fell into deep distress, now use the RM-RF command.Direct RM is available, but add two
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service