Linux

UB、RH、LD、FB……

Iptabls details

Currently on the market more common 3、4Layer firewalls,Called the network layer firewalls,There Layer 7 firewall,In fact, the gateway proxy layer

forTCP/IPofSeven-layer modelSpeaking,The third layer is the network layer,Three-layer firewall in this layer of the source and destination addresses for testing。But for the seven firewalls,Whether you source port or destination port,What is the source or destination address,We will have to check all your stuff。[……]

Click link to continue reading...

unix / linux programming study notes- Open file descriptors and function

To talk about unix / linux for file operations in these functions,These functions for linux basically meet our requirements in any document,
First talk about the open function
In linux you want to operate on the file must first open the file and then the corresponding processing,Why should we do it? That is because the process and not directly manipulate files between,To process the document operation[……]

Click link to continue reading...

Little understanding of Unix System Structure

UnixLittle understanding of architecture

It can be defined as a software operating system in the strict sense,The software controls the computer hardware resources,Provider operating environment for personal understanding of hardware and software wealthy。We call such software kernel (kernel),It is relatively small,Located in the center of the environment

Kernel system call interface is called (system calls) Shared libraries built on system calls[……]

Click link to continue reading...

Linux storage of lvm (Logical Volume Manager) Logical Volume Manager (1)

First we need to understand why with LVM

Generally expand partition:Need to be adjacent。

advantage:LVM makes it easier to manage disk space。If the file system needs more space,Available space volume groups which may be assigned to a logical volume,And you can adjust the size of the file system。If a disk error began to appear,You may be replaced by a disk volume group registered as physical volumes,And the logical volume range can be migrated to a new disk。[……]

Click link to continue reading...

How to install Linux under the C development environment

Foreword

This article will guide you with detailed steps to deploy C-language development environment under Linux,Due to numerous Linux distributions,Specific circumstances vary,As used herein, the classic example of RHEL5。

Installation under Linux C development kit

Linux C development kit can be installed under the yum service,You can also use iso CD installation source files via the command rpm,Here use is[……]

Click link to continue reading...