-
Prerequisites
a Raspberry PI 4B
a SD Card, has installed Ubuntu for Raspberry Pi
Building EDK2
Install required packages
1su...
-
Scenarios & Chanllenges
Cloud Native: the number of connections grow with thousands times
ScaleUp->ScaleOut->Mesh, ...
-
the Computer Architecture
The First Draft Report on the EDVAC, 1945
Decoupling Cores, Kernels, and Operating Systems, 2014
Th...
-
The Reports
The KVM Weather Report, Jes Sorensen, 2011
KVM Weather Report, Gleb Natapov, 2013
KVM Live Migration: Weather for...
-
Build a map of technical experts and associations, try to stand on the shoulder of giants :)
Experts
Computer Scientists
John...
-
AWS Virtualization Evolution HistoryAWS virtualization evolution history: cpu/memory, io(network, storage), hypervisor.
AWS N...
-
Binary Index TreeBinary Indexed Tree also called Fenwick Tree provides a way to represent an array of numbers in an array, al...
-
Segment TreeSegment Tree is used in cases where there are multiple range queries on array and modifications of elements of th...
-
DFS and BFSDFS with recursive, while BFS with queue, caution for loops.
DFS pseudocode steps:I. if node is Null returnII. acc...
-
Virtualization GenerationsFull-virtualization -> Para-virtualization -> Hardware-assisted virtualization -> Hardware...