Centos 7.1 install Common software

本文详细介绍了在CentOS上安装ifconfig、vim、wget、git和netcat等常用软件的方法,包括使用yum命令进行搜索和安装,并提供了一些个性化配置建议。

Centos install common soft

1. install ifconfig

yum search ifconfig
yum install net-tools.x86_64

2. install vim

yum search vim
yum install vim-enhanced

3. install wget

[libin@centos-linux-1 x]$ yum search wget
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.skyshe.cn
* extras: mirrors.163.com
* updates: mirrors.163.com
============================================================================================ N/S matched: wget =============================================================================================
wget.x86_64 : A utility for retrieving files using the HTTP or FTP protocols

 Name and summary matches only, use "search all" for everything.

[libin@centos-linux-1 x]$ yum install wget.x86_64

4. install git

yum search git
yum install git.x86_64

default,git havn't color, you can use under cmd give git add color

$ git config --global color.status auto 
$ git config --global color.diff auto 
$ git config --global color.branch auto 
$ git config --global color.interactive auto

5. install netcat

yum search netcat
yum install nmap-ncat.x86_64
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值