码迷,mamicode.com
首页 >  
搜索关键字:redhat centos 红帽 acl权限 如何查看 设置acl权限    ( 36259个结果
linux安装python
默认centos, unbtan都已经安装了python3版本,可以通过 whereis python来检查已经安装的版本。 root@hecs-x-medium-2-linux-20200619090653:/usr/bin# whereis pythonpython: /usr/bin/pyth ...
分类:编程语言   时间:2021-02-08 12:04:26    阅读次数:0
imx6ull交叉编译工具链安装
imx6ull开发环境之系统安装请参考:https://www.cnblogs.com/gxlblogs/p/14382547.html 一、下载安装交叉编译工具链 1、这里我使用的是:gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.x ...
分类:其他好文   时间:2021-02-08 11:55:18    阅读次数:0
ceph 纵向扩容 nautilus版本
#零 修订记录 | 序号 | 修订内容 |修订时间 | | | | | | 1 | 新增 |2021/2/6| #一 摘要 前文linux 基于三台物理机安装ceph nautilus 介绍了 ceph 在centos 7.6 上的安装。 ceph nautilus 横向扩容 介绍了ceph 横向扩 ...
分类:其他好文   时间:2021-02-08 11:45:21    阅读次数:0
linux安装mysql
1.下载mysqlhttps://dev.mysql.com/downloads/mysql/操作系统选RedHat依次下载四个安装包mysql-community-common-5.7.33-1.el7.x86_64.rpmmysql-community-libs-5.7.33-1.el7.x86 ...
分类:数据库   时间:2021-02-06 11:41:02    阅读次数:0
repos文件中的$releasever和$basearch的取值
查看CentOS-Base.repo部分内容,文件路径 /etc/yum.repos.d/CentOS-Base.repo [base] baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ mirrorlist=http ...
分类:其他好文   时间:2021-02-05 10:29:54    阅读次数:0
Centos配置开机自启动脚本并通过service命令管理
将可执行的开机启动脚本加入到/etc/init.d/目录下,并利用chkconfig配置开机自启动,重启生效 1)、切换到/etc/init.d/ [root@www ~]# cd /etc/init.d/ 2)、编辑开机启动服务脚本 nano xxxx.sh #!/bin/sh#配置Tomcat开 ...
分类:其他好文   时间:2021-02-04 12:23:33    阅读次数:0
CentOS Inatall Rancher & Kubernetes
集群划分 192.168.8.121 Rancher-Server、K8S(etcd、control)、Harbor、NFS-Server 192.168.8.122 Rancher-Agent、K8S(worker) 192.168.8.123 Rancher-Agent、K8S(worker) ...
分类:Web程序   时间:2021-02-03 11:04:33    阅读次数:0
制作yum本地源
环境说明 系统:Centos7 版本:CentOS-7-x86_64-Minimal-1908 ISO下载链接:http://mirrors.aliyun.com/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso Centos7源中包含以下版 ...
分类:其他好文   时间:2021-02-03 11:00:30    阅读次数:0
K8S 问题排查: cgroup 内存泄露问题
Posted on 2019年12月6日Leave a comment Contents [hide] 1 前言 2 现象 3 原因 4 解决方案 4.1 方案一 4.2 方案二 4.3 方案三 5 验证方式 6 影响范围 7 原理解释 7.1 kmem 是什么 7.2 cgroup 与 kmem机 ...
分类:其他好文   时间:2021-02-03 10:41:15    阅读次数:0
Linux常用命令-centos
1.查看当前系统版本 cat /etc/redhat-release 2.查看端口使用 netstat -lnpt 3.检查端口被哪个进程占用 netstat -lnpt|grep 22 4.查看进程信息 ps 1091 5.终止进程 kill -9 1091 ...
分类:系统相关   时间:2021-02-02 11:04:47    阅读次数:0
36259条   上一页 1 ... 31 32 33 34 35 ... 3626 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!