Linux static IP configuration

Step 1: VI/etc/sysconfig/network-scripts/ifcfg-p4p1 Modify or add IP information: Bootproto = "static" # static or DHCPIpaddr = 172.18.66.77 Prefix = 24 # Subnet Onboot = "yes" Step 2: VI/etc/sysconfig/Network Define the Host Name and add

Clear history in Linux

In Linux, clear the history and change histsize = 1000 to 0 or 1 in/etc/profile to execute Rm-RF. bash_history clear historyhistory-C when executing the command, do not write the command name into the history file, put it in the buffer, and then

Solution to slow startup of Sendmail and sendclient in Linux

Solution to slow startup of Sendmail and sendclient in Linux   Method 1: 1. First open the file/var/log/message to see if there is something similar to the following:Unable to qualify my own domain name2. If yes, it is a DNS issue. Add a domain

How to view the TOP Command-Linux progress

Running the TOP Command in Linux took a long time. I went to this topic and collected it for urgent use!Tasks: 29 total process count1. Number of Running Processes of Running28 sleeping sleep Processes0 stopped process count0 zombie botnetsCPU (s): 0

Former Microsoft employee: Windows will perish and Linux will be replaced

  According to foreign media reports, former Microsoft R & D personnel Keith Curtis recently said that the exclusive software will sooner or later perish, and free Linux will be replaced. Kurtis believes that free software will eventually defeat

Linux SPI Subsystem

========================================================== ====Author: yuanlulu Http://blog.csdn.net/yuanlulu No copyright, but please keep this statement for reprinting========================================================== ==== The

Driver attributes/device attributes and its usage as a read/write interface for Linux (timed_output instance)

(1) driver attributes struct driver_attribute { struct attribute attr; ssize_t (*show)(struct device_driver *driver, char *buf); ssize_t (*store)(struct device_driver *, const char * buf, size_t count);}; Device drivers

Makefile in Linux Kernel

For the kernel, makefiles are classified into five categories: Documentation/kbuild/makefiles.txt is described as follows: 50 The makefiles have five parts:5152 makefile total makefile, controlling kernel Compilation53. config Kernel

Linux thread Signal

Source Address: http://blog.csdn.net/copal/archive/2010/04/06/5454279.aspx 1. Concept According to POSIX, asynchronous (external) signals are sent to the entire process. All threads share the same setting, that is, the thread disposal method set

Install spice on Linux

Build spice library and experimental qemu spice serverthursday, rjl 22,201 0-08:50 Haydn Solomon In this post I'll walk through the building the spice library and qemu-spice using RFC patches recently submitted. this procedure was used on the latest

Implement two-way inter-process communication pipeline on Linux

Reprinted: http://www.ibm.com/developerworks/cn/linux/l-pipebid/ Linux provides popen and pclose functions (1) for creating and disabling pipelines to communicate with another process. The interface is as follows: FILE *popen(const char

Introduction to the concept and features of the embedded Linux operating system

Introduction to the concept and features of the embedded Linux operating system Author: Wei Min Source: Automated Expo Release Date: 2005.01.24 [Java area] [network security] [network management area]

Introduction and Application of Linux kernel rpm

Abstract: rpm is the abbreviation of Red Hat package manager. It was originally intended to manage the Red Hat software package. This article introduces rpm and describes the applications such as manual installation and query of RPM Based on

Learning makefile loaded by Linux Device Drivers

Because of work needs, now we need to learn the Linux Device Driver. Starting from the simplest character device driver, we need to record our learning experience and stick to our own ideas and conclusions. The makefile I wrote for the first hello

Run the X Window program on a Linux terminal

gtk

Source:Http://www.limodev.cn/blogContact information of the author: Li xianjing As a Linux programmer, working on a terminal (programming) in most cases may be more convenient. The server is in the data center and everyone is connected to the same

Enable Automatic Linux logon in Command Line Mode

Linux Login is mainly controlled by two files./usr/sbin/Getty gets the user name and checks whether the user name exists, then, pass the user name to/usr/bin/login to obtain the user's password and check whether the password is correct. Therefore,

The relationship between kernel stack and user space stack of Linux-2.6-32

  1. process stack When the kernel creates a process, a colleague who creates task_struct will create a stack for the process. Each process has two stacks, one of which exists in the user space and the other exists in the kernel space. When a

Linux interrupt 1: Linux interrupt

  Interruption is a more difficult and important part of the Linux kernel. Understanding these things is the first and foremost step. The so-called difficulties and new knowledge, if fully understanding the principles, are at least equivalent to

Linux lib dynamic library

Dynamic library *. so is often encountered in C and C ++ programming in Linux. Recently, I have found several articles on the website to introduce the compilation and link of dynamic libraries, after finally understanding this, I have never been

Solve the problem of "Chinese garbled characters" in Linux, Vi, sqlplus, and putty

 [Troubleshooting] solves Linux system, Vi, sqlplus, and putty "Chinese garbled characters" [Problem description] 1. Linux system contains ChineseDisplay content file names Garbled; 2. Use the VI editor to view Chinese characters with garbled

Total Pages: 5467 1 .... 2090 2091 2092 2093 2094 .... 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.