, register your Redhat account to give the system product installation software updates 2. RPM package is used to manage software in Red Hat Enterprise Linux systemRedhat, Suse, Oracle Linux package rpmUbuntu Package DBDAll support compiling
Reference Http://linux-sunxi.org/USB_Gadget/Mass_storageMake Kernel_menuconfigDevice Drivers---> USB support---> USB Gadget support---> Mass Storage GadgetGenerate G_mass_storage.ko under Src/linux-3.14/drivers/usb/gadgetLoad:Creating a sparse
Https://github.com/linw7/Skill-Tree/blob/master/Linux%E5%B7%A5%E5%85%B7.mdOnline to see others summed up.Linux Tools
There are still a lot of great development tools under Linux.
In the daily use of Linux, the most commonly used
1. Disk partition format:MBR: Up to 4 partitions with a maximum capacity of around 2.2TGPT: Up to 128 primary partitions2. File system:EXT3/4: Suitable for small filesXFS: Suitable for large files3. Disk partitioning: Minimum of 1 partitions
To view the number of logical CPUs:#cat /proc/cpuinfo |grep "processor"|sort -u|wc -l24To view the number of physical CPUs:#grep "physical id" /proc/cpuinfo|sort -u|wc -l 2#grep "physical id" /proc/cpuinfo|sort -u
The partition page box allocator implemented in the Linux kernel based on the partner algorithm is suitable for large chunks of memory, and its allocated memory area is based on the page frame. For requests for small chunks of contiguous memory in
Linux Monitoring platform Build-cpuCurrently the main CPU of the server is Intel or AMD. What the frequency is. Multicore, multi-threading, concurrency, parallel, overclocking, primary cache, level two cache, level three cache. i386, x86CPU:
5.1 Vim IntroductionVim is an upgraded version of VI,Vim is highlighted with color,Install #yum install-y vim-enhanced;Vim has general mode, editing mode, command mode;General mode, DD Delete a row, copy and paste, GG cursor moved to the file header,
First, build lamp platform 1. What is a lamp website: a language that is composed of one and more Web pages: PHP, Python, Perl, Java,. Net ... Database: Oracle, MySQL, SQL Server ... Web server: Apache, Nginx, IIS ... Operating system: Linux,
LVM Snapshot Features --we know that LVM can flexibly adjust the size of the file system by increasing or decreasing the number of PE, in addition, LVM has another important function, theLV disk snapshot , is through the function of the snapshot to
DescriptionThe grep command in a Linux system is a powerful text search tool that uses regular expressions to search for text and print matching lines. we often use it to filter out the data we want in our work. Format:grep [OPTIONS]Basic parameters:
Copy all files in the specified directory to another directoryThe copying of files and directories is often used. The commands for copying under Linux are CP.Assume that the replication source directory is dir1 and the destination directory is DIR2.
5.5 Entering edit modeI enter edit mode at the cursor positionI Enter edit mode at the beginning of the cursor positiono Insert a new row into edit mode with the row below the cursor lineO insert a new row into edit mode on the line where the cursor
When blogging recently, it is occasionally necessary to visually list the file directory structure, such as Python's package structure.So on the Internet search, found a Linux is a good tool--tree Tree can visually display a multilevel directory
How to handle system crash after glibc is upgraded due to incorrect installation of RHEL7 package in RHEL6
RHEL6 mistakenly uses the RHEL7 disc source. After an RPM package is installed, glibc is upgraded, resulting in system crash.
Yum install
Linux Log view-cat command usage introduction, linuxcat
The cat command is used to connect files or standard input and print. This command is often used to display the file content, connect several files, or read and display the content from the
Linux System Monitoring command instance description, linux instance description
Linux System Monitoring
Top Command
Processes: 355 total, 3 running, 352 sleeping, 1540 threads 22:53:50Load Avg: 2.23, 1.85, 1.79 CPU usage: 2.91% user, 3.4
Centos common user su to root prompts error, centosroot1. When a common user in CentOS7 executes SU, the following error is reported:
[test@ecs-1453 ~]$ su -Password: su: Authentication failureSolution: If the root user can log on to the system
Build an ssr server and an ssr
Set up an ssr Server
First, let's talk about why I haven't written a blog for so long.
On the one hand, we are building our own servers recently. Very busy.
On the other hand, I wrote a lot of words about server
Makefile explanation,
For your own learning and use only
I. Introduction to Makefile
Makefile or makefile: tells make what to do to maintain a large program. Makefile describes the relationship between modules of the program and the actions required
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