Skip to content

Instantly share code, notes, and snippets.

View hasezoey's full-sized avatar

hasezoey hasezoey

View GitHub Profile
@hasezoey
hasezoey / ade_qemu_mint.md
Created May 30, 2023 13:55
A Guide on how to setup a Qemu VM for Adobe Digital Editions and Calibre with DeDRM

Adobe Digital Edition and Calibre DeDRM in a VM

This guide shows how to have a ADE Setup with Calibre DeDRM via wine in qemu VM with Linux Mint.

This guide may not fully apply to your use-case, but i wanted to make it so i remember all the steps & download links in case i need to re-do the VM.

Pre-Download / Requirements

This section will list all the host requirements and files that will be downloaded throughout the guide, if wanting to download them beforehand.

@hasezoey
hasezoey / koreader_on_tolino.md
Last active April 5, 2024 10:15
Install KOReader on a Tolino device (Vision 5)

Install KOReader on a Tolino Device

Tolino Debug Menu codes

For KOReader (or any other APK) to be installed on a Tolino device, the debug menu has to be enabled:

  • if the tolino is on system version 14, search for code 124816 source
  • if the tolino is on system version 15, search for code 1123581321 source
  • if the tolino is on system version 16, search for code 112358132fb source

Note: "searching" as in the search for books on the tolino itself (the magnifying glass in the top bar)

type NonFunctionPropertyNames<T> = { [K in keyof T]: T[K] extends Function ? never : K }[keyof T];
type NonFunctionProperties<T> = Pick<T, NonFunctionPropertyNames<T>>;
type MakeSomeOptional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
class Base {
public _id: string;
public static async create<K extends typeof Base>(
this: K,
@hasezoey
hasezoey / 23.3.2019 libvirt GPU Passthrought result.md
Last active September 22, 2019 10:46
what i learned in libvirt, and some wokrarounds

Result of GPU Passthrought (sate 23.3.2019)

System Infomation

CPU: Intel i7-7700K (8) @ 4.50 GHz
GPU 1 (Host): NVIDIA GeForce GTX 1080 (didnt want to risk breaking it)
GPU 2 (Guest): NVIDIA GeForce GTX 950
RAM: 32GB Corsair (giving 16GB to Guest)
System: Linux Mint 19.1 Tessa x86_64 Cinnamon
Kernel: 4.15.*
Looking-Glass: git commit (current HEAD -> master, origin/master, origin/HEAD) d1c0d2b5f80cea156c18b956024b84b17736d62a