码迷,mamicode.com
首页 >  
搜索关键字:megacli axel debian centos    ( 33214个结果
windows terminal
settings.json { "$schema": "https://aka.ms/terminal-profiles-schema", "defaultProfile": "{e6d6c185-64bc-49d0-b18d-cb66a3355fb7}", //默认配置文件 "profiles": ...
分类:Windows程序   时间:2021-01-29 12:05:58    阅读次数:0
在linux上部署.netcore项目
1.安装环境 命令行参考 https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-centos 用的是3.1版本 2.NetCore项目的发布 3.通过管理工具把发布得文件传到虚拟机上(我用的FTP工具FileZilla) 4.打开Fin ...
分类:Web程序   时间:2021-01-29 11:48:27    阅读次数:0
Centos 7中文语言包的安装及中文支持
1、修改配置文件 etc /locale.conf LANG="zh_CN.UTF-8" 2、查看更改后的系统语言变量 [root@5c46832b5c01 ~]# locale locale: Cannot set LC_CTYPE to default locale: No such file ...
分类:编程语言   时间:2021-01-28 12:23:02    阅读次数:0
Docker 数据卷容器(实现两个或多个容器间数据同步)
一、多个mysql数据同步 制作一个简单的Dockerfile FROM centos VOLUME ["volume1","volume2"] CMD /bin/bash 构建镜像: [root@yang docker]# docker build -t docker-volume .Sendin ...
分类:其他好文   时间:2021-01-28 12:03:20    阅读次数:0
MinIO上传文件The difference between the request time and the server's time is too large.异常
问题 向MinIO上传文件时,抛出异常:The difference between the request time and the server's time is too large. 使用date命令修改CentOS时间后,异常依然存在。 相关Linux命令 查看系统时间:date 查看硬件 ...
分类:Web程序   时间:2021-01-28 11:51:35    阅读次数:0
华为云服务器yum更换为阿里源
网上找了很多教程,但其位置都是错误的,一行代码就能搞定,不知道为啥讲一大堆,还搞不成功。 wget http://mirrors.aliyun.com/repo/Centos-altarch-7.repo -O /etc/yum.repos.d/CentOS-Base.repo ...
分类:其他好文   时间:2021-01-28 11:51:17    阅读次数:0
CentOS 7安装SaltStack的步骤(2021.1.26)
说明:懂得分享,心存感恩! 一、根本法则:参考官网 https://repo.saltstack.com/#rhel 二、CentOS 7使用yum安装SaltStack具体方法 说明:以下步骤全部参考官网 (1)安装SaltStack存储库和密钥 yum install -y https://re ...
分类:其他好文   时间:2021-01-27 14:01:50    阅读次数:0
Hack The Box::Valentine
#0x00 信息收集 nmap -Pn -sV -p- -T 4 10.10.10.79 PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 5.9p1 Debian 5ubuntu1.10 (Ubuntu Linux; protocol 2.0) ...
分类:其他好文   时间:2021-01-27 13:04:29    阅读次数:0
CentOs 修改yum仓库地址 无法找到包
1:打开 https://vault.centos.org/ 查看需要的系统版本URL路径 2:修改文件/etc/yum.repos.d/CentOS-Base.repo为以下内容 [centos-office]name=centos-officefailovermethod=prioritybas ...
分类:其他好文   时间:2021-01-27 13:02:36    阅读次数:0
解决CentOS启动的一些问题
解决CentOS启动nginx出现nginx: [emerg] open() "/var/run/nginx/nginx.pid" failed (2: No such file or director) 问题: 1.进入sbin:cd /usr/local/nginx/sbin/ 2.启动ngin ...
分类:其他好文   时间:2021-01-26 11:49:10    阅读次数:0
33214条   上一页 1 ... 31 32 33 34 35 ... 3322 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!