MU Lesson Linux Learning Notes (ix) common commands (6)

Shutdown and restart commandsShutdown [Options] Time-C cancels the previous shutdown command-H shutdown-R RestartShutdown-r nowOther shutdown commandsHaltPoweroffInit 0Other Restart commandsRebootInit 6System Run Level0 Shutdown 1 Single user2 not

Version management tool: Basic use of SVN under Linux

Reference:install SVN http://jingyan.baidu.com/article/3c343ff7039de20d37796306.html under LinuxSVN client uses Linux chapter http://jeanlyn.sinaapp.com/svn_linux/==================================Introduction to SVN usage1) Create a directory:mkdir/

ARM Linux starts the process from bootloader, kernel to filesystem

Transferred from: http://www.veryarm.com/1491.htmlThe ARM Linux startup process is roughly:bootloader ---->kernel---->root filesystem. Bootloader is a power-up to get control of the CPU, and bootloader implements the initialization of the hardware.

Installation of Linux Deb files

Installation of a Deb file Deb is the package format under Debian. Dpkg is a shorthand for the Debian package, a suite management system specifically developed for Debian, which facilitates the installation, updating and removal of software. All

Linux ha high-availability installation and simplest configuration

md5

Pro-Test availableTwo Linux servers (networked status)r1:192.168.1.10 r2:192.168.1.111 Changing the node nameR1:vim/etc/sysconfig/networkHostname=r1.xiaodao.comR2:hostname=r2.xiaodao.com2 Adding mutual trustR1:SSH-KEYGEN-T RSASsh-copy-id 192.168.1.11

Linux Troubleshooting-Thought Chapter

Linux Troubleshooting IdeasThe basic idea of troubleshooting: the computer itself will not make mistakes, it is a tool and a carrier, only according to the people entered the command or program execution. The error is due to people in the operation

Get Gnu/linux system and process information

This article mainly introduces the/proc pseudo file system and the uname () function to obtain some information about the system or process./proc File System IntroductionIn the early UNIX distributions, it was not easy to parse some of the kernel's

The commissioning environment of the Linux Drive series builds a

When I first started learning Linux in 2014, it took a lot of time to build the environment. At that time the most familiar is monolithic computer such as MAG16 and Stm32, according to the experience of the previous learning SCM must download the

Linux Learning Notes (iv)-linux common commands

Common command formats#command(指令) [-options] parameter1(参数1) parameter2(参数2)...Case-sensitive, tab auto-complete Shell special Characters Wildcard characters Pipeline pipe: The output of the previous process as input to the

How to edit and save files with VI under Linux

VI is a Linux terminal or console under the Common editor, the basic mode of operation is: VI/path/file nameFor example, Vi/etc/fstab indicates that the contents of the/etc/fstab file are displayed. Use the page UP and PAGE DOWN keys on your

Linux SVN backup

#!/bin/bashsource /etc/profileback_base_dir=/data/svn_backupsvn_base_dir=/data/svn_poollog_file= $back _ base_dir/svn_backup.logdayofweek=$ (date +%u) for project in android ios ui  farm product , do        repos_dir= $svn _base_dir/$project         

Linux System Information View command

System# uname-a #查看内核/operating system/CPU information# head-n 1/etc/issue #查看操作系统版本# Cat/proc/cpuinfo #查看CPU信息# hostname #查看计算机名# Lspci-tv #列出所有PCI设备# Lsusb-tv #列出所有USB设备# Lsmod #列出加载的内核模块# env #查看环境变量Resources# free-m #查看内存使用量和交换区使用量# df-h

Linux file Lock

when multiple processes concurrently access the Operation same File , we can guarantee the correctness of the file data. Linux is typically used in a way that file Lock , to avoid a competing state of shared resources. file locks include Recommended

NFS Build process under Linux

I. Introduction to NFSNFS is the abbreviation for the network file system, which is the web filesystem. A type of distributed file contract, developed by Sun Company. The function is to allow different machines, different operating systems to share

Linux Creating Thread Pthread_create

Note: This article turns from the Multithreading programming pthread_create function application, on this basis the author has made the slight change.Pthread_create functionIntroduction to FunctionsPthread_create is a UNIX environment create thread

OSI Layer 7 model, osi Layer 7 Model

OSI Layer 7 model, osi Layer 7 Model The OSI Layer-7 model enables reliable communication between different networks of different systems through seven hierarchical structural models. Therefore, its primary function is to help different types of

Enable remote access to centos mysql, centosmysql

Enable remote access to centos mysql, centosmysql Log on to MySQL: mysql-u root-p db; To change the password, use mysqladmin-u root password NEWPASSWORD for the first time. Set: mysqladmin-u root-p 'oldpassword' password newpassword Run the

Linux and linux

Linux and linuxCollation We all know that the basic life process of an executable program is as follows: (Edit) source file ---> (compile) target file ---> (Link) Executable File ---> (debug troubleshooting) stable execution Therefore, in this

Use the userdel command to delete a Linux User, userdellinux

Use the userdel command to delete a Linux User, userdellinux What is serdel? Userdel is a tool used to delete users at the underlying layer. In Debian, we usually use the deluser command. Userdel queries account files, such as/etc/password

Use arch-ppa to create your own Arch Linux software library

Use arch-ppa to create your own Arch Linux software library Do you think the maintenance of the AUR software library is too complicated? So we will introduce you to a new tool that allows you to easily maintain your own Arch Linux software

Total Pages: 5467 1 .... 3100 3101 3102 3103 3104 .... 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.