Compile the Linux kernel by yourself

I. features: L self-compiled kernels run faster (with fewerCode) L The system will have more memory (the kernel part will not be exchanged to the virtual memory) L compilation of unnecessary functions into the kernel may increase the

[Linux] vi operations

About vi VI editor Learning The VI editor has three modes: Command mode, input mode, and last line mode. In any mode, you can press [ESC] to return to the command mode. 1. vi Enter VI directly to view the VI version information. 2. VI

First knowledge of Linux iptables 1

Default firewall rules Deny and deny a packet IPFirewall data packet transmission In the IP firewall, three built-in filter rule chains are used. All data packets arriving at the interface are filtered according to the input rule chain.

Simple Linux Command Line notes: hwclock

ArticleDirectory Option Example TIPS: Display or set the CMOS time Hwclock [Options]   Option -R: the default option. Read and print the CMOS time. -S: Set the CMOS time to the system time. -W: set the system time to

Three methods for setting Service self-start in Linux

Sometimes we need the Linux system to automatically load some scripts or system services when it is started. You can perform this operation in three ways: Ln-s creates a soft link for/etc/init. d/rc *. d In the/etc/rc. d/rc *. d directory (*

Set path in Linux

PATH is an environment variable. To check the current environment variable in uppercase, set echo $ path: Export Path =/usr/local/sbin:/usr/local/bin:/sbin:/bin: /usr/sbin:/usr/bin or export Path = path:/XXX is invalid after it is logged out. Keep

Modify the hidden attributes of a file in Linux

In Linux, the file attribute is not hidden. file or directory, such. bashrc is hidden and cannot be seen with LS. You must use LS-a l or ll to see it. Rename the file to change the status ...... For example, if there is a. a file, use LS-A or ll

Linux boot sequence

Translating boot sequence into Chinese is the guiding sequence and Starting sequence. It is an important knowledge point for learning Linux and a basic knowledge point. Take notes. Linux boot sequence: 1. Load BIOS (hardware information) Load

Interesting Linux Command Line Effects

Interesting Linux Command Line Functions 1. Linux "SL" command line Although "SL" represents "Steam Engine Head", it is used to remind command line controllers not to turn "ls" into "SL ". Let's see what happens when we run this command in the

Linux iptables configuration instance 1

Use the Linux built-in firewall to implement the following eight requirements: 1. reject all FTP packets from external networks, but still allow internal ftp.2. allow SSH remote connections but deny telnet.3. deny ping.4. reject all traffic coming

Install and configure JDK in Linux

1. Install JDK Download JDK directly from Sun: The http://java.sun.com/j2se/1.4.2/download.html provides two downloads: 1. rpm in self-extracting file (j2sdk-1_4_2_04-linux-i586.bin, 32.77 MB) This is a self-extracting file, installed on Linux

Write a simple dynamic link library in Linux

(1) Write a dynamic link library in Linux. Generally, the static Link Library is compiled with the source file to generate executable files. Dynamic Link Library is not, it is a compiled file (static is not), only whenProgramWhen running (but the

Linux File Permissions

ArticleDirectory Modify permissions in digital notation Modify permissions in text notation I. Linux File Permissions Each Linux file has four types of access permissions: readable (R), writable (W), executable (x), and

Design and Implementation of Linux kernel Reading Notes (4)-interrupt and interrupt handling program

Interrupt and interrupt handlingProgram 1. interrupted An interrupt is essentially a special electrical signal sent to a processor by a hardware device. After the processor receives the interruption, it immediately reflects the arrival of the

Design and Implementation of Linux kernel Reading Notes (3)-Process Scheduling

Process Scheduling 1. Policy Processes can be divided into I/O and processor consumption types. The former refers to the process that is usually running when it is used to submit I/O requests or wait for I/O requests. The latter mostly uses the

Design and Implementation of Linux kernel Reading Notes (2)-Process Management

Process Management 1. Process Descriptor and Task Structure Processes are stored in a two-way cyclic linked list called a task list. Each item in the linked list contains all the information of a specific process. Its type is task_struct, known

Obtain Linux environment variables

In shell, you can directly use 'env' or 'echo $ Home' to obtain or set environment variables.C LanguageHow is it implemented? There are two main functions and an environ variable (String Array ): Char* Getenv (Const Char* Name)IntPutenv

Linux Firewall (formerly known as 3rd) e-books

Do not use JavaScript for any form of commercial purposes. PS: Sold on the Pat listThis book describes how to build a firewall in a Linux operating system, as well as intrusion detection and system security technologies. The main content includes:

Description of Linux Iptables Parameters

Description of matching parameters: -- Source (-s) ----------- match the source IP address -- Destination (-d) --------- match the destination IP address -- Protocol (-p) ----------- matching protocol -- In-interface (-I) ---------- entry --

Common "chat" commands in Linux

When we use the "who" or "w" command on a Linux terminal, we will always see a long list of users. At this time, do you really want to send a message to him/her. If she is a long-time-honored MM, and you see her, she is also shy. Do you want to send

Total Pages: 5467 1 .... 4768 4769 4770 4771 4772 .... 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.