随笔分类 - Linux
摘要:内存不足 在linux服务器上安装Elasticsearch时,jvm.cfg 中的配置过大导致
阅读全文
摘要:转自: https://blog.csdn.net/M_Kerry/article/details/81664548
阅读全文
摘要:转自:https://www.w3h5.com/post/336.html 我们应该知道 Windows 有一个默认的安装目录专门用来安装软件。Linux 的软件安装目录也应该是有讲究的,遵循这一点,对后期的管理和维护也是有帮助的。 /usr 系统级的目录,可以理解为 C:/Windows/ , /
阅读全文
摘要:1.下载 http://dev.mysql.com/downloads/mysql/ 或者使用wget下载: wget http://dev.mysql.com/get/Downloads/MySQL 5.6/MySQL 5.6.22 1.el6.i686.rpm bundle.tar 2.安装 2
阅读全文
摘要:设置远程访问(使用root密码): grant all privileges on . to 'root' @'%' identified by '123456'; flush privileges; 添加了权限之后,还是连接不上数据库。必须给服务器的安全组设置端口放行规则 OK可以访问了
阅读全文
摘要:Elasticsearch 相关学习,昨天还好好的,今天就出错了!!! 完整异常为 : NoNodeAvailableException[None of the configured nodes are available: [{ transport 1}{bfvY91KfRSS4Akmap5wfK
阅读全文
摘要:在Linux 6.5 下安装Elasticsearch 出现错误: JVM is using the client VM [Java HotSpot(TM) Client VM] but should be using a server VM for the best performance JVM
阅读全文
摘要:# Linux下切记不能乱删东西!我把pcre强制删除后,什么命令都不能使用了,系统奔溃,血的教训! nginx是C语言开发,建议在linux上运行,本教程使用Centos6.4作为安装环境。 一、 gcc 安装nginx需要先将官网下载的源码进行编译,编译依赖gcc环境,如果没有gcc环境,需要安
阅读全文
摘要:CentOS 下 安装 nginx 执行配置命令 ./configure --prefix=/opt/nginx --sbin-path=/usr/bin/nginx 时提示以下错误: checking for OS Linux 2.6.32-431.el6.x86_64 x86_64checkin
阅读全文
摘要:网上很多人说用jar包解压,但jar命令解压时不能指定目录,推荐使用unzip解压war包。 unzip -d 指定目录 [root@oracle upload]# unzip -oq common.war -d common 命令名: unzip 功 能说明:解压缩zip文 件 语 法:unzip
阅读全文

浙公网安备 33010602011771号