Monday, October 26, 2015

Complex Networks




References:
[1] Network Science: Theory and Applications http://train.ed.psu.edu/WFED-543/SocNet_TheoryApp.pdf

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...