记录关于Devops运维,虚拟化容器云计算,数据库,网络安全等各方面问题。
添加中科院 openEuler 镜像软件源添加 OS 软件源1,openEuler-RISCV版系统添加镜像源。注意:如在使用yum,wget 时,riscv-openEuler系统报ssl证书错误,那么注意检查系统时间与日期是否正常。[root@openEuler-RISCV-rare ~]# cat /etc/yum.repos.d/oe-rv.repo[base]name=basebaseurl=https://isrc.iscas.ac.cn/mirror/openeuler-sig-riscv/oe-RISCV-repoenabled=1gpgcheck=0[oe-noarch]name=oe-noarchbaseurl=https://isrc.iscas.ac.cn/mirror/openeuler-sig-riscv/oe-RISCV-repo/enabled=1gpgcheck=0openEuler 20.03 LTS执行以下命令cd /etc/yum.repos.d/ sudo curl -L -O https://mirror.iscas.ac.cn/mirror/openEuler-20.03-LTS-os.repo sudo dnf makecache openEuler 20.09执行以下命令cd /etc/yum.repos.d/ sudo curl -L -O https://mirror.iscas.ac.cn/mirror/openEuler-20.09-os.repo sudo dnf makecache 添加 Everything 软件源openEuler 20.03 LTS执行以下命令cd /etc/yum.repos.d/ sudo curl -L -O https://mirror.iscas.ac.cn/mirror/openEuler-20.03-LTS-everything.repo sudo dnf makecache openEuler 20.09cd /etc/yum.repos.d/ sudo curl -...
QEMU (简体中文)Jump to navigationJump to search相关文章Category:Hypervisors (简体中文)Libvirt (简体中文)QEMU/Guest graphics accelerationPCI passthrough via OVMF (简体中文)翻译状态:本文是 QEMU 的翻译。上次翻译日期:2020-11-8。如果英文版本有所更改,则您可以帮助同步翻译。来自 QEMU 关于页面:“Qemu”是一个广泛使用的开源计算机模拟器和虚拟机。"当作为模拟器时,可以在一种架构(如x86 PC)下运行另一种架构(如ARM)下的操作系统和程序。通过使用动态转换,它可以获得非常好的性能。作为虚拟机时,QEMU可以使用其他虚拟机管理程序(如 Xen 或 KVM)来使用CPU扩展(HVM)进行虚拟化,通过在主机CPU上直接执行客户机代码来获得接近于宿主机的性能。Contents1安装1.1QEMU 变种1.2Arch Linux中相关安装包的详细信息2QEMU 的图形前端3创建新虚拟系统3.1创建硬盘镜像3.1.1上层存储镜像3.1.2调整镜像大小3.2准备安装介质3.3安装操作系统4运行虚拟化的系统4.1启用 KVM4.2启用 IOMMU (Intel VT-d/AMD-Vi) 的支持5宿主机和虚拟机数据交互5.1网络5.2QEMU 端口转发5.3QEMU 的内置SMB服务器5.4使用直通式文件系统和VirtFS5.5在宿...
Toad For Oracle 2020R2 v14.0.75.662下载国外地址,最好翻墙。https://uploadgig.com/file/download/aA5129d9d0e8369a/uy0z6.Toad.for.Oracle.2020.Edition.v14.0.75.662.x64.rar https://uploadgig.com/file/download/5D168dfc077e0Db5/uy0z6.Toad.for.Oracle.2020.Edition.v14.0.75.662.x86.rar Rapidgator https://rapidgator.net/file/358435246603c41bfa8dab753307b4e1/uy0z6.Toad.for.Oracle.2020.Edition.v14.0.75.662.x64.rar.html https://rapidgator.net/file/1e1534bfefd4aea1cdf9158f82673740/uy0z6.Toad.for.Oracle.2020.Edition.v14.0.75.662.x86.rar.html NitroFlare http://nitroflare.com/view/96196343BD5713A/uy0z6.Toad.for.Oracle.2020.Edition.v14.0.75.662.x64.rar http://nitroflare.com/view/DA8382BC23D58B9/uy0z6.Toad.for.Oracle.2020.Edition.v14.0.75.662.x86.rar
openEuler RISC-V 移植版的获取和运行介绍本文档介绍如何获取和运行openEuler RISC-V移植版。环境需求QEMU 模拟器环境操作系统:x86_64/aarch64 LinuxQEMU 版本:>= 4.0.0, <=5.0获取openEuler RISC-V 移植版系统镜像在openEuler官网可以获得openEuler RISC-V移植版发布的最新版本的openEuler RISC-V镜像以及repo源https://openeuler.org/zh/download/其中的两个文件是启动openEuler RISC-V 移植版所必需的:fw_payload_oe.elf 利用openSBI将kernel-5.5的image作为payload所制作的用于QEMU启动的imageopenEuler-preview.riscv64.qcow2 openEuler RISC-V移植版的rootfs镜像还可以从以下网址获取到openEuler RISC-V之前的版本以及repo源https://isrc.iscas.ac.cn/mirror/openeuler-sig-riscv/其中fw_payload_oe.elf 利用openSBI将kernel-5.5的image作为payload所制作的用于QEMU启动的imageoe-rv-rv64g-30G.qcow2 openEuler RISC-V移植版的rootfs镜像通过QEMU启动一个openEuler RISC-V首先你需要在你的host Linux环境中有 qemu-system-riscv64 的二进制程序,如果你的Linux环境的repo源中没有提供这个二进制,那么则需要手动从QEMU的源码构建出来,具体的构建方式如QEMU的...
How to install Ubuntu Server for Arm in a QEMU aarch64 virtual machineQEMU 模拟 aarch64虚拟机中安装ubuntu arm版系统Follow the steps below to install Ubuntu Server 20.04 on a QEMU aarch64 (Armv8) virtual machine from the Linux command line. The x86 host system was running Ubuntu 18.04.  The virtual machine uses UEFI boot firmware.Ubuntu Server is console based and so everything in these steps uses a console and no GUI.  I may show the steps for Ubuntu desktop with a GUI in a future post.Prerequisites1. Install QEMU$ sudo apt-get install qemu-system-arm2. Install a pre-built UEFI image for QEMU$ sudo apt-get install qemu-uefi3.  Download an Ubuntu distro install ISO image.   In this example we are using the Server variant of Ubuntu.   You can find 20.04 release images here: http://cdimage.ubuntu.com/ubuntu/releases/20.04/release/ $ wget -O ubuntu-20.04-live-server-arm64.iso http://cdimage.ubuntu.com/ubuntu/releases/20.04/release/ubuntu-20.04-live-serve...
 
0

QEMU模板ARM环境

发表者:admin分类:云计算容器2020-12-23 12:14:41 阅读[770]
QEMU ARM guest supportQEMU模板ARM环境与支持硬件开发板QEMU has generally good support for ARM guests. It has support for nearly fifty different machines. The reason we support so many is that ARM hardware is much more widely varying than x86 hardware. ARM CPUs are generally built into "system-on-chip" (SoC) designs created by many different companies with different devices, and these SoCs are then built into machines which can vary still further even if they use the same SoC. Even with fifty boards QEMU does not cover more than a small fraction of the ARM hardware ecosystem.Because ARM systems differ so much and in fundamental ways, typically operating system or firmware images intended to run on one machine will not run at all on any other. This is often surprising for new users who are used to the x86 world where every system looks like a standard PC. (Once the kernel has booted, most userspace software cares much less about the detail of the hardware.)The situation for 64-...
Installing Debian on QEMU’s 32-bit ARM “virt” boardQEMU模拟32位 ARM virt开发板并安装debian系统。 In this post I’m going to describe how to set up Debian on QEMU emulating a 32-bit ARM “virt” board. There are a lot of older tutorials out there which suggest using boards like “versatilepb” or “vexpress-a9”, but these days “virt” is a far better choice for most people, so some documentation of how to use it seems overdue. (I may do a followup post for 64-bit ARM later.)Update 2017-07-24: I have now written that post about installing a 64-bit ARM guest.Why the “virt” board?QEMU has models of nearly 50 different ARM boards, which makes it difficult for new users to pick one which is right for their purposes. This wild profusion reflects a similar diversity in the real hardware world: ARM systems come in many different flavours with very different hardware components and capabilities. A kernel which is expecting to run on one system will likely not run on a...
在 QEMU 的 64 位 ARM"virt"板上安装 Debian 这篇文章是 描述了如何让 Debian 运行 Qemu 模仿一个 32 位 ARM "virt" 板。 为什么是"virt"板?对于 64 位 ARM QEMU 模拟更少的板,因此"virt"几乎是唯一的选择,除非您特别知道要模拟 64 位 Xilinx 板之一。"virt" 支持 PCI、virtio、最近的 ARM CPU 和大量 RAM。它唯一没有开箱即用的东西是图形。先决条件和假设我假设你有一个 Linux 主机, 和最新版本的 Qemu (至少 Qemu 2.8) 。我还使用libguestfs从 QEMU 磁盘映像中提取文件,但如果您愿意,您可以使用其他工具执行该步骤。我要记录如何设置直接启动内核的来宾。也应该有QEMU启动一个UEFI映像,然后从磁盘映像启动内核,但这不是我自己研究过的事情。(网络上其他地方可能有教程。获取安装程序文件我建议为这些和我们要创建的其他文件创建一个子目录。wget -O installer-linux http://http.us.debian.org/debian/dists/stretch/main/installer-arm64/current/images/netboot/debian-installer/arm64/linuxwget -O installer-initrd.gz http://http.us.debian.org/debian/dists/stretch/main/installer-arm6...
 Fiddler与其他抓包工具的区别 1、Firebug虽然可以抓包,但是对于分析http请求的详细信息,不够强大。模拟http请求的功能也不够,且firebug常常是需要“无刷新修改”,如果刷新了页面,所有的修改都不会保存; 2、Wireshark是通用的抓包工具,能获取HTTP,也能获取HTTPS,但是不能解密HTTPS,所以wireshark看不懂HTTPS中的内容,但如果是TCP、UDP协议可以用wireshark; 3、Httpwatch也是比较常用的http抓包工具,但是只支持IE和firefox浏览器(其他浏览器可能会有相应的插件);而Fiddler 是一个使用本地 127.0.0.1:8888 的 HTTP 代理,任何能够设置 HTTP 代理为 127.0.0.1:8888 的浏览器和应用程序都可以使用 Fiddler。Fiddler用来post,http请求工具软件。具体使用看附件。点击打开链接-Fiddler使用教程
Hyper-v安装Centos7系统与Mariadb10.5互为主从与keepalive高可用MySQL的高可用方案有很多种,双主、MHA、MMM等等,这里只是写下最简单的双主这种高可用方案。一、配置MySQL互为主从.       1,主机环境准备,我这里主机系统为Windows Server 2019,安装Hyper-v后,再安装hyper-v安装Centos7虚拟机。系统IP主机名服务Centos 7.5192.168.137.31centos-31MariaDB10.5+keepalived 1.3.5Centos 7.5192.168.137.38centos-38MariaDB10.5+keepalived 1.3.5       2,MariaDB10.5 互为主从的配置,参考: https://www.micoder.cc/blog/2324.html ,配置比较简单。二、配置keepalived高可用1、安装keepalived两个节点都需要执行以下命令,以便安装keepalived。  yum -y install keepalived2、修改主机Centos7-31的keepalived配置文件。我这里配置了三个vip ,配置多少vip并不影响使用。[root@centos-31 ~]# cat /etc/keepalived/keepalived.conf! Configuration File for keepalivedglobal_defs {   notification_email {   root@localhost   }   notification_email_from Alexandre.Cass...
    总共265页,当前第42页 | 页数:
  1. 32
  2. 33
  3. 34
  4. 35
  5. 36
  6. 37
  7. 38
  8. 39
  9. 40
  10. 41
  11. 42
  12. 43
  13. 44
  14. 45
  15. 46
  16. 47
  17. 48
  18. 49
  19. 50
  20. 51
  21. 52