51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ubuntu16
ubuntu16.04上安装maven
官网:http://maven.apache.org/download.cgi 创建manve目录:sudomkdir/opt/maven解压到/opt/maven目录下:sudotarzxvfapache-maven-3.5.0-bin.tar.gz-C/opt/maven 配置mav...
代码星球
·
2020-08-08
ubuntu16.04
安装
maven
ubuntu16.04上安装tomcat7
sudoapt-getupdatesudoapt-getinstalltomcat7 启动:sudoservicetomcat7start访问http://127.0.0.1:8080/ 关闭:sudoservicetomcat7stop重启:sudoservicetomcat7start...
代码星球
·
2020-08-08
ubuntu16.04
安装
tomcat7
ubuntu16.04上安装ros-kinetic
1.设置安装源sudosh-c'echo"debhttp://packages.ros.org/ros/ubuntu$(lsb_release-sc)main">/etc/apt/sources.list.d/ros-latest.list'2.设置keysudoapt-keyadv--keyserverhkp:...
代码星球
·
2020-08-08
ubuntu16.04
安装
ros-kinetic
Ubuntu16.04Apache负载均衡+集群
mod_proxy,主代理模块Apache模块用于重定向连接;它允许Apache充当底层应用程序服务器的网关。mod_proxy_http,它增加了对代理HTTP连接的支持。mod_proxy_balancer和mod_lbmethod_byrequests,它为多个后端服务器添加负载平衡功能。为了保证配置流程正常,请...
代码星球
·
2020-07-24
Ubuntu16.04Apache
负载
均衡
集群
Ubuntu16.04之Apache2.4配置SSL证书
具体步骤不是特别复杂,有些细枝末节我可能忽略了,不过参考我的这个教程,应该可以配置好的,如果朋友们有问题,可以留言给我。参考资料如下:Linux+Apache2环境下配置https(腾讯云免费证书)Ubuntu系统Apache2部署SSL证书虽然说很多不记得了,但是有这么几点必须要提。第一、去阿里云下载证书,通过win...
代码星球
·
2020-07-24
Ubuntu16.04
Apache2.4
配置
SSL
证书
Ubuntu16.04启动tomcat缓慢问题之解决方案
问题信息:16-May-201910:41:10.630WARNING[localhost-startStop-1]org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandomCreationofSecureRandominstanceforses...
代码星球
·
2020-07-24
Ubuntu16.04
启动
tomcat
缓慢
问题
Ubuntu16.04忘记MySQL5.7的root用户密码之解决方案
其实也就四步,如下:sudovimi/etc/mysql/mysql.conf.d/mysqld.cnf并在在[mysqld]下方的skip-external-locking下面添加一行:skip-grant-tables然后再重启MySQL/etc/init.d/mysqlrestartmysql-uroot-p一路...
代码星球
·
2020-07-24
Ubuntu16.04
忘记
MySQL5.7
root
用户
Ubuntu16.04安装和配置RabbitMQ
1.RabbitMQ安装前需要erlang环境apt-getinstallerlang-nox#安装erlangerl#查看relang语言版本,成功执行则说明relang安装成功2.添加公钥wget-O-https://www.rabbitmq.com/rabbitmq-release-signing-key.asc...
代码星球
·
2020-07-24
Ubuntu16.04
安装
配置
RabbitMQ
Ubuntu16.04中php如何切换版本
其实就是一条Linux命令,如下:sudoupdate-alternatives--configphp会出现下面选项:Thereare2choicesforthealternativephp(providing/usr/bin/php).SelectionPathPriorityStatus--------------...
代码星球
·
2020-07-24
Ubuntu16.04
php
如何
切换
版本
Ubuntu16.04之安装Nutch
wgethttp://mirrors.shu.edu.cn/apache/nutch/2.3.1/apache-nutch-2.3.1-src.zipunzipapache-nutch-2.3.1-src.zipcdapache-nutch-2.3.1ant编译成功,如下(不过需要比较多的时间,大概20分钟左右):参考...
代码星球
·
2020-07-24
Ubuntu16.04
安装
Nutch
Ubuntu16.04之Solr7.7.1环境搭建
Solr的版本一直都在变化(比如之前我在博客园写的关于Linux安装solr,那个solr为7.6版本,此时已经不在了)。大家可以去这个地址下载对应的版本:http://mirror.bit.edu.cn/apache/lucene/solr/wgethttp://mirror.bit.edu.cn/apache/lu...
代码星球
·
2020-07-24
Ubuntu16.04
Solr7.7.1
环境
搭建
Ubuntu16.04安装和使用ElasticSearch
wgethttps://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.4.4/elasticsearch-2.4.4.tar.gztar-xzvfelasticsearch-2.4...
代码星球
·
2020-07-24
Ubuntu16.04
安装
使用
ElasticSearch
ubuntu16.04node和npm卸载干净
如下命令便可以实现该目的:#apt-get卸载sudoapt-getremove--purgenpmsudoapt-getremove--purgenodejssudoapt-getremove--purgenodejs-legacysudoapt-getautoremove#手动删除npm相关目录rm-r/usr/l...
代码星球
·
2020-07-24
ubuntu16.04node
npm
卸载
干净
ubuntu16.04忘记密码解决方案
主要解决通过sudoapt-getinstall安装mysql时输入密码时输错导致安装成功后,无法登陆MySQL。之前遇到这种问题时,我个人比较喜欢通过卸载并重新安装解决,后来觉得这个虽然可以解决,但是我觉得卸载重新安装这种解决问题的方式称不上好的方式,有种逃避问题的感觉。今天我又再次遇到这个问题了,我心里第一想的就是...
代码星球
·
2020-07-24
ubuntu16.04
忘记
密码
解决方案
Ubuntu16.04安装Zabbix3.2(快速安装教程)
上面这篇虽然是一样的,但是针对的版本有差异,版本差异,安装方式也就有差异,对要求的环境可能有所不同。今天帮同事安装zabbix,按照如下几个步骤,就完成安装了。主要参考地址为:https://blog.csdn.net/gaobowen0516/article/details/797577201.下载配置Zabbix#...
代码星球
·
2020-07-24
安装
Ubuntu16.04
Zabbix3.2
快速
教程
首页
上一页
...
2
3
4
5
6
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他