一、分别介绍 CentOS(Community ENTerprise Operating System)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。RedHat Enterprise Linux (RHEL)是企业发行版 ...
分类:
系统相关 时间:
2020-05-08 16:20:50
阅读次数:
138
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FineUICore; using Microsoft.AspNetCore.Authoriz ...
分类:
其他好文 时间:
2020-05-06 21:34:28
阅读次数:
86
RHEL/CentOS 7最小化安装后需做的30件事情 导读 CentOS是一个工业标准的Linux发行版,是红帽企业版 Linux 的衍生版本。你安装完后马上就可以使用,但是为了更好地使用你的系统,你需要进行一些升级、安装新的软件包、配置特定服务和应用程序等操作。 阅读帖子的时候请先完成 RHEL ...
分类:
其他好文 时间:
2020-05-06 14:10:46
阅读次数:
75
安装数据库 1、下载 Microsoft SQL Server 2017 Red Hat 存储库配置文件: sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/8/mss ...
分类:
数据库 时间:
2020-05-04 13:22:22
阅读次数:
105
参考官方文档:https://helpcenter.onlyoffice.com/server/linux/document/linux-installation-centos.aspx CPU dual core 2 GHz or better RAM 2 GB or more HDD at le ...
分类:
其他好文 时间:
2020-05-03 16:30:27
阅读次数:
244
相关环境 主机:Dell PowerEdge R720服务器(背板有4个GE网口) 操作系统:CentOS(RHEL)6.X 网线连接 使用6类网线 将Dell R720 GE网口 0,与交换机A相连接; 将Dell R720 GE网口 1,与交换机B相连接; 注意两条网线要求接入两个交换机的相同V ...
分类:
其他好文 时间:
2020-04-29 14:18:42
阅读次数:
65
systemd即为system daemon,是linux下的一种init软件,由Lennart Poettering带头开发,并在LGPL 2.1及其后续版本许可证下开源发布,开发目标是提供更优秀的框架以表示系统服务间的依赖关系,并依此实现系统初始化时服务的并行启动,同时达到降低Shell的系统开销的效果,最终代替常用的System V与BSD风格init程序。Debian8、CentOS7及以上版本默认使用SystemD。本文对比旧版systemV相关功能特性介绍systemd对系统服务的管理和应用。
分类:
系统相关 时间:
2020-04-29 01:07:28
阅读次数:
77
中标麒麟安装sqlserver curl https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo > /etc/yum.repos.d/mssql-server.repo yum install -y mssql-ser ...
分类:
数据库 时间:
2020-04-21 18:32:54
阅读次数:
171
LNMP(centos8+nginx1.14+PHP7.0+MySQL8.0)+zabbix4.4一、下载rpm包与安装zabbixhttps://www.zabbix.com/download下载对于版本1、下载rpm包#rpm-Uvhhttps://repo.zabbix.com/zabbix/4.4/rhel/8/x86_64/zabbix-release-4.4-1.el8.noarch.
分类:
其他好文 时间:
2020-04-19 16:25:40
阅读次数:
316
30 # on RHEL pci.ids is locate on /usr/share/hwdata/pci.ids. 31 sudo find . -xdev \ 32 -path './sys/*' -prune -o \ 33 -path './tmp/*' -prune -o \ 34 - ...
分类:
其他好文 时间:
2020-04-15 18:15:18
阅读次数:
81