Skip to content

Instantly share code, notes, and snippets.

@dansup
dansup / pixelfed-instances-mod.json
Created March 25, 2023 07:42
Example Pixelfed Instances Backup
{
"version": 1,
"auto_cw": [],
"unlisted": [],
"banned": [
"instagram.com",
"myspace.com",
"bebo.com",
"photobucket.com",
"friendster.com",
@dansup
dansup / homebrew.mxcl.php.plist
Created September 21, 2023 00:26 — forked from askdkc/homebrew.mxcl.php.plist
fork safe php
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>homebrew.mxcl.php</string>
<key>LimitLoadToSessionType</key>
<array>
@dansup
dansup / pixelfed-statuses.json
Created January 6, 2025 00:33
The statuses export format for Pixelfed, as of Jan 5, 2025.
[
{
"_v": 1,
"id": "2",
"shortcode": "C",
"uri": "https://pixelfed.social/p/dansup/2",
"url": "https://pixelfed.social/p/dansup/2",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
@dansup
dansup / update-ffmpeg-to-8.1.2.md
Last active June 25, 2026 13:48
How to update ffmpeg to the latest version for Pixelfed and Loops on Ubuntu

Update FFmpeg to 8.1.2 on Ubuntu for Pixelfed / Loops

This guide installs FFmpeg 8.1.2 from source on Ubuntu (24.04 LTS) for servers that process user-uploaded media, such as Pixelfed or Loops.

This fixes the pixelsmash vulnerability.

It installs FFmpeg into:

/opt/ffmpeg/8.1.2