码迷,mamicode.com
首页 >  
搜索关键字:centos 7 vnc server    ( 90867个结果
Centos 下启动mysql 报错: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)解决方法
1、启动服务 systemctl restart mysqld.service 报错: 启动数据库Can‘t connect to MYSQL server through socket ''var/lib/mysql/mysql.cock(146 lock timed out:Retry tran ...
分类:数据库   时间:2021-07-05 17:35:04    阅读次数:0
kubeadm安装k8s-1.18.18
资源准备 角色主机名ip系统 master m8s-master01 192.168.219.160 CentOS 7.9.2009 node m8s-node01 192.168.219.164 CentOS 7.9.2009 软件信息 软件版本 docker 19.03.11 kubernete ...
分类:其他好文   时间:2021-07-05 17:28:38    阅读次数:0
git在linux安装步骤详解!!
linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
分类:系统相关   时间:2021-07-05 17:05:30    阅读次数:0
JMeter进阶操作分布式
如何在本机实现分布式的效果 首先需要把Jmeter复制一份作为从机 从机需要配置bin目录下的j meter.properties文件 打开搜索 server_port 然后配置主机的bin目录下的jmeter.properties文件 打开从机bin目录下的jmeter-server.bat 等待 ...
分类:其他好文   时间:2021-07-05 16:54:56    阅读次数:0
CentOS8更换yum源
cd /etc/yum.repos.d/ rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo curl -o CentOS-Base ...
分类:其他好文   时间:2021-07-05 16:52:40    阅读次数:0
centos 8 安装 SonarQube遇到的启动问题及解决方案
#查看当前centos操作系统的版本 cat /etc/redhat-release ##执行结果: ##第一步安装openjdk,版本可以根据自己安装sonarqube的版本而定; 安装过程可参见我的另一篇博客: 链接地址:https://www.cnblogs.com/cndevops/p/14 ...
分类:其他好文   时间:2021-07-02 16:32:35    阅读次数:0
Python django中apache配置mod_wsgi
LoadFile "c:/python35/python35.dll"LoadModule wsgi_module "c:/python35/lib/site-packages/mod_wsgi/server/mod_wsgi.cp35-win_amd64.pyd"WSGIPythonHome "c ...
分类:编程语言   时间:2021-07-02 16:07:29    阅读次数:0
live-server前端服务器使用
没有webpack,我们就无法使用webpack-dev-server运行这个项目,实现热部署。 所以,这里我们使用另外一种热部署方式:live-server, 1.简介 地址;https://www.npmjs.com/package/live-server live-server这是一款带有热加 ...
分类:其他好文   时间:2021-07-02 15:53:49    阅读次数:0
springboot部署到腾讯云服务器
把SpringBoot项目部署到腾讯云的CentOS 6.9 服务器上 一. 远程连接服务器 在安全组中添加新的规则,允许访问端口22,开启SSH服务 再用putty远程连接服务器 二. JAVA环境配置 下载安装openJDK yum install -y java-1.8.0-openjdk.x ...
分类:编程语言   时间:2021-07-02 15:45:35    阅读次数:0
gluster分布式文件系统------搭建与部署
部署安装 1.GlusterFS 安装前的准备 电脑一台,内存>=4G,可用磁盘空间大于50G安装VMWARE Workstation虚拟机软件安装好四台CentOS-6-x86_64(6.2-6.8都可以)的虚拟机基本系统:1核CPU+1024M内存+10G硬盘网络选择:网络地址转换(NAT)关闭 ...
分类:其他好文   时间:2021-07-02 15:43:55    阅读次数:0
90867条   上一页 1 2 3 4 5 6 ... 9087 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!