View the usage of ports under Linux

Netstat-tln[email protected]:~> netstat-tln--------------------------------------------------------------------------------Active Internet connections (only servers)Proto recv-q send-q Local address Foreign address stateTCP 0 0 0.0.0.0:111 0.0.0.0:*

Linux system Boot Process

This article takesRedHatThe 9.0 and i386 platforms, for example, analyze the entire Linux boot process from the user powering on until the command line prompt appears on the screen. and introduces the various files involved in the launch. Reading

Basic_profiling.txt document translation under the Dcumentation directory in Linux

These instructions is deliberately very basic. If you want something clever,Go read the real docs;-) Please don ' t add more stuff, but feelcorrect my mistakes;-) ([email protected])Thanks to John Levon, Dave Hansen, et al-Help writing this.These

How to make FTP settings under Linux

1. Use rpm-qa| First grep vsftpd Command Check whether it is installed, if FTP is not installed, use yum-y install VSFTPD installation, (Ubuntu use Apt-get install vsftpd)2. Service VSFTPD StartStart to let FTP start automatically every time you

Several verification of Linux system program

Verify that main input parameters are according to the empty Glyd, such as execute test program, output command line parameters. ./test 2parameter argv[0] Yes./testparameter argv[1] is theparameter argv[2] is 2If a character such as ";" and "space"

What is the use of O_EXCL when opening files in Linux

Problem Description:Open (Pathname, O_RDWR | o_creat,0666); Can't I? Why does a lot of information say to add o_excl, say is atomic operation, do not add is not it?Answer: If the file already exists beforehand, open (pathname, o_rdwr | o_creat,0666

Linux User Profiles (second edition)

Anatomy of a/etc/passwd fileFile format:Root:x:0:0:root:/root:/bin/bashUser name: Password bit: uid:gid[default group ID]: annotative Description: Host directory: shell[7 section]Linux User categories:Super User (root,uid=0)Normal User (uid=500~60000

"Reprint" of the interaction between Linux user state and kernel state

The interaction between Linux user state and kernel stateIn the kernel after Linux version 2.4, almost all of the interrupts are communicated with the user-state process using NetLink sockets, such as the IPROTE2 Network management tool, which

Linux File directory description

/: Root directory./bin: Store the necessary commands/boot: Store the kernel and boot the required files/dev: Store device files/etc Store System configuration file/home: The host directory of the normal user, where the user data resides in its main

Summary of how GCC, objdump, and file commands are used under Linux

One, GCC compilers and common commandsThe GCC compiler supports not only the C language, but also the ADA, C + +, and Objective-c languages. The general compilation process can be divided into four stages: preprocessing (preprocessing), compilation (

hexadecimal string to decimal integer, weird problem, Linux and Windows results different

static int Hexatoint (char *str, int length){Char revstr[16] = {0}; Depending on the length of the hexadecimal string, note that the array does not crossint num[16] = {0};int count = 1;int result =-1;if (NULL! = str){strncpy (revstr, str,

One of arm linux boot: assembly is started to start_kernel, armstart_kernel

One of arm linux boot: assembly is started to start_kernel, armstart_kernel This section describes the process of starting arm linux. The first stage is described in this document, taking S5PV210 (Cortex A8) as an example. I. Guidance for arm

Small Data transfer records mounted to mobile devices on UbuntuVMware Virtual Machine

Small Data transfer records mounted to mobile devices on UbuntuVMware Virtual MachineCause Generally, data is transmitted to VMware, except that mobile devices are mounted on the network. It is really disgusting to build the network. However, during

Zombie process for Linux kernel source code learning

Zombie process for Linux kernel source code learning Orphan and botnets After a normal sub-process fork parent process, the two establish a parent-child relationship. When the child process ends, it notifies the parent process, clears the memory

Urgent solution for fixing critical Linux Vulnerabilities

Urgent solution for fixing critical Linux Vulnerabilities Recommendation: 10-year technical masterpiece: High-Performance Linux Server build Practice II is released across the network, with a trial reading chapter and full-book instance source code

Set grep to highlight matching items

Set grep to highlight matching items One of the most frequently used commands of Linux administrators should be grep. There are two common methods to make the searched content more intuitive: Method 1: Set the alias Edit vim ~ /. Bashrc Add the

A script allows your Ubuntu 14.04 to remember the screen brightness

A script allows your Ubuntu 14.04 to remember the screen brightness My computer is Lenovo y400, whether it is 32-bit Ubuntu or 64-bit Ubuntu, whether it is 13.04 or the current 14.04 developer version, I cannot make my little y realize the simple

Git Common commands

Git Common commands Git is a powerful distributed version management tool. It not only applies to managing the source code of large open-source software (such as linux kernel), but also has many advantages in managing private documents and source

Linux backup policy (version 2)

Linux backup policy (version 2)Backup policy backup ideas I. potential threats to the System ? System hardware faults ? Software faults ? Power Supply Fault ? User misoperations ? Man-made destruction ? The content in the cache is not written to the

Add and delete environment variable PATH in Linux

Add and delete environment variable PATH in Linux Http://blog.csdn.net/pipisorry/article/details/39507699 In Linux, add the/etc/apache/bin directory to PATH:1. # PATH = $ PATH:/etc/apache/binThis method is only valid for the current session. That is

Total Pages: 5467 1 .... 3261 3262 3263 3264 3265 .... 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.