Linux system, version, CPU, memory view, hard disk space

View the System Version: lsb_release-[Root @ localhost/] # lsb_release-LSB version: core-4.0-amd64: core-4.0-noarch: graphics-4.0-amd64: graphics-4.0-noarch: printing-4.0-amd64: printing-4.0-noarch:Distributor ID: centosDescription: centos release 6.

Increase the root partition size in Linux

Perform the following operations as root: 1. Add a new partition (from the original hard disk, or add a new hard disk and partition fdisk)Format it to ext3 (mkfs. ext3/dev/sdb1, assuming/dev/sdb1) 2. Mount the new partition to a temporary

Linux Process descriptor task_struct

From: http://blog.csdn.net/hongchangfirst/article/details/7075026Everyone knows about processes. But do you know how Linux manages processes? Each process has a process descriptor, specifically the information stored in the task_struct struct, in

In Linux, the system time (in milliseconds) and the computing program running time are used.

# Include # Include # Include Struct timeval tvpre, tvafter;Gettimeofday (& tvpre, null );Sleep (3); // This is Linux programming. This sleep is in seconds.Gettimeofday (& tvafter, null ); Ast_log (log_notice, "prepaid_staff_log: Test spend time

Understanding. Linux. Network. internals Reading Notes-Chapter 1. Introduction

Chapter 1 describes some common programming modes and skills in network code; 1) memory cache-some common data structure kernels are allocated and released using Slab (for example, sk_buff) 2) cache and hash table-reduces the average search time by

How to install and use mplayer (Linux)

From: http://www.sudu.cn/info/index.php? OP = article & id = 278877 (03 years, but very detailed) How to install and use mplayer Test environment: Red Hat Linux as3 in Linux, you may still be worried about not finding an excellent media player

Common Linux commands that developers need to be familiar with: vi

VI commandIt can be said that it is the most common command to edit files in the Unix/Linux world, but it has too many command sets, so it is not easy to be proficient in it, except for professional SA, for our developers, we only need to master

Linux and user-related content and commands

Users in Linux are divided into three categories: -Super User: Root, with all permissions. Super Users can be used only during system maintenance or other necessary circumstances to avoid system security problems. -System users: the built-in

Modify locale in Linux to solve the file garbled Problem

View All locale languages view plain copy # locale -a # locale -a|grep en ■ View the language used by the current operating system view plain copy # echo $LANG ■ Set the system locale language to a Chinese environment (valid

Tuxedo development instance in Linux

Install configurationsUpload the Installation File tux81.tar and decompress it.Tar-xvf tux81.tarThere is a tuxedo8.1 directory under the current directory, and you need to configure the environment variable.Vi. bash_profile Add the following

Install Svn in Redhat Enterprise Linux 3

I have referenced several articles and summarized the problems I encountered as follows:   References: Http://www.yoyotown.com /? P = 422 Http://blog.zjol.com.cn /? Uid-1222-action-viewspace-itemid-599186   The following operations are performed as

Linux shutdown command details

In Linux, some common shutdown/restart Commands include shutdown, halt, reboot, and init. They can all restart the system, but the internal working process of each command is different. I. Common commands Restart command1. Reboot2. shutdown-R now

Linux tutorial-VI Entry and Exit

VI.  After the user logs in, the prompt "$" is displayed ". After the prompt, type VI and the file name you want to edit (or create) to go to VI.  [Example 1]Type the following command:  $ ViExample. c  The screen is shown as follows:    ~  ~  ~  ~  

Linux find command proficiency Guide

Linux FindCommand is allLinuxOne of the most useful and confusing commands. It is difficult because its syntax is similar to otherLinuxThe standard syntax of a command is different. However, it is powerful because it allows you to search for files

Linux disk management-fstab file modification

/Etc/fstab is a text file in which each file system (including partitions or devices) is described in one row. In each row, separate fields with spaces or tabs.The line starting with * is the comment information. Sorting records in fstab files is

Configuration and understanding of fstab files in Linux

Fstab (/etc/fstab) is an important configuration file in Linux. It contains detailed information about the file system and storage devices mounted at startup. Below is the fstab file on my machine: Label = // ext3 defaults 1 1Label

Linux shutdown/restart command

    1. The shutdown command is used to safely shut down the Linux system. Some parameters of the shutdown command are as follows: [-T] specifies how long the system will be shut down [-R] restart the system [-K] does not actually shut down, but

In-depth analysis of time measurement in Linux

  1) ANSI clock functions 1) Overview:Clock_t is the return value type of the clock function. It is divided by clocks_per_sec to get the time. Generally, two clock functions are used to calculate the time when the process runs. ANSI clock has three

Linux Mount command details

In Windows, mounting usually refers to assigning a drive letter to a disk partition (including a virtualized disk partition. This operation can be performed through "disk management" in "Computer Management. Third-party software, such as disk

【Abstract】 Linux Startup Process Overview

Linux Startup Process Overview I.Bootloader II.KernelGuide entryIii. Core Data Structure initialization-kernel boot Part 1Iv. Peripheral initialization-kernel boot Part 2V. INIT process and inittab boot commandVi. RC Startup Script7. Getty and

Total Pages: 5467 1 .... 2428 2429 2430 2431 2432 .... 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.