Skip to content

Instantly share code, notes, and snippets.

View cnlelema's full-sized avatar

Lele Ma cnlelema

View GitHub Profile
@cnlelema
cnlelema / install-pre-ubu18-xen4.10.0.sh
Last active July 14, 2021 05:15
Script to install prerequisite packages of Xen on ubuntu 18.04
#!/bin/bash
sudo apt-get update
#cite: https://wiki.xenproject.org/wiki/Compiling_Xen_From_Source#Build_Dependencies
sudo apt-get install -y build-essential
sudo apt-get install -y bcc bin86 gawk bridge-utils libcurl4-openssl-dev bzip2 module-init-tools transfig tgif
@cnlelema
cnlelema / install-pre-ubu16-xen4.10.0.sh
Last active May 22, 2021 18:56
Script to install prerequisite packages of Xen 4.10.0 on Ubuntu 16.04
#!/bin/bash
sudo apt-get update
sudo apt-get install -y aptitude
#cite: https://wiki.xenproject.org/wiki/Compiling_Xen_From_Source#Build_Dependencies
sudo apt-get install -y build-essential
sudo apt-get install -y bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif