背景 在分析Linux内核驱动的时候,有时候会看到一些acpi字样的接口。 之前一直没搞明白ACPI是什么,现在知道了。 ACPI Advanced Configuration and Power Management Interface : 用于配置与电源管理的接口,是让OS使用的。用在x86架构 ...
分类:
其他好文 时间:
2020-11-25 12:39:07
阅读次数:
6
1.下载CentOS7.9 下载CentOS可以到其官方下载,官方地址:https://www.centos.org/download/ 不过我进到这个网站最终也没找到下载链接。 可以到这个网站 https://freecplus.net/bc14e930a8644f558e46b7411b8ad8 ...
分类:
系统相关 时间:
2020-11-25 12:32:43
阅读次数:
11
一、安装zabbix-agent:1、添加zabbix仓库:[root@localhost~]#>rpm-Uvhhttps://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm//把zabbix.repo文件里面的内容替换为以下内容:[root@localhost~]#cat>/et
分类:
其他好文 时间:
2020-11-24 12:28:36
阅读次数:
8
一、挂载、卸载光盘方案一://1、将ISO文件上传到/home/目录下[root@localhosthome]#lsCentOS-7-x86_64-DVD-1611.isosoft.bak//2、创建挂载点[root@localhostmnt]#mkdircentos7.3//3、将ISO文件挂载到/mnt/centos7.3目录下[root@localhostmnt]#mount-tiso966
分类:
系统相关 时间:
2020-11-24 12:22:31
阅读次数:
10
一、二进制包下载:地址:https://downloads.mariadb.org/mariadb/10.2.35/选择你要安装的版本;该地址有三种数据格式的文件:Source——源码Binaries——二进制Packages——rpm包(针对centos,Redhat,Ubuntu系列的)下载二进制包:mariadb-10.2.35-linux-x86_64.tar.gz版本//linux表示在
分类:
数据库 时间:
2020-11-24 12:21:05
阅读次数:
11
1、首先安装JDK yum -y install java-1.7.0-openjdk-devel.x86_64 2、安装jenkins 配置yum源: (1)配置yum源: wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.or ...
分类:
系统相关 时间:
2020-11-24 12:18:21
阅读次数:
10
安装依赖库yum-yinstallgccgcc-c++zlibzlib-develncursesncurses-devellibaiolibaio-devel1、下载mysql8.0.20wgethttps://mirrors.tuna.tsinghua.edu.cn/mysql/downloads/MySQL-8.0/mysql-8.0.20-el7-x86_64.tar.gz2、解压mysql
分类:
数据库 时间:
2020-11-23 12:24:47
阅读次数:
10
CentOS 6/7/8 修改链接中的版本号可以下载不同版本 http://mirrors.ustc.edu.cn/centos-cloud/centos/6/vagrant/x86_64/images/ 添加vagrant box到box list vagrant box add centos7 ...
分类:
其他好文 时间:
2020-11-20 11:25:01
阅读次数:
5
背景 最近在项目中需要编译arm架构的某驱动docker镜像,但是手头上没有现成的arm架构的机器环境,于是在网上搜索了下如何在x86机器模拟arm环境来进行编译。我找到了一款神器:multiarch/qemu-user-static 简介 项目地址:https://github.com/multi ...
分类:
其他好文 时间:
2020-11-17 12:44:56
阅读次数:
8
php+php 所需扩展库 交叉编译 安装依赖: libxml2: 1. wget ftp://xmlsoft.org/libxml2/libxml2-2.7.2.tar.gz 2. tar xvf libxml2-2.7.2.tar.gz 3. cd libxml2-2.7.2 4. ./conf ...
分类:
Web程序 时间:
2020-11-17 12:31:59
阅读次数:
21