Linux common commands explaining

Linux common commands explaining1.1 Linux Command Basics1.Linux commands (provided by developer-written software)? An instruction or program used to implement a class of functions? The execution of the command depends on the interpreter program (for

Linux Golang Development environment configuration (offline mode)

To https://www.golangtc.com/download download the installation package, choose the right development package according to your own system, select Go.1.9.2.linux-amd64.tar.gz? Configure the PATH environment variable for GolangUnzip the file, copy the

Some basic commands for Linux interviews

1. Query server load(1) Uptime[Email protected] ~]# uptime20:17:18 up 7:41, 2 users, Load average:0.00, 0.00, 0.0020:17:18 the current timeUp 7:41 the higher the number of times it runs, the more stable the machine is.2 connections to users refers

Linux High Availability KeepAlive

VRRP: Virtual Routing Redundancy Protocol (Vsan Router redundancy Protocol), redundant routing single point of failure, the implementation of an address bound to n servers (only one), through the multicast signal, when a point of failure, the

02-linux System Basic Permissions

The permissions of files or directories in Linux are associated with users and user groups, each file or directory in Linux has a set of 9 base permission bits, each of which is divided into a group of three characters, each of which is a sovereign

Linux file compression and decompression usage record

One: Tar (compressible can decompress) The tar command is a reliable way to back up files in a unix/linux system and works in almost any environment, with permissions for all users. But tar itself is just a file packaging tool that only has the

An unfamiliar Linux command every day (2)--sort

What is this order for?The English meaning of sort is "sort", "sorting", in a nutshell, it is the function of sorting and outputting files .1. Command format:Usage One: sort [options] ... [File] ...Usage two: sort [options] ...--files0-from=f2.

The characteristics of Linux Basic Learning -6.1-directory structure

gpg

first, the Windows directory structureThere are several partitions on windows that have several rootsC:\WindowsD:\Program FilesE:\pycharmF:\videoIi. Development of UNIX directoriesIn 1969, Ken Thompson and Dennis Ritchie invented Unix on

Scheduled task execution script in Linux crontab-compact version

I am using ubuntu16, so everything is OK in Ubuntu, and it should be similar in other Linux systems.1 Scheduled Tasks, crontab command options:-u Specifies a user,-l lists a user's task schedule,-R Deletes a user's task,-e Edit a user's tasks2 cron

Understanding the Linux Standard file system (EXT2/EXT3/EXT4)

ExtThe full name of the Linux extended file system, EXTFS, the Linux extension filesystem, EXT2 represents the second generation of file extension systems, EXT3/EXT4 and so on, they are EXT2 upgrade version, but added the log function, and backward

Linux learning Download materials commonly used in the official website

UbuntuUbuntu website:Https://www.ubuntu.com/index_kylinImage address for each version of Ubuntu:http://releases.ubuntu.com/CentosCentOS Website:https://www.centos.org/The mirroring address for each version of CentOS:http://mirror.centos.org/(7.0-7.4

Three kinds of timestamps in Linux basic learning -9.7-linux

1, three kinds of time correspondence relation tableColumn Column columnAccessing Time Access AtimeModification Time Modify MtimeState Change time Changes CTime2. How to view three timestamp of file fileStat filename3, three kinds of time stamp

2018-06-04 Linux Learning

20.20 Alarm System Main scriptmain.sh Content#!/bin/bash#Written by Aming.Whether to send mail switchExport send=1Filter IP AddressExport addr=/sbin/ifconfig |grep -A1 "ens33: "|awk ‘/inet/ {print $2}‘Dir=pwdOnly the last level directory name is

Why does Linux (including Mac system) execute instructions Add./??

For example, now to execute hive commands under $hive_home/bin to start hive, the order of execution for this instruction is as follows:1 Find Path First1.1 If $hive_home/bin is configured under the path path, there is no configuration under the

LINUX--LVM2 Learning

Kernel module DM can achieve the following functionsSnapshot: Preserves data at that time state, providing additional access to the data path. If the data in the access snapshot does not change, the original path is used and the snapshot data is

Linux under ACTIVEMQ installation

First, download: APACHE-ACTIVEMQOfficial website http://activemq.apache.org/activemq-5140-release.htmlNote the corresponding JDK versionSecond, installation ActivemqCreate a folderDecompression TAR-ZXVF apache-activemq-.tar.gzCD apache-activemq-CD

Linux Network Pipeline--network-related command ping,

Ping[Email protected]/]#PingWww.baidu.comPING www.a.shifen.com (61.135.169.121) About( -) bytes of data. -Bytes from61.135.169.121: icmp_seq=1Ttl= - Time=71.7Ms -Bytes from61.135.169.121: icmp_seq=2Ttl= - Time=72.1Ms -Bytes from61.135.169.121:

Arm+linux Embedded System Terminal display Chinese garbled solution

A problem solved a while ago, seems to be a small problem, actually solve this problem took one weeks to take the night off time, record share.Problem Description:In the Linux kernel configuration, the NLS (native language support) has selected the

The Chinese display of Qt under embedded Linux

In general, the embedded QT interface needs to be displayed in Chinese, and the following summarizes the possible methods used in the project1, download a simplified Chinese character, for example, I use the "square quasi-circle", the font file

2018-05-30 Linux Learning

20.5 logical judgments in shell scripts格式1:if 条件 ; then 语句; fi格式2:if 条件; then 语句; else 语句; fi格式3:if …; then … ;elif …; then …; else …; fi逻辑判断表达式:if [ $a -gt $b ]; if [ $a -lt 5 ]; if [ $b -eq 10 ]等 -gt (>); -lt(=); -le(Operation Process[Email

Total Pages: 5467 1 .... 1851 1852 1853 1854 1855 .... 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.