Linux Simple DMA Routines

a simple to use DMA ExampleExample: Below is a simple driver that uses DMA for transmission, which is an imaginary device that lists only the DMA-related sections to describe how the DMA is used in the driver.The function dad_transfer is a transfer

View and add path environment variables under Linux

View and add path environment variables under LinuxFrom: http://apps.hi.baidu.com/share/detail/32942984$PATH: determines which directories the shell will look for commands or programs, the value of PATH is a series of directories, and when you run a

"Linux system optimization" off SELinux

Selinux:selinux (Security-enhancedlinux) is the United States National Security Agency (NSA) implementation of mandatory access control, is the most outstanding new security subsystem in the history of Linux.Although it is a security function, but

Linux under SH script to delete files periodically

One, the sh script is as follows:#!/bin/shlocation= "/home/sharedir/" Find $location-mtime +30-type f |xargs rm-fSave named Del.shThe other two ways to find related files are as follows:1) Find /home/sharedir/ -mtime +30-type f-name *.gz2) find/home/

Linux Socket Programming Summary record

Required header file:#include#includeBase sockets:return value:0Indicates success-1Indicates a failure errno logged error code1: Creating socketsint Socket(intDomainintTypeintProtocol) parameter description: domain: Socket domain name {af_unix:

Adding a path to a Linux library file

gtk

Linux operating system, the Linux library file path is still more commonly used, so I studied the Linux library file path, here to share with you, hope to be useful to everyone.Library files are used when connecting (static libraries and shared

Front and rear console management for Linux

1. Command +&Let the command run in the background2.ctrl+zPut a running program in the background and pause the program3.jobsJobs can view the program executed in the background, jobs-l show the PID of the daemon, and so on detailsJobs view the

Linux Regular Expressions-repeated occurrences of characters

An asterisk (*) character indicates that the regular expression preceding it can occur 0 or more times. That is, if it modifies a single character, the character can be there or not, and if it is there, it may not appear more than one. You can use

Linux tar.gz zip decompression compression command

rar

http://apps.hi.baidu.com/share/detail/37384818Download ADT linkHttp://dl.google.com/android/ADT-0.9.6.zipDownload SDK linkhttp://dl.google.com/android/android-sdk_r11-linux_x86.tgz (Can get detailed file name through FQ, and then download via

Arm+linux Embedded development Environment Construction

These are from the beginning of January to learn the problems encountered in Arm+linux notes, I feel very useful, so share out!Because there is no teacher to teach, their own pondering the problems encountered a lot, welcome to exchange!-------------

The Apt-get of Linux commands

Apt-get is a simple command-line interface for downloading installation packagesUsage:Apt-get [OPTIONS] [COMMANDS] [package_names]OPTIONS:-H Help Message-Q output to log-QQ does not output information, except for error-D download only (do not

Linux Regular Expressions-Exclude character classes

Typically, the character class includes all the characters in which position you want to match. The caret (^) in the class as the first character excludes all characters in the class from being matched. Conversely, any character that is not listed

Linux file Content Lookup

direct access to the contents of a file:cat/tac/nlCommandCat (CONCATENATE)# Cat [-abentv]Options and Parameters:-A: Equivalent to-vet's integration options, you can list some special characters rather than blanks;-B: List line numbers, line numbers

Linux Learning Notes (vi) JDK installation

One, old version jdk uninstall1. Uninstalling the system comes with JDK version#rpm-qa|grep GCJSee the following information:To uninstall the default installation JDK:#rpm-E--nodeps java-1.4.2-gcj-compat-devel-1.4.2.0-40jpp.115  2. Uninstalling the

Linux Regular Expressions-words

Perhaps you have found that sometimes it is difficult to match the complete word. For example, if you want to match the pattern "book", the search will hit rows containing the word "book" and "Books", and the word "bookish", "Handbook", and "Booky".

Linux system text command quick login and exit

Linux is a multi-user operating system, users to use the system, the first must log on to the system, after using the system, must exit the system. When the user logs on to the system, in order to enable the system to recognize itself, must enter

PS of Linux Process Control commands

No parametersBy default, only the processes that are executed under the current terminal are displayed, not the information for the other terminals, and the information displayed is only 4 columns, as follows: [email protected]:~$ ps PID TTY TIME

Linux under blocking and non-blocking IO

ack

Blocking: As the name implies, when performing a device operation, if the resource cannot be obtained, suspend the operation until the operational conditions are met, the suspended process goes into hibernation, and is removed from the running queue

Code Learning-linux Core NIC packet processing (NAPI)

Through learning the driver code of REALTEK8169/8168/8101 network card (DRIVERS/NET/R8169.C), this paper combs the packet-receiving process of Linux network card.In the next level is quite limited, there are improper, also please everyone treatise ^_

Use Hadoop ACL to control access permissions

Use Hadoop ACL to control access permissions Use Hadoop ACL to control access permissions I. HDFS Access ControlHdfs-site.xml settings startup acl dfs. permissions. enabled true dfs. namenode. acls. enabled true Core-site.xml sets user group

Total Pages: 5467 1 .... 2287 2288 2289 2290 2291 .... 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.