Collect Linux-related information

Info. -===========================================-http://www.redhat.com/docs/ http://httpd.apache.org/docs/ http://www.ibm.com/developerworks/ http://www.unix.org.ua/orelly/ http://www.ebookee.com.cn

Code for Linux device driver development (5)

1. C code:   # Include # Include Module_license ("dual BSD/GPL "); Static int hello_init (void){Printk (kern_alert "Hello world enter/N ");Return 0;} Static void hello_exit (void){Printk (kern_alert "Hello World exit/N ");} Module_init (hello_

There are stopped jobs appears in Linux

Dealing with stopped jobs Sometimes when you try to logout, you'll get a message saying there are "stopped jobs ". these stopped jobs are programs or processes which have been susponded by a ^ Z (CTRL-z) command. you have to either make the job

Install mysql4.1.7 in Linux

/Usr/tmp mysql-4.1.7.tar.gz # Cd/usr/tmp# Tar zvxf mysql-4.1.7.tar.gz# Cd mysql-4.1.7#./Configure -- prefix =/usr/local/MySQL# Make# Make install Configure MYSQL:# Cd/usr/local/MySQL/bin# Mkdir-P/data/MySQL // create a directory to store the

Install and configure JDK windows Linux

  WindowsNext JDK package, install,Java_home = C:/JavaPath = C:/Java/binClasspath =.; % java_home %/lib/dt. jar; % java_home %/lib/tools. Jar     LinuxWget 192.168.1.101/jdk-6u11-linux-i586.binMusic

Code for Linux Device Driver Development (2)

1. C code:   # Include # Include # Include # Include # Include # Include # Include # Include # Include # Include # Include # Define globalmem_size 0x1000# Define mem_clear 0x01# Define globalmem_major 254 Static globalmem_major =

Summary of LINUX module development from scratch

1. Prepare to compile Ko's Linux environment: I use Ubuntu 9.10. 2. view the system version: Run the uname-R command. Your system is 2.6.31-22-generic. 3. Install the kernel header file: Sudo apt-Get install linux-headers-'uname-R' I use: sudo

Linux udp lan broadcast communication server and client

When the server uses UDP broadcast to obtain IP addresses of other devices through UDP protocol in the local area network, the client device does not respond. first, study the normal UDP broadcast communication method. refer to writing documents on

Linux Kernel switch_to Function

Kernel version: 2.6.33.4The switch_to macro is defined in system. H (ARCH \ x86 \ include \ ASM). The full text is as follows:/** Saving eflags is important. It switches not only iopl between tasks,* It also protects other tasks from NT leaking

Linux Command Script

1. xargs XargsMore practical applications $Ls | xargs-t-I MV {}{}. Bak-The I option tells xargs to replace {} with the name of each item {}.Parameter Parsing:T ----------------- print out the command before executingI ------------------ Replace with

Install the RPM package in Linux

1. How to install the RPM Software PackageYou can use the program RPM to install the RMP package. Run the following command:Rpm-I your-package.rpmThe your-package.rpm is the file name of the RPM package you want to install, usually under the current

Some nginx records in Linux

1. Start, stop, and restart nginx /Usr/local/nginx/sbin/nginx-C/usr/local/nginx/CONF/nginx. conf (-C is the configuration file of nginx to be loaded, which is the default location) Stop operation First, view the PID (master) of the master process

About Linux dynamic link shared libraries (how to solve problems such as not found when applications cannot run)

This article is original in itspy. If you copy or repost it, please try to indicate the original source http://blog.csdn.net/yyplc/article/details/7010536. thank you! About Linux dynamic link shared libraries (how to solve problems such as not found

Arm-Linux S3C2440 interrupt Analysis (2)

==== This article is the original site. You are welcome to reprint it! Reprinted please indicate the source: http://blog.csdn.net/yyplc==== Software: In the previous article, we reviewed the knowledge of the S3C2440 Interrupt Controller principles

Arm-Linux S3C2440 interrupt analysis (III)

==== This article is the original site. You are welcome to reprint it! Reprinted please indicate the source: http://blog.csdn.net/yyplc==== In Linux, you can use the following functions to register handle, an entry function related to interruptions

I2C Analysis of arm-Linux S3C2440

==== This article is the original site. You are welcome to reprint it! Reprinted please indicate the source: http://blog.csdn.net/yyplc====Kernel version linux-2.6.30.4I2C is a sub-system under bus in Linux. It consists of client driver, i2c-core

In the past, Linux can also run Windows programs.

There are two methods to run a Windows program in Linux: 1. Open a virtual machine 2. Use a simulation program similar to wine Opening a virtual machine consumes resources. Besides, I just want to run some simple win programs ....Let's take a look

Analyze the differences between hard links and soft links in Linux

First, you need to understand that in LinuxSystem.Allocate an inode (index node). Each file has a unique inode number. The file attributes are stored in the index node. when accessing the file, the index node is copied to the memory.To achieve quick

Linux Account and identity management

Linux Account and identity management   1. Linux accounts and user groups User ID: UID and GID Although we usually enter an account when logging on to a Linux host, Linux does not directly know our account. It only knows ID. ID is a string of

Linux Log Management

Linux Log Management Syslog is an industrial standard protocol that can be used to record device logs. These logs record the major and minor events in the system. Therefore, it is very important for system security. It records some system

Total Pages: 5467 1 .... 4836 4837 4838 4839 4840 .... 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.