Translation: Brother Fei ( http://hi.baidu.com/imlidapeng )All rights reserved, respect other people's labor results, please indicate the author and original source and this statement when reproduced.The original name: "Linux Performance and Tuning guidelines"Original address: http://www.redbooks.ibm.com/abstracts/redp4285.html-------------------------------------------------------------------------------------------What is the 1.1.1 process?1.1.2 Pro
Linux has a big impact on our lives. At the very least, your Android phone has a Linux kernel on it. However, starting Linux for the first time will only make you feel uncomfortable. Because on Linux, you should usually use terminal commands instead of just clicking on the launcher image (just like you do on Windows).
Label:Wayback whenI remember being at Oracle Open World when Larry Ellison unveiled Oracle Enterprise Linux (OEL, which are now just Oracle L Inux, or OL). I think I even have a foam Oracle penguin and maybe even a T-shirt somewhere. I was trying to understand so, as a loyal RedHat customer, I ' d ever consider switching over to the ' dark side '. I even remember laughing to a colleague "who in their right mind would want Oracle to support their
When I read the embedded Linux LED driver today
The driver implementation part is clear.
But the paths of several header files really confuse me. the Linux 2.6.13 file is organized as follows:
The header file is as follows:
#include
But I cannot find the ASM folder corresponding to the arm, or the corresponding directory does not correspond to the s3c24xx folder.
Later, I accidentally read an article a
[Linux System] concepts and systems of Linux
Thanks to the original author: Vamei Source: http://www.cnblogs.com/vamei
I have explained the basic concepts of Linux in this series of articles. The Linux operating system inherits from UNIX. An operating system is a set of software for controlling and using computers. UN
Linux Process Scheduling analysis and linux scheduling AnalysisOverview
Multi-process scheduling is essential for the operating system. Some people say that process scheduling is the most important part of the operating system. I think this is an absolute saying, just as many people say that "a function is XX times more efficient than a function", it is out of the actual environment, these conclusions are o
displayed and Linux and an optional initial RAM disk (temporary root file system) are loaded into memory. When the image is loaded, the second stage of the bootloader gives control to the kernel image and the kernel can decompress and initialize it. During this phase, the second stage of the bootloader detects the system hardware, enumerates the system-linked hardware devices, mounts the root device, and then loads the necessary kernel modules. After
Linux O M engineer interview, linux O M Engineer
I. Linux operating system knowledge
1. What are common Linux releases? Which one are you best? What is its official website? Which one are you good?
2. What are the detailed steps for Linux boot process? After the system is
Linux backend diagnosis and debugging technology and linux backend debugging
This document is not a Linux Command usage tutorial, and does not explain its usage in all aspects. There are many Internet company projects, and the dependency between service programs is complicated. Various factors may affect the normal running of the thread service, this is especiall
[Original announcement] Linux learner's age and invite you to participate in the red union Linux camp survey and vote-Linux general technology-Linux technology and application information. The following is a detailed description. The New Year is approaching, and people are one year older. Don't worry, keep yourself hap
The Linux file type and the name of the Linux file represent the meanings of two different concepts. We create through general applications such as File.txt, file.tar.gz, these files, although to be opened with different programs, but in the Linux file type measurement, mostly regular files (also known as ordinary files).I. File typeCommon to
1, linux shell "Linux command, editor and Shell Programming" (1) shell kinds of many, commonly used three, in Linux can be ls-l/bin/*sh to show all installed shell Type 1) bourne/bin/sh 2 ) C/bin/csh 3) Kom/bin/ksh (2) See what kind of shell command is currently used to see what the contents of this can be known as env means that you can display the environment v
The Linux file type and the file name of the Linux file represent two different concepts. We create things like file.txt and file.tar.gz through a generic application, which, although used in a different program, is mostly a regular file (also known as a normal file) when measured in a Linux file type.
I. File type
Linux
1, how to upgrade, compile the kernel?
If you don't want to change the kernel version, go directly to step fourth below.
1 in any subdirectory (but usually under/usr/src/) Untar unlock the new kernel source program:
Tar xvfz linux-x.x.xx.tar.gz (e.g. linux-2.0.35.tar.gz)
or a patch (patch): GZIP-CD patch-2.0.35.gz | Patch-p0
Skip the patch and jump straight to step fourth.
2) Rm/usr/src/
At present, many of the PC users are using the Windows system, but also installed the Linux system, so how to implement Linux or Windows hard disk resource Exchange is very important. Access Windows hard disk partitions under Linux
The hard disk partitions that access Windows systems under Red Hat Linux are simple. Be
Basic Introduction to Linux [Part 4], basic introduction to linux
Attributes and permissions of Linux Files And Directories
Command:
Column 1: inode (index node) index node number, which uniquely identifies a file or directory on a disk, in linux, you must first read the index node of the file (similar to the book dire
How to obtain the Linux kernel source codeHow to obtain the Linux kernel source code
To download the Linux kernel, you must go to the official website. The website provides two types of file downloads: one is the complete Linux kernel, and the other is the incremental kernel patch. They are all tar archive packages. Un
I've always been using Ubuntu and Fedora as a starter system, but actually what I really want to recommend is arch, after the previous study, perhaps you have a general understanding of Linux, and now if you want to speed up your pace, maybe you can look at this article. If you ask why you are learning Linux, I can only answer just for funI've always been using Ubuntu and Fedora as a starter system, but act
1. Use the first Aid disk group for maintenanceThe first Aid disk group (also known as the Boot/root Disk group) is an essential tool for system administrators. It allows you to start and run a complete Linux system independently. In fact, there is a complete Linux system on the 2nd disk of the first aid disk group, including the root file system, while the 1th disk holds the bootable kernel. It is easy to
Hook Command (Mount)First, introduce the use of the Hook (Mount) command, the Mount command parameters are very many, here is the main point we want to use today.Command format: Mount [-t vfstype] [-O options] Device dirwhich1.-t vfstype Specifies the type of file system, which is not usually specified. Mount automatically selects the correct type. Common types are:Optical or optical Image: iso9660DOS FAT16 file system: MSDOSWindows 9x FAT32 file system: VFATWindows NT NTFS file system: NTFSMoun
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.