CentOS6.5 under Netcat Tools installation Tutorial

Source: Internet
Author: User

1. Download

: HTTP://SOURCEFORGE.NET/PROJECTS/NETCAT/FILES/NETCAT/0.7.1/

The netcat-0.7.1.tar.gz version is downloaded.

2. Copy

Copy to the/home/hadoop directory with a USB stick

To decompress:

Cd/home/hadoop

TAR-ZXVF netcat-0.7.1.tar.gz-c/usr/local

Renamed:

Cd/usr/local

MV netcat-0.7.1 Netcat

3. Installation

To switch directories:

Cd/usr/local/netcat

Configuration, the file is stored under/opt/netcat, delete, when uninstalling the software, just delete this file on the line:

./configure--prefix=/opt/netcat

Compile:

Make

Installation:

Make install

4. Configuration

Vim/etc/profile

Add the following content:

# Set Netcat path

Export Netcat_home=/opt/netcat

Export path= $PATH: $NETCAT _home/bin

Save, exit, and make the configuration effective:

Source/etc/profile

5. Inspection

Nc-help success

CentOS6.5 under Netcat Tools installation Tutorial

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.