Skip to content

Instantly share code, notes, and snippets.

@eylenburg
eylenburg / msoffice_in_linux.md
Last active September 22, 2026 21:37
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.
@Klerith
Klerith / instalaciones.md
Last active September 22, 2026 21:34
Instalaciones necesarias para el curso de Git y GitHub

Git_icon svg-1

Instalaciones recomendadas - Curso de Git y GitHub

@dluciv
dluciv / README.md
Last active September 22, 2026 21:32
Sway + WayVNC minimal headless config

Requirements

Fundamental:

  • Sway
  • Wayvnc

Current config:

  • Waybar
@Hona
Hona / code-like-luke.md
Created August 13, 2026 01:44
OpenCode slash command for happy-path-first, use-case-oriented software design
description Implement with clear orchestration, strong interfaces, and happy-path-first design

Code like Luke.

Implement the requested change, but optimize the design for the normal user flow. If the happy path is 95% of runtime behavior, it should be approximately 95% of the code readers see.

Start with context:

  • inspect the existing code, callsites, data flow, and nearby conventions
#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
@loggedbytucker-blip
loggedbytucker-blip / pi-commands.md
Last active September 22, 2026 21:19
Raspberry Pi 5 media server — Immich + Jellyfin + Tailscale

Raspberry Pi 5 Media Server — Commands

Immich (photos) + Jellyfin (movies/TV) + Tailscale (access from anywhere). Commands only, in the order they're run in the video.

Tested August 2026 on:

Hardware Raspberry Pi 5, 8GB — CanaKit Starter Kit PRO
@mokhtar2040
mokhtar2040 / search_rare_files.md
Created September 22, 2026 21:17 — forked from Jason2Brownlee/search_rare_files.md
Where to Search for Rare Files
@marginal23326
marginal23326 / eml.py
Last active September 22, 2026 21:18
A Python AST compiler that reduces all elementary mathematical functions into binary trees of the universal EML operator and the constant 1.
import ast
import functools
import sys
from fractions import Fraction
import mpmath
mpmath.mp.dps = 16
# Constants for EML logic limits
@Jason2Brownlee
Jason2Brownlee / search_rare_files.md
Last active September 22, 2026 21:17
Where to Search for Rare Files
@omerfsen
omerfsen / nvidia-smi-cheat-sheet.md
Created November 6, 2025 11:58
nvidia-smi cheat sheet

NVIDIA-SMI Comprehensive Cheat Sheet

Overview

nvidia-smi (NVIDIA System Management Interface) is a command-line tool that provides monitoring, management, and diagnostic information for NVIDIA GPU devices.

It communicates directly with the NVIDIA driver and GPU, and can:

  • Monitor GPU performance, temperature, and utilization
  • Manage power, clock speeds, and ECC
  • Control persistence mode and compute modes