1. InstallationYum Install tcpdump-y2. Monitoring Packetstcpdump-i eth0--Monitor the ETH0 network card of this machine tcpdump host 192.168.1.120 and \ (192.168.1.121 or 192.168.1.122\)--intercepts multiple IP packetstcpdump-i eth0 DST host 192.16
Linux kernel-process management1. Process#内核调度的对象是线程, not a process#对Linux而言, a thread is just a special process#进程提供两种虚拟机制: Virtual processor, virtual memory#创建进程通过fork () to copy the creation process from the parent process2. Process
Network program abnormally exited without core file generationThis happens when the connection side is closed, but the other side is also doing a send operation on the connection handle, so that the process of the send operation receives the SIGPIPE
Kernel Kernel, is the core of an operating system. It is responsible for managing the system's processes, memory, device drivers, files, and network systems, which determine the performance and stability of the system. Linux as a free software, with
This book has a total of 33 chapters, from the bottom up to the above, discussed the TCP/IP implementation process:Data link layer and network layer->socket-> Transport layer;Going to learn from behind, start with the transport layer!Transport Layer-
I/O redirection is a process that captures the output of a file, or command, or program, or script, or even code block, and then sends the captured output as input to another file, or command, or program, or script. 1. I/O redirection conforms to
http://apps.hi.baidu.com/share/detail/37384818Download ADT linkHttp://dl.google.com/android/ADT-0.9.6.zipDownload SDK linkhttp://dl.google.com/android/android-sdk_r11-linux_x86.tgz (Can get detailed file name through FQ, and then download via
1 What is TMPFS?TMPFS is a memory-based file system on the Linux/unix system. TMPFS can use your memory or swap partition to store files. Thus, TMPFS primarily stores staged files.Advantage:1, the size of the dynamic file system.2. Another major
three main scheduling strategies for the Linux kernel :1,sched_other time-sharing scheduling strategy,2,sched_fifo Real-time scheduling strategy (first-come-first service)3,SCHED_RR Real Time scheduling strategy (time slice rotation)Real -time
1. Basic Concept 1.1 address(1) Logical address: Refers to the part of the offset address generated by the program related to the segment. In the C language pointer, read the pointer variable itself value (& operation), which is actually the logical
* Storage of user Information* Manual completion of user creation* Use the command to complete the user's creation__________________________________________Storage of user Informationgroup;passwd;shadow;/home/$USERNAME# Cat/etc/group
For any system, booting is not just a matter of switching on the power, many things will happen in just a few seconds or a few 10 seconds, knowing that the complete process will be the precondition to solve any boot problem or increase the boot
Linked list UseI think the best way to get familiar with the kernel list is to look at a few simple examples, which is a very good material to better understand the list.Here is an example that contains creating, adding, deleting, and traversing
Original source: http://blog.csdn.net/zhengdy/article/details/5485472IPC API Correspondence table for Windows and Linux
Table 1. Process Mapping
Windows
Linux
Classification
CreateProcess
Upload files to remote linux using xShell in windows
Use the rz and sz commands to upload files. You must install the lrzsz toolkit on a remote linux system.
The installation is as follows:
[Xxxx @ xxxx/] # yum install lrzsz
Note: The command I
In windows, xShell is used to upload files to remote linux,
Use the rz and sz commands to upload files. You must install the lrzsz toolkit on a remote linux system.
The installation is as follows:
[Xxxx @ xxxx/] # yum install lrzsz
Note: The
CentOS command cat/vi/more/head/tailThree command modes of vi:Command mode, used to input commands;Insert mode, used to Insert text;Visual mode: used to highlight the video and select the body;Save and exit the file:Command mode is the default mode
Linux Process Communication-MPs queue
Inter-process Communication (IPC: Inner Proceeding Communication)
A process is an imaginary way for the operating system to realize that the program exclusively runs the system. It is an abstract representation
Sqlite: multi-threaded database operation "database is locked" solution, sqlitelocked
1. Make sqlite support multithreading (you are not sure whether it is not necessary to add it temporarily for future use)
You can select the thread mode at compile/
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