随笔分类 -  Linux

摘要:环境: Win 10 Hyper-v 安装虚拟机:Centos 7 遇到问题: 网络配置无效,使用命令“ip addr” 网卡没有出现在列表中,显示了一个奇怪的网卡名字如“enp0s010f”,配置文件中“eth0”并没有出现在网卡列表中。 使用命令“systemctl status network 阅读全文
posted @ 2019-05-04 21:10 hobinly 阅读(1989) 评论(0) 推荐(0)
摘要:环境: 操作系统:Centos 7 dotnet core:2.0.0 2.1.3 问题: 在使用supervisor 配置守护进程时,启动dotnet.core程序失败,查看/tmp下supervisor日志,发现dotnet.core程序启动多次(127错误码)失败后,报“ too many s 阅读全文
posted @ 2017-12-22 14:17 hobinly 阅读(7443) 评论(0) 推荐(0)
摘要:环境: Centos7 .Net core 2.0 问题: 使用QRCoder 报“Unable to load DLL 'gdiplus'" 同 https://q.cnblogs.com/q/98966/ 解决: yum install libgdiplus-devel 注意: yum inst 阅读全文
posted @ 2017-10-31 16:39 hobinly 阅读(1787) 评论(1) 推荐(1)
摘要:1、安装erlang rabbitmq 官方下载地址 "http://www.rabbitmq.com/download.html" ,选择"RHEL, CentOS, Fedora" 进入到 “http://www.rabbitmq.com/install-rpm.html”,在文中找到节点“In 阅读全文
posted @ 2017-10-21 10:43 hobinly 阅读(3582) 评论(0) 推荐(1)
摘要:环境: CentOS 7 JDK 1.8 1、下载tomcat 登陆网站 “http://tomcat.apache.org/”,下载自己所需要的版本 以下示例以下载“apache-tomcat-9.0.0.M26.tar.gz” 为例。 2、添加安装目录并解压 假设:下载文件存放路径“~/apac 阅读全文
posted @ 2017-09-22 19:33 hobinly 阅读(670) 评论(0) 推荐(0)
摘要:环境: centos 7 mono 5.2 Asp.net MVC5 问题: 在生成验证码时报,验证码无法显示,字体集找不到 解决: 到windows 系统中,拷贝字体到centos中。 windows 字体集在“C:\Windows\Fonts”。 centos字体集在“/usr/share/fo 阅读全文
posted @ 2017-08-30 16:46 hobinly 阅读(4999) 评论(0) 推荐(1)
摘要:环境: Centos 7 已安装.Net core 2.0.0 .Net core 1.1.2 1、Supervisor安装 yum 安装 yum install supervisor (阿里云验证通过) easy_install 安装 如果yum安装无法找到资源,可以通过easy_install 阅读全文
posted @ 2017-08-17 15:39 hobinly 阅读(5383) 评论(2) 推荐(0)
摘要:1、环境 Centos 7 Mysql 5.7 Master 192.168.1.71 Slave01 192.168.1.72 2、分别配置master,slave01 # vi /etc/my.cnf [mysqld] log-bin=mysql-bin //[必须]启用二进制日志 新增 ser 阅读全文
posted @ 2017-07-04 23:57 hobinly 阅读(731) 评论(0) 推荐(0)
摘要:1、环境 Centos 7 2、下载 官方网站https://dev.mysql.com/downloads/mysql/5.7.html#downloads ,选择要下载的版本,centos 7 同red hat ,所以选择操作系统为red had。 下载文件如:mysql-5.7.18-1.el 阅读全文
posted @ 2017-07-02 23:48 hobinly 阅读(1026) 评论(0) 推荐(0)
摘要:环境: Centos 7 GCC #未安装,使用yum install gcc安装 1、下载redis 官方下载网站:https://redis.io/download。请在页面下方查看下载及编译安装命名,如: 如在make时,发生cc错误,通常情况是系统未安装gcc.(可通过yum install 阅读全文
posted @ 2017-07-01 11:32 hobinly 阅读(1209) 评论(0) 推荐(0)
摘要:环境 centos7 hadoop 2.7.3 java 1.8 下载 http://spark.apache.org 解压到安装目录 可以自由选择,我安装到hadoop同一目录 配置 (cd spark安装目录/conf) 在spark-env.sh文件后面添加如下信息指定hadoop和spark 阅读全文
posted @ 2017-06-06 16:16 hobinly 阅读(930) 评论(0) 推荐(0)
摘要:环境: CentOS 7 vmware 12 操作: 复制可使用的vmware centOS 7系统至新环境 问题: 无法启动网络 查看“systemctl status network" 红色提示:”code=exited,status=1/failure“ 和 ”failed to start 阅读全文
posted @ 2017-06-03 08:16 hobinly 阅读(4007) 评论(0) 推荐(0)
摘要:准备工作 安装jdk 用户免密登录 安装参考文章: http://blog.csdn.net/circyo/article/details/46724335 http://www.linuxidc.com/Linux/2015-11/124800.htm 常用命令: 1、找到hadoop 安装目录, 阅读全文
posted @ 2017-05-12 15:41 hobinly 阅读(673) 评论(0) 推荐(0)
摘要:环境:Centos 7 已经下载安装.NET Core 1.1 问题: 通过VS2015 update3 创建的项目,默认是NetcoreApp,Version1.0。发布release后,拷贝到linux。cd到程序目录,运行“dotnet myapp.dll",报: 分析: 1、centos安装 阅读全文
posted @ 2016-12-13 11:20 hobinly 阅读(14102) 评论(4) 推荐(0)
摘要:系统环境:centos7 docker版本: 1.12.3(注意版本,可能存在不同版本设置不同的情况) docker registry版本:2.4.1 问题: 成功安装docker registry,在浏览器中输入http://192.168.1.100:5000/v2,成功返回json数据。在pu 阅读全文
posted @ 2016-11-28 17:53 hobinly 阅读(47537) 评论(1) 推荐(4)
摘要:centos 7 免密登录,即使用证书登录远程机器 阅读全文
posted @ 2016-11-07 18:29 hobinly 阅读(15308) 评论(0) 推荐(0)
摘要:nginx 入门配置 阅读全文
posted @ 2016-11-03 11:12 hobinly 阅读(6808) 评论(0) 推荐(1)
摘要:centos 7 下 nginx 安装步骤 阅读全文
posted @ 2016-10-25 14:52 hobinly 阅读(644) 评论(0) 推荐(0)
摘要:Centos 7 安装 Visual stdio Code 阅读全文
posted @ 2016-07-05 22:50 hobinly 阅读(14231) 评论(0) 推荐(0)