Code for Better Life

Code for Better Life

Follow
homebadges

KVM GPU Passthrough on Ubuntu 20.04

Nov 6, 20212 min read

For a better development environment ยท Objectives I can summarize the objectives of the project like the following: Dual OS but without dual boot Ubuntu...

KVM GPU Passthrough on Ubuntu 20.04

Copy Image in Clipbaord to Electron App

Apr 28, 20211 min read

TL;DR This function returns a code of image source. const copyImage = () => { const _ = clipboard.availableFormats('clipboard') if...

Copy Image in Clipbaord to Electron App

Configure Windows Laptop for Development

Jan 27, 20212 min read

Create RamDisk for Cache Install ImDisk Toolkit. Set the size of RamDisk to 8GB, allocate memory statically, mount it on R:\, and set TEMP variables...

Configure Windows Laptop for Development

Create and Sign an EXE with Python

Jan 27, 20211 min read

The contents of this post are no longer useful. If you want to turn your python procedure into a signed executable in Windows, just follow the steps...

Create and Sign an EXE with Python