码迷,mamicode.com
首页 >  
搜索关键字:genymotion arm x86    ( 18969个结果
NH.A.0002——linux下挂载系统盘并制作YUM源
一、挂载、卸载光盘方案一://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
NO.A.0003——mysql/mariadb10.2.35——二进制安装/配置
一、二进制包下载:地址: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
linux下使用jekins自动化部署项目
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
源码安装mysql8.0.20
安装依赖库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
arm源中国源更新替换(亲测有效)
sudo gedit /etc/apt/sources.list 粘贴以下内容 deb https://repo.huaweicloud.com/ubuntu-ports/ bionic main restricted universe multiverse deb-src https://repo ...
分类:其他好文   时间:2020-11-23 12:08:23    阅读次数:5
ARM内核常用缩写含义
ADK AMBA设计套件 AHB 先进高性能总线 AHB‐AP AHB访问端口 AMBA 先进单片机总线架构 APB 先进外设总线 ARM ARM ARM架构参考手册ASIC 行业领域专用集成电路ATB 先进跟踪总线BE8 字节不变式大端模式CPI 每条指令的周期数CPU 中央处理单元DAP 调试访 ...
分类:其他好文   时间:2020-11-23 11:49:43    阅读次数:4
yum方式安装ARM架构PostgreSQL10数据库
系统: [root@weianvrgv /]# cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) 安装中文字符集 [root@weianvrgv /]#yum install -y langpacks-zh_CN 设置中文字符 ...
分类:数据库   时间:2020-11-21 12:44:24    阅读次数:27
Vagrant box国内镜像
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
qemu-user-static:利用x86机器编译支持arm架构的docker镜像
背景 最近在项目中需要编译arm架构的某驱动docker镜像,但是手头上没有现成的arm架构的机器环境,于是在网上搜索了下如何在x86机器模拟arm环境来进行编译。我找到了一款神器:multiarch/qemu-user-static 简介 项目地址:https://github.com/multi ...
分类:其他好文   时间:2020-11-17 12:44:56    阅读次数:8
ARM交叉编译PHP
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
18969条   上一页 1 ... 25 26 27 28 29 ... 1897 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!