Skip to content

Instantly share code, notes, and snippets.

Install Jellyfin on Termux [In Proot]

This guide shows two methods of installing Jellyfin on termux

Note: only tested on aarch64/arm64

These steps are same for both methods:

  1. Update the repo
pkg update
@AmanSaurav
AmanSaurav / pagemaker-to-pdf.ps1
Created November 29, 2021 08:51 — forked from r4d10n/pagemaker-to-pdf.ps1
Batch convert Pagemaker files to PDF
# An afternoon hack script to convert 100's of old Pagemaker files into PDF for reading
# Got tired looking for a good converter. Almost none exist..... Some bad business Adobe !
# Requires Powershell, WASP, Adobe Pagemaker (running as PM70, modify otherwise) with Distiller PDF conversion support
# If some files are not converted, do a re-run of the script, which processes the PMD files for which PDF file has not been created.
$path = "C:\PDFCollection\"
$pmdfilelist = Get-ChildItem $path -filter *.pmd -recurse