Skip to content

Instantly share code, notes, and snippets.

@gubatron
gubatron / compiling_building_c_cpp_notes.md
Last active April 18, 2024 07:58
Things to remember when compiling and linking C/C++ programs

Things to remember when compiling/linking C/C++ software

by Angel Leon. March 17, 2015;

Last update on December 14, 2023

Updated on February 27, 2023

Updated August 29, 2019.

@simonw
simonw / how-to.md
Last active July 7, 2024 18:45
How to create a tarball of a git repository using "git archive"
@import-benjamin
import-benjamin / qemu-bridge.conf.sh
Created December 18, 2020 11:45
Setup bridge configuration with KVM/Qemu
# When encoutering this issue :
#
# Error starting domain: internal error: /usr/lib/qemu/qemu-bridge-helper --br=br0 --fd=25: failed to
# communicate with bridge helper: Transport endpoint is not connected stderr=failed to parse default
# acl file/etc/qemu/bridge.conf
#
# proceed as follows :
sudo mkdir /etc/qemu
sudo touch /etc/qemu/bridge.conf
sudo chmod u+r /etc/qemu/bridge.conf