Skip to content

Instantly share code, notes, and snippets.

View folkmoss's full-sized avatar

folkmoss folkmoss

View GitHub Profile
@morph626
morph626 / everforest.calibre-palette
Last active February 20, 2026 02:45
Color pallette for Calibre (https://calibre-ebook.com/) based on sainnhe's (https://github.com/sainnhe) Everforest colour scheme in medium (both light and dark) (https://github.com/sainnhe/everforest)
{
"dark": {
"palette": {
"AlternateBase": "#4f585e",
"Base": "#343f44",
"BrightText": "#e67e80",
"BrightText-disabled": "#e69875",
"Button": "#3d484d",
"ButtonText": "#d3c6aa",
"ButtonText-disabled": "#7a8478",
@eylenburg
eylenburg / msoffice_in_linux.md
Last active February 26, 2026 07:42
Installing Microsoft Office in Linux

Step by step guide: How to install Microsoft Office in any Linux distribution

There are multiple options how to install MS Office on Linux.

VM-based - Integrate Windows apps running in a Windows virtual machine as native-looking in Linux

  1. LinOffice - Microsoft Office Launcher for Linux, my own fork of Winapps which is focused on only running Microsoft Office, with some Office-specific improvements over Winapps and a fully automated setup. Eventually I would like to create a GUI for it. Decribed below
  2. Winapps, based on KVM, QEMU, Docker/Podman and FreeRDP. Still actively maintained (getting Github commits). Decribed below
  3. Cassowary, based on KVM, QEMU, libvirt/virt-manager, and FreeRDP. Last release in Feb 2022 and seems to be abandoned.