- Winbind (e.g.
sudo apt install winbind
) - Wine
- Winetricks
This is work in progress
I read about the .NET Generic Host for the first time in a Tweet of David Fowler. And I was hooked by the idea, it was just what I was looking for.
I like modules making things small but fit together like pieces of a puzzle, if possible being able to reuse them. I started refactoring Greenshot over a year ago, and was making modules out of the spaghetti code that it was. Trying to extract the modules into their own nuget packages, making them more generic and testable. I glued them together with some code I wrote, which is availble in Dapplo.Addons, but I knew that this was just a journey, until I found something that is a better with more potential.
I found the following description: _The purpose of Generic Host is to enable a wider array of host scenarios. Messaging, backg
These are the steps I followed enable VirtualBox on my laptop without disabling UEFI Secure Boot. They're nearly identical to the process described on [Øyvind Stegard's blog][blog], save for a few key details. The images here are borrowed from the [Systemtap UEFI Secure Boot Wiki][systemtap].
- Install the VirtualBox package (this might be different for your platform).
src='https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo'
using Google.Apis.Json; | |
using Google.Apis.Util.Store; | |
using System; | |
using System.Data.Common; | |
using System.Threading.Tasks; | |
namespace GoogleAuthDataStores | |
{ | |
/// <summary> | |
/// Database data store that implements <see cref="IDataStore"/>. This store creates a different row for each |
#!/usr/bin/python3 | |
# Released into the public domain, where possible (http://creativecommons.org/publicdomain/zero/1.0/) | |
import sys | |
import re | |
import hashlib | |
fc = sys.argv[1] | |
parts = re.match('^(\d{4})-(\d{4})-(\d{4})$', fc) |
Delicious is going into disrepair, so I needed to find another home for my bookmarks. The transfer to Evernote was causing me headaches (since most things I found online no longer worked) so when I figured it out, I thought I'd document how I got it to work, for posterity.
Take Delicious bookmarks with tags, and create a new Bookmarks notebook in Evernote (basic/free version) which contains a new note for each old bookmark, with tags intact.