GoCoding GoCoding
4年前
Prometheus + Grafana 快速上手
快速上手,监控主机的CPU,GPU,MEM,IO等状态。前提客户端NodeExporter用于采集UNIX内核主机的数据,并解压:bashwgethttps://github.com/prometheus/nodeexporter/releases/download/v1.1.2/nodeexporter1.1.2.linux
Stella981 Stella981
3年前
Can't connect to local MySQL server through socket
mysqlurootERROR2002(HY000):Can'tconnecttolocalMySQLserverthroughsocket'/tmp/mysql.sock'(2)这是mysql登录时找不到套接字的问题。首先需要明白的是,Linux端的mysqlserver启动时会开启一个so
Stella981 Stella981
3年前
Linux配置本地Yum仓库方法
Linux配置本地Yum仓库方法一、服务端:显示光盘的内容,挂载光驱设备root@WXR~mount/dev/cdrom/mnt/二、客户端:书写客户端配置文件,指定服务端位置
Stella981 Stella981
3年前
Elasticsearch5.6.8 安装问题集锦
今天在内部linux环境安装Elasticsearch5.6.8时遇到一些问题,主要如下使用Elasticsearch5.6.8必须安装jdk1.8elsearch@vmmysteeldcsearch01bin$javaversionjavaversion"1.8.0_112"Java(TM)SE
Wesley13 Wesley13
3年前
mysql 读写分离主从复制
一.master主服务器的配置1找到主服务器mysql的配置文件windows(my.ini)linux(/etc/my.cnf)在mysqld中添加:serverid1log_binmasterbinlog_bin_indexmasterbin.indexbinlog_
Stella981 Stella981
3年前
Caffe环境安装
1\.CUDA的安装前面已经装过了,可以查看一下$cat/usr/local/cuda/version.txtCUDAVersion8.0.44确认是否安装成功:$cd~/NVIDIA\_CUDA8.0\_Samples/bin/x86\_64/linux/release/$
Stella981 Stella981
3年前
Linux内核修炼之framebuffer分析
Linux(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Flib.csdn.net%2Fbase%2Flinux)源代码包中/document/fb/framebuffer.txt有例如以下介绍:Theframebufferdeviceprovidesanabstract
Wesley13 Wesley13
3年前
Ubuntu Server 16.04 LTS上怎样安装下载安装Nginx并启动
场景Linux安装UbuntuServer16.04X64(图文教程详细版):https://blog.csdn.net/BADAO\_LIUMANG\_QIZHI/article/details/93790806(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2F
Stella981 Stella981
3年前
CentOS6.5 安装 MongoDB3.2
选择版本下载https://fastdl.mongodb.org/linux/mongodblinuxx86_64rhel623.2.1.tgz解压缩tar zxvf mongodblinuxx86_64rhel623.2.1.tgz创建data文件夹和logs文件夹mkdir /java/mon
Wesley13 Wesley13
3年前
Mysql(基础篇)
linux下的mysql操作    1、打开MySQL服务    sudoservicemysqlstart  2、使用root用户登录,密码为空    mysqluroot  3、创建数据库    CREATEDATABASE<数据库名字;(注意不要漏掉分号;)  4、连接数据库    us