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
1、去树莓派官网下载镜像 https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit 2、去github上下载 https://github.com/dhruvvyas90/qemu-rpi-kerne ...
#查看当前centos操作系统的版本 cat /etc/redhat-release ##执行结果: ##第一步安装openjdk,版本可以根据自己安装sonarqube的版本而定; 安装过程可参见我的另一篇博客: 链接地址:https://www.cnblogs.com/cndevops/p/14 ...
分类:
其他好文 时间:
2021-07-02 16:32:35
阅读次数:
0
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
目前打开普通软件的时候,会出现安全弹窗,很麻烦.... 2021之前的win10: 右键单击“此电脑”图标,在右键菜单中选择“属性”。弹出的属性窗口中,单击“安全和维护”选项。 安全和维护界面中,单击“更改用户账户设置控制”选项。 弹出的窗口中,将控制按钮调到最下面的一个格。单击下方“确认”按钮保存 ...
然后使用以下命令计算校验值: certutil -hashfile filename MD5 certutil -hashfile filename SHA1 certutil -hashfile filename SHA256 ...
把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
部署安装 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
部署 创建镜像 把net 发布文件后 上传到centos 在目录下执行 docker build -t name . 启动镜像 docker端口号映射到主机 docker run --name=xwh -p 7351:7351 -d imagesname 安装docker 卸载docker命令 su ...
分类:
Web程序 时间:
2021-07-02 15:26:43
阅读次数:
0
总体说明 新买来的硬盘,通过USB口插在电脑上时显示不出来。(如下图) 这种情况可能是硬盘尚未初始化造成的。 Microsoft网站上有一个详细的新硬盘初始化方法可供参考:https://docs.microsoft.com/zh-cn/windows-server/storage/disk-man ...
分类:
其他好文 时间:
2021-07-02 15:23:10
阅读次数:
0