
Ubuntu elasticsearch max virtual memory areas vm.max_map_cou
具体错误信息如下: jiankunking@ubuntu:~/software/elasticsearch$ ./bin/elasticsearch[2017-03-23T18:14:05,880][INFO ][o.e.n.Node ] [] initializing …[2017-03-23T18:14:06,151][INFO ][o.e.e.NodeEnvironment ] [r

在Ubuntu上创建Git仓库并上传到GitHub
1、安装 Git $ sudo apt-get install git git-core 检查:git –version 2、基本配置 $ git config –global user.name your-name$ git config –global user.email your-email 3、假设项目名为 helloworld,执行下面命令,进到项目目录,创建版本库

nmap 常用命令
How to install nmap Ubuntu/Debain systems # sudo apt-get install nmap To Install nmap in yum packaged system Centos/RHEL # yum install nmap -y To install from rpm Pcakge # rpm -ivh nmap{version_of_pac