理解 Linux 网络栈(1):Linux 网络协议栈简单总结

摘要: 引自:https://www.cnblogs.com/sammyliu/p/5225623.html 本系列文章总结 Linux 网络栈,包括: (1)Linux 网络协议栈总结 (2)非虚拟化Linux环境中的网络分段卸载技术 GSO/TSO/UFO/LRO/GRO (3)QEMU/KVM + V 阅读全文
posted @ 2018-06-15 15:16 Newbie wang 阅读(1013) 评论(0) 推荐(0) 编辑

使用python selenium webdriver模拟浏览器

摘要: selenium是进行web自动化测试的一个工具,支持C,C++,Python,Java等语言,他能够实现模拟手工操作浏览器,进行自动化,通过webdriver驱动浏览器操作,我使用的是chrome浏览器,下载chrome webdriver 放到python的安装目录。 参考连接: https:/ 阅读全文
posted @ 2018-06-14 17:17 Newbie wang 阅读(423) 评论(0) 推荐(0) 编辑

Xen基本原理

摘要: Refer to : https://my.oschina.net/davehe/blog/94039?fromerr=mOuCyx6W 1 Xen概述 1.1 简介 Xen是由剑桥大学计算机实验室开发的一个开源项目。是一个直接运行在计算机硬件之上的用以替代操作系统的软件层,它能够在计算机硬件上并发 阅读全文
posted @ 2017-12-11 16:48 Newbie wang 阅读(773) 评论(0) 推荐(0) 编辑

Xen安装部署和基本原理

摘要: Refer to : http://www.178linux.com/14764 目录: 1. Xen的简介 1.1 Xen的大体结构 1.2 Xen对VM的称呼 1.3 Xen对CPU和内存的虚拟化过程 1.4 Xen对IO设备的虚拟化过程 1.5 Linux Kernel对Xen的支持 1.6 阅读全文
posted @ 2017-12-11 16:37 Newbie wang 阅读(15114) 评论(1) 推荐(4) 编辑

Setups For Debugging QEMU with GDB and DDD

摘要: QEMU Build Considerations For Debugging Default (distro) installations for QEMU usually include stripped binaries with no debugging info. For instance 阅读全文
posted @ 2017-12-08 14:26 Newbie wang 阅读(11186) 评论(0) 推荐(0) 编辑

Performance comparison amount different cache mode of KVM

摘要: Host hardware info: CPU: CPU(s): 32On-line CPU(s) list: 0-31Thread(s) per core: 2Core(s) per socket: 8Socket(s): 2NUMA node(s): 2Vendor ID: GenuineInt 阅读全文
posted @ 2017-11-13 15:57 Newbie wang 阅读(176) 评论(0) 推荐(0) 编辑

I/O 全虚拟化和准虚拟化 [KVM I/O QEMU Full-Virtualizaiton Para-virtualization]

摘要: KVM 介绍(3):I/O 全虚拟化和准虚拟化 [KVM I/O QEMU Full-Virtualizaiton Para-virtualization] 学习 KVM 的系列文章: (1)介绍和安装 (2)CPU 和 内存虚拟化 (3)I/O QEMU 全虚拟化和准虚拟化(Para-virtul 阅读全文
posted @ 2017-09-07 16:56 Newbie wang 阅读(540) 评论(0) 推荐(0) 编辑

Useful plug-in collection of jenkins

摘要: A beautiful Jenkins dashboard : https://jenkins.io/blog/2016/01/10/beautiful-jenkins-dashboard/ 阅读全文
posted @ 2017-06-23 11:17 Newbie wang 阅读(95) 评论(0) 推荐(0) 编辑

How to get YAST2 log during installing

摘要: When your installation got suck, you need create bug report with yast logs, but you may feel confuse where to find the yast log since the host isn't i 阅读全文
posted @ 2017-06-05 10:11 Newbie wang 阅读(159) 评论(0) 推荐(0) 编辑

How to create a "BOOT USB DISK" for EXSI6.0

摘要: 1 准备工作 opensuse 13.2ESXi ISO文件 //vmware 官网下载 VMware-VMvisor-Installer-5.1.0-799733.x86_64.iso,XXXXXX为内部版本号 2. Initlize usb disk fdisk /dev/sdb "d" 删除全 阅读全文
posted @ 2016-07-19 17:47 Newbie wang 阅读(314) 评论(0) 推荐(0) 编辑