1. There are not many technical points in this chapter.
2. LVS-NAT cluster. This is a LVS-based load balance cluster architecture. A bunch of servers exit from a NAT server. All requests and returned information must go through the NAT server.
All the students who have studied Linux should know about it. If there is a problem, find man ).Man is short for manual (operation instructions)But it is not easy to use.
For example, execute"Man date", You can see a lot of English instructions on
Linux Startup Program detailsWe assume that you are familiar with the boot process of other operating systems and understand the self-check boot steps of the hardware, starting with the boot loader of the Linux operating system (usually Lilo for
I) Summary of the I/O Scheduler
1) when a data block is written to or read from the device, the request is placed in a queue waiting for completion.2) each block device has its own queue.3) the I/O scheduler is responsible for maintaining the order
During O & M, an IP port is often used for telnet. If telnet is enabled, how can I exit?
1. Telnet 63.172.25.18 6463 and press ENTERTrying 63.172.25.18...Connected to 63.172.25.18 (63.172.25.18 ).Escape Character is '^]'.
2. Press Ctrl +] and
Note: the author chooses Debian 5.0 to install ie. Reference original from http://publish.it168.com/2007/1030/20071030058301.shtml. In principle, there is no problem with ubuntu.
Introduction:Ies4linux is a short command line script program that
Link: http://jakielong.iteye.com/blog/771663
1. Differences between the concepts of user State and kernel state
What is the user State and kernel state? These two basic concepts have never been fully understood before, the root cause is that most
Interview Questions for Linux System Engineers:1. view the maximum value of a single shared memory segment in Linux (command)IPCS-mIPCS-2. What command is used to query the server port of the specified IP address?The NMAP and nbtscan commands should
2.1 Structure of the Network DriverAll Linux network drivers follow common interfaces. The object-oriented method is used in the design.A device is an object (device structure) with its own data and methods. For each deviceWhen the method is called,
[1] 3,000th rows are displayed starting from 1000 rows. Display 3000 ~ 3999 rows
Cat filename | tail-N + 3000 | head-N 1000
[2] display rows 1000 to 3000
Cat filename | head-N 3000 | tail-N plus 1000
* Pay attention to the order of the two
Http://hi.baidu.com/thinkdifferent/blog/item/22f4a80161630e011d958384.html
Transferred from a blog by a senior Baidu, which is a good summary and recommended.
System
# Uname-A # view kernel/operating system/CPU Information# Head-N 1/etc/issue # view
* The index Node object is represented by an inode struct. The definition file is in Linux/fs. h.*/Struct inode {Struct hlist_node I _hash;/* hash table */Struct list_head I _list;/* index node linked list */Struct list_head I _dentry;/* directory
Author: gnuhpcSource: http://www.cnblogs.com/gnuhpc/
1. vsftpd, commonly used FTP server suite;Vsftpd is one of the most popular FTP server programs in the Linux release. It features little, light, and secure and easy to use. It can give full play
Fork () function
: Generate a process from the current process.
# Include
# Include
Pid_t fork (void );
Return Value: The value is 0 in the child process, the value is the child process ID in the parent process, and the error value is-1.
If
// Add a program to the Linux kernel and complete the following three tasks:1. Copy the source code to the corresponding Linux directory.2. Add the compilation option of the project corresponding to the new source code to the kconfig file in the
// 1. httpd in the Apache server of the website. the conf file is set to DocumentRoot/var/www/html // This path is the default folder path opened when the external IP address of the Linux server is set in Apache. It must be the complete path
Today, we want to check whether all domain names on all hedgehog hosts have ICP filings. when wget is used improperly, the command line runner command curl is found. it is found that its call to post is still quite good. it is particularly helpful
Scheduled tasks in Linux automatically delete old files n days ago
Linux is a system that automatically generates files, such as logs, emails, and backups. Although hard disks are cheap now, we can have a lot of hard disk space to waste these files,
Introduction to serial ports
The serial port is a common interface for computers. It has a wide range of applications, such as a few connection lines and simple communication. Commonly used serial port is RS-232-C interface (also known as EIA RS-232-
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