Linux/redhat Wired Network configuration

Ifconfig Configure the Network interface tool introduction; Ifconfig is a tool used to view, configure, enable, or disable network interfaces, which is extremely common. For example, we can use this tool to temporarily configure the network card IP

Integrated development environment on Linux

With the gradual rise of Linux, there are already a large number of programs in the above gallop, many development environments (Development environment) also emerged. A good development environment must be a combination of editing, compiling and

Simplifying Linux multimedia development with GStreamer

GStreamer is the programming framework (framework) used to build streaming media applications in the GNOME desktop environment, the goal of which is to simplify the development of audio/video applications that can now be used for processing such as

Jenkins Linux's slave configuration __linux

As a slave Linux machine for the CentOS system. 1 Linux slave Machine setup Create Jenkins user sudo/usr/sbin/useradd-m jenkins-d/home/jenkins; View information ID Jenkins for Jenkins Users and groups: uid=506 (Jenkins) gid=506 (Jenkins) groups=506

MU-class network: Linux talent nurturance program _2_ Linux common Commands __linux

mu network: Linux talent Formation program Linux common Commands Linux Common Commands 1. Command basic format linyk3@thinkpad:~$ linyk3: Login user name ThinkPad: Host name ~: Current Location $: normal User, #: root user command [options]

Linux under the puzzled Package view tar package file content __linux

To reduce the amount of space occupied by log files, in many cases we package the log files in days or weeks as tar.gz packages. While this is a good space to take advantage of, it is inconvenient when we want to look at the contents of a compressed

Windows and Linux dual systems modify boot entry order __linux

windows and Linux dual systems modify boot entry order Install the Ubuntu dual system under windows and choose Ubuntu by default at startup, at least three ways to modify the boot sequence. 1. Modify/boot/grub/grub.cfg sudo vim/boot/grub/grub.cfg

Linux Grab bag Tcpdump--solaris grab bag snoop__linux

corresponding to the Linux platform to grab the package methodGrab the whole bag: #tcpdump-X-S 0 host 192.168.1.12 Grab 68 Bytes: #tcpdump-X Host 192.168.1.12 The corresponding port grab bag: #tcpdump-x UDP port 1812    corresponding to the

Through the simple modification Libjpeg source code, realizes the inside memory bitmap the compression and the decompression-[linux]__linux

Tag:linux Tips JPEG Copyright notice: When reprinted, please indicate the original source and author information of the article by hyperlink form and this statementHttp://rtfsc.blogbus.com/logs/23148378.htmlBelieve that used friends should like to

Linux Controls Network QoS via TC (2) __linux

Let's take a look at how traffic control is implemented in the kernel first, when the kernel sends the data, it eventually calls to Dev_queue_xmit, struct Qdisc *q if (q->enqueue) {rc = __DEV_XMIT_SKB (SKB, Q, Dev, txq);Goto out;} If the Q->enqueue

Linux Network programming: use two threads to implement the socket simultaneously send and receive data __ block chain

There is a recent use of the socket to send and receive data to the client at the same time, because it is an embedded Linux device and requires only one client to connect to the port at a time. Given the savings in system resources, only two

Linux kernel timer __linux

kernel timer (2.6.23) First, the definition:/include/linux/timer.h

Linux to determine whether the file exists __linux

Turn from: http://blog.csdn.net/adcxf/article/details/6386901 Everyone has a different approach to determining whether a file exists. I usually take two approaches: open and access;There are similarities and differences between the two methods, and

The use of Linux kernel-driven Gpio __linux

an overview Linux kernel Gpio is the simplest, most commonly used resource (and interrupt, Dma,timer) driver, applications can use the corresponding interface Gpio,gpio use the integer ID between 0~max_int, can not use negative numbers, Gpio is

"Learning Notes" compiles the Linux kernel (next)---kconfig, makefile, and the compilation of the Linux kernel on the arm platform __linux

This paper mainly introduces the kernel configuration system of Linxu2.6. If you browse the source directory, you can see that there are a lot of kconfig files and makefile files in the source directory and its subdirectories. What's the effect of

Arm-linux Device Tree usage format (Device trees Usage) __linux

Reference:Http://elinux.org/Device_Tree_Usagehttp://blog.csdn.net/sgmenghuo/article/details/45071615 Basic Data Format The device tree is a simple tree structure that contains nodes and attributes. Properties are described by the form of key-value

Learning Linux Network Programming (1) __arduino

One of the main features of the Linux system is that his network is very powerful. With the increasing popularity of the network, web-based applications will be more and more. In this network era, mastered the Linux network programming technology,

Basic Linux Commands

1 ls view file or directory"Feature description": View files or directories"Syntax format": ls parameter specifies a file or directory"Option Parameters":Parameter parameter description-L View details of a file or directory Ls-l/root-h Displays the

Application of Linux head file <getopt.h> and its function

This article excerpt from: https://www.cnblogs.com/qingergege/p/5914218.htmlFunction One:int getopt (int argc, char* argv[], const char* optstring);Parameters 1, 2 are the input parameters of the main function, parameter 3 is the option string, and

Linux Network programming--TCP/UDP programming model

The TCP model is as follows:The model above is already clear.The specific function usage will not elaborate.Take a look at the TCP simple example:where server.c#include #include #include #include #include #include #include #define ERR_LOG (ErrLog)

Total Pages: 5467 1 .... 769 770 771 772 773 .... 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.