Skip to content

Instantly share code, notes, and snippets.

@danmons
danmons / gist:c00366c223ae404c23b97c51c8a1b0ee
Last active July 15, 2025 02:50
Orange Pi 5B + Armbian + Pathor / Panfrost / PanVK / Vulkan
# Tested 2025-02-12
# This will probably be out of date once Armbian updates
# These steps manually overwrite system files. This is for testing only. Do not run this on important/production things.
# This is not a script. These are just notes. Don't run this - use it as a guide only.
# Pathor and panvk require at least kernel 6.13 to produce a picture over HDMI
# And bleeding edge Mesa for the drivers
# To start this process, you will need to be running one of the Armbian 6.12 based images on your OPi5B board
@p3t3r67x0
p3t3r67x0 / prefixed-office-properties.md
Last active April 28, 2025 13:41
MS Office prefixed style properties can be used for older versions of MS Excel, MS PowerPoint or MS Word when you want to save a document, presentation, workbook, or worksheet as a web document, or even in older versions for MS Outlook.

MS Office prefixed style properties

mso-ansi-font-size

Note: Office only

mso-ansi-font-size: large | larger | <length> | medium | <percentage> | small | smaller | x-large | x-small | xx-large | xx-small
#!/system/bin/sh
# setcpu, a set cpu script written for custom Android Roms by clvv <[email protected]>
# Usage: setcpu [MINFREQ MAXFREQ GOVERNOR]
# setcpu -h, --help #print this message
# setcpu -s, --status #print CPU status
# If no parameter is specified, an interactive setup guide will start.
# NOTE: This script MUST be run as root in order to make configuration change!
# Tips: run 'watch -n1 setcpu -s' to watch CPU status, refresh every second.
# Happy overclocking! :)