Linux System Firewall Knowledge learning

Firewall is divided into hardware or software firewall two kinds. Work on the edge of the network, regardless of the network. Our task is to define the firewall security policy, rules, to allow it to access the network of IP, data detection. Common 3

SVN linux Command

The content is reproduced in: http://blog.chinaunix.net/space.php?uid=22976768&do=blog&id=1640924. This summary is very good ~Windows TortoiseSVN is a plugin to the explorer, to overwrite the icon indicates the status of the file, almost so the

Linux Epoll Learning

I. Introduction of EpollEpoll is an improved poll of the Linux kernel for handling large batches of handles, and is an enhanced version of the Linux IO Multiplexing Select, poll, which significantly reduces the system CPU utilization of the program

Gcc/linux likely, unlikely, and __attribute__ (section ("")) properties in the kernel

To view the Linux kernel source code, you will find there are many if (likely ("")) ... And if (Unlikely ("")) ... statements, which are actually an optimization method of the compiler, are analyzed as follows:Likely and unlikely are a macro

Understanding Linux interprocess communication (IPC)

The process communication methods under Linux are basically inherited from the process communication methods on the UNIX platform. The two main players at T-Lab and BSD (UC Berkeley's Berkeley Software Release Center), which have made significant

Linux problem: Switch users and then become-bash-4.1$

New User GitAdd user #sudo useradd-m-s/bin/bash-g Group LoginName -M to create the home directory (without this to manually add the directory, otherwise no directory,logging in with H ome=/) -s/bin/bash use Bash (default to/bin/sh Use

Linux Command Encyclopedia

1. Check processThe PS command finds the PID number associated with the process:PS A shows all programs under the current terminal, including other users ' programs.Ps-a Show All Programs.PS C shows the actual instruction name of each program when

Configuring the IP address for Linux

dhclient// automatically get IP (by DHCP )ifconfig-a// viewing network card information[Email protected] ~]# ifconfig-aEth0 Link encap:ethernet HWaddr 00:0c:29:47:df:59inet addr:192.168.137.22 bcast:192.168.137.255 mask:255.255.255.0Inet6 ADDR:FE80::

Linux View CPU model, memory size, hard disk space command

1 Viewing CPUs1.1 Viewing the number of CPUs# Cat/proc/cpuinfo | grep "Physical ID" | Uniq | Wc-l2**uniq command: Delete duplicate rows; wc–l command: Count rows * *1.2 Viewing CPU Cores# Cat/proc/cpuinfo | grep "CPU Cores" | UniqCPU Cores:41.3 View

Compression decompression of Linux

Common compression formats in Linux. zip. gz. bz2. tar.gz tar.bz2ZipCompressed files in ZIP format and Windows Universal, can be compressed/decompressed across platformsCompression: Zip compressed file name source fileZip-r compressed file name

Linux under SVN command use Daquan

1. Checkout files to a local directorySVN checkout Path (path is a directory on the server)Example: SVN checkout Svn://192.168.1.1/pro/domainShorthand: SVN Co2. Add a new file to the repositorySVN Add FileExample: SVN add test.php (add test.php)SVN

(turn) Analyze the view and modification of Linux file encoding

There is more than one way to view and modify Linux file encoding, if you need to operate a file under Windows in Linux, you will probably often encounter the problem of file encoding conversion, how to do this work, but also should be the operators

Enter the year, then print out the perpetual calendar for that year, and identify the date of the day. Similar to the CAL-Y results under Linux.

Package com.qunar.training.questionDate;public class Permanent {public static Boolean isleapyear (int year) {//Can be divisible by 4 but not divisible by 100, or divisible by 400Boolean leapyear = false;if (year% = = 0 && Year% 400 = = 0) | | (Year%

Linux sync Io:sync, Fsync and Fdatasync

Traditional UNIX implementations have a buffer cache or page cache in the kernel, and most disk I/O is buffered. When writing data to a file, the kernel usually copies the data into one of the buffers, and if the buffer is not yet full, it is not

8 excellent Linux graphic images and color tools

8 excellent Linux graphic images and color tools1. Hardware Color Analyzer LprofLprof is a color analyzer for creating ICC-compatible profiles for device compatibility, such as cameras, scanners, and displays. These configurations provide color

How to see whether a Linux system is 32-bit or 64-bit

1. #uname-AIf there's a x86_64, it's 64, and there's no 32-bit.This is 64-bit.# uname-aLinux Desktop 2.6.35-23-generic #37-ubuntu SMP Fri Nov 5 19:17:11 UTC all i686 gnu/linuxThis is 32-bit.#uname-ALinux backup 2.6.9-67.ELSMP #1 SMP Wed Nov 7 13:58:0

Ubuntu boot fix: For grubrescue | grubnotfound | unknownfilesystem errors

Ubuntu boot fix: For grubrescue | grubnotfound | unknownfilesystem errorsIntroduction Ubuntu is usually guided by grub. Grub is divided into grub, grub2, and grub for dos (grub4dos ).Recently, in Windows, a large score is divided into GB to install

Deep understanding of shared memory for inter-process communication and deep understanding of processes

Deep understanding of shared memory for inter-process communication and deep understanding of processes Shared memory is the most useful communication method between processes and the fastest IPC format. It is designed to reduce the running

Cpu display information that you may not understand in CentOS command top

Cpu display information that you may not understand in CentOS command top When using the top Command, the following line is displayed: What are the meanings of each value in it? I was asked this question today and found that the answer is not very

CentOS6.4 build mysql high-availability architecture MHA

CentOS6.4 build mysql high-availability architecture MHA I. Environment Minimal installation of CentOS 6.4x64 Manager 192.168.3.51 Master 192.168.3.52 (standby master) Slave1 192.168.3.53 Slave2 192.168.3.54 Ii. Configure local hosts

Total Pages: 5467 1 .... 2279 2280 2281 2282 2283 .... 5467 Go to: GO

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.