Linux Common Basic Command tar detailed introduction

"Command Introduction"tar command You can create archives for Linux files and directories. With tar, you can create files (backup files) for a specific file, or you can change files in the file or add new files to the file. Tar was originally used

Linux configuration firewall, open access port

Vi/etc/sysconfig/iptablessuch as:-a input-m state–state new-m tcp-p tcp–dport 139-j ACCEPT (allow 139 ports through the firewall)-A input-m state–state new-m tcp-p tcp–dport 445-j ACCEPT (allow 445 ports through the firewall)Special note: Adding

Linux minicom Commands

First, Introduction Minicom is a super terminal under Linux, similar to the HyperTerminal function under Windows, which can be used to control the external hardware devices, and to manage and control the embedded devices.Second, installation1) Yum

A few things to do after linux--is installed.

Ubuntu 15.10 has been released, bringing a lot of new features, as well as still with a lot of unaccustomed things, so after the installation of the system will be a series of optimizations.1. Delete LibreOfficeLibreOffice is open-source, but the

Linux Learning Note III (Linux system telnet)

Remote Login for Linux systemsThe configuration file for the SSHD service is/etc/ssh/ssh_config//can modify this profile to implement the SSHD service you want. For example, you can change the boot port to 11587.At present, the more common terminal

Multiple ways to install JDK under Linux

First, environmental description:Operating system: Linux xx-42.6. -431.23. 3. el6.x86_64 #1:wuyi x86_64x86_64 x86_ gnu/Linux JDK version: Java-1.7. 0-openjdk.x86_64Second, RPM mode installation:1, download rpm software package, download here is jdk-7

Linux Command learning Note: Cal command

The cal command can be used to display a Gregorian calendar. The Gregorian calendar is now the International Universal Calendar, also known as Griel, the Gregorian calendar. "Solar" is also known as "solar Calendar", the earth around the sun for one

Linux process State Resolution R, S, D, T, Z, X

Linux is a multi-user, multi-tasking system that can run multiple user programs at the same time, which inevitably results in many processes, each of which has a different state.Linux process Status:R (task_running), executable state. Only processes

Linux Command learning Note: DF command

The function of the DF command in Linux is to check the disk space usage of the Linux server's file system. You can use this command to get information about how much space the hard disk is taking up, and how much space is left. 1. Command format:DF[

The use of the Find name order in Linux

Find use of the command: definition: Perform a real-time search on the local file system to find files that match the conditions of the command line parameters. Use format: Find target file Match option match parameterFind The first parameter is

[Reprint]linux under SVN common instructions

Windows TortoiseSVN is a plugin to the explorer, to overwrite the icon indicates the status of the file, almost so the command has a graphical interface support, relatively easy to use, there is not much to say. The main talk about the use of SVN

Sorting Linux Files sort

Sort commandThe sort command is very useful in Linux, which sorts the files and outputs the sort results standard. The sort command can get input from either a specific file or from stdin.GrammarSort (options) (parameters)Options-B: Ignores the

Linux:srot to sort the fields in a file

Sort sorts the specified lines in the file and writes the results to the standard output. If the file parameter specifies multiple files, the sort command joins the files and sorts them as a file.Sort syntax:Sort[-fbmnrtuk] [file]Option

Linux minicom command and linuxminicom command

Linux minicom command and linuxminicom command I. Introduction Minicom is a Linux Super Terminal. It has similar functions as a Windows Super Terminal. It can control external hardware devices through serial ports and can be used to manage and

Install Apache httpd in Linux

Install Apache httpd in Linux Httpd is the main program of the Apache Hypertext Transfer Protocol (HTTP) server. It is designed as an independent background process that establishes a pool of sub-processes or threads that process requests to

Lvs DR mode configuration

Lvs DR mode configuration #! /Bin/bash # lvs setting # DIP # eth0: 192.168.233.145 # VIP # eth0: 0 192.168.233.250/32 # RIP1: 192.168.233.146 # RIP2: 192.168.233.147 # VIP #192.168.233.250/32 case $1 inrip) # VIP: iptables-Fsetenforce 0 echo

Install Gearman on centos

Install Gearman on centos I. Introduction Gearman is installed in two steps. Step 2 is gearmand installation, and step 2 is the PHP extension installation of gearman. Step 2: 2. Installation of gearmand 1. First install libdrizzle # Yum install

Install teamview on CentOS

Install teamview on CentOS 1. Create a download directory[Plain] view plaincopy Mkdir ~ /Downloads/ Cd ~ /Downloads/ 2. Download : Https://www.teamviewer.com/zhCN/download/linux.aspx3. Install the deb Software Package[Plain] view plaincopy

Specific Code Implementation of shell with basic functions in Linux (details)

Specific Code Implementation of shell with basic functions in Linux (details) I have been interacting with shell for the last few months, and I feel shell is full of mystery. I accidentally saw an article explaining the implementation of shell, and

Install Graph Analytics cluster in CentOS

Install Graph Analytics cluster in CentOS Official installation documentation: Https://github.com/dato-code/PowerGraph/blob/master/TUTORIALS.md#cluster Operating System: centos6.5 64 1. First install graphlab on a node. My installation path

Total Pages: 5467 1 .... 2260 2261 2262 2263 2264 .... 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.