1. Bad magic number in super-block 当尝试打开 /dev/sda3 时 找不到有效的文件系统超级块. https://blog.csdn.net/dn98201/article/details/78670278 ___________________________ ...
分类:
系统相关 时间:
2021-01-12 11:18:24
阅读次数:
0
Windows 操作系统本身是不开源的,但是微软内核工程师 Axel Rietschin 发表了一篇博客,带大家一窥了Windows 10 内核的魅力。 Axel 介绍,Windows 10 与 Windows 8.x、7、Vista、XP、2000 和 NT 的代码库是相同的,其中每一代都在之前的 ...
备份原镜像 sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup sudo mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo ...
分类:
其他好文 时间:
2021-01-12 10:29:17
阅读次数:
0
Linux用户组和权限管理 1、linux安全模型 1、用户 Linux中每个用户是通过UID(User Id)来标识的 ? 管理员: root, 0 ? 普通用户: 1-60000自动分配 ? 系统用户:1-499 (centos 6以前),1-999(centos 7以后) ? 对守护进程获取资 ...
分类:
系统相关 时间:
2021-01-11 11:14:53
阅读次数:
0
一、镜像操作 1)构建镜像 docker build -t REPOSITORY:TAG . 注意最后一个点[.]不能缺少,生成完:runoob/centos为REPOSITORY,6.7为TAG 2)获取镜像 sudo docker pull REPOSITORY[:TAG] 3)为镜像打个标签 ...
分类:
其他好文 时间:
2021-01-11 11:04:35
阅读次数:
0
一、制作JAVA环境镜像 [root@image ]# cat Dockerfile FROM centos:7 MAINTAINER lzfn@qq.com ENV JAVA_HOME=/usr/local/jdk1.8.0_144 ENV JAVA_BIN=/usr/local/jdk1.8.0 ...
分类:
其他好文 时间:
2021-01-08 11:47:54
阅读次数:
0
1、更新dnf 源 1 dnf update 2、安装 Asp.Net Core 运行时 1 dnf install aspnetcore-runtime-3.1 2.1、验证是否安装成功 1 dotnet --info 出现如上图所示就说明安装成功 3、安装Nginx dnf -y install ...
分类:
Web程序 时间:
2021-01-08 10:36:50
阅读次数:
0
centos7 安装git 1、简单直接: yum install git 命令安装 (卸载Git:yum remove git) 存在问题:版本太旧(因此不建议这样) 2、wget git源码地址 (在线下载,推荐!!!) 方法: 2.1先访问:git官网:https://github.com/g ...
分类:
其他好文 时间:
2021-01-07 12:40:50
阅读次数:
0
timedatectl set-timezone Asia/Shanghai >>>服务器时区设置 date -s "2020-12-20 16:34:50" >>>服务器时间设置 ...
分类:
其他好文 时间:
2021-01-07 11:54:30
阅读次数:
0
一、安装依赖 # dependencies of mesa # 1 others sudo yum-builddep mesa sudo yum install -y python3-devel.x86_64 meson.noarch vulkan-devel.x86_64 sudo pip3 in ...
分类:
其他好文 时间:
2021-01-06 12:00:46
阅读次数:
0