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
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。