Skip to content

Instantly share code, notes, and snippets.

View WannaBeGeekster's full-sized avatar

WannaBeGeekster WannaBeGeekster

View GitHub Profile
@WannaBeGeekster
WannaBeGeekster / Ubuntu_Vagrant_libvirt.md
Created January 9, 2024 23:52 — forked from PaulNeumann/Ubuntu_Vagrant_libvirt.md
How to Install the Vagrant libvirt Provider on Ubuntu 22.04.2 LTS Desktop or Server

How to Install the Vagrant libvirt Provider on Ubuntu 22.04.2 LTS Desktop or Server

This document describes how to install the Vagrant libvirt provider on Ubuntu 22.04.2 LTS Desktop or Server. Much of the content is based on a blog post by Philippe Vanhaesendonck of Oracle Corp. describing how to set up the Vagrant libvirt provider on Oracle Linux.

All of the commands shown should be run in a terminal window or SSH session.

Before You Start

Verify That Your CPU Supports Hardware Virtualization

I am attesting that this GitHub handle WannaBeGeekster is linked to the Tezos account tz1Wt1Sy43zw5BQMfmfW23tnzxdapExJQV2C for tzprofiles
sig:edsigu6CcNwD1FgZ3QishJrmTVHgsKjfC94aQzFDCe7NmsKbTdMgMRp7PS38nDZexLbEsXpSKvFR2qBEvMBD13DYDg1mzWaHhju
@WannaBeGeekster
WannaBeGeekster / notimportant.js
Created March 31, 2018 13:29
TestingSyncFromGithub
Nothing important here.
bow wow
Meow
wx.ID_OK
This is another gist.
This is a test in progress.
The dog is a pain
# Virtual event handlers, overide them in your derived class
def SaveNewGist(self, event):
self.gist_content = self.scinNewGistContents.GetText()
self.new_gist_name = self.txtCtrlNewGistName.GetValue()
self.new_gist_file_name = self.txtCtrlNewGistFileName.GetValue()
self.public = self.chkPublic.GetValue()
data = {}
data['description'] = self.new_gist_name
if self.public:
data['public'] = true