hpr2904 :: DIY URL shortening
Quick tip on how to shorten an URL without a silly SaaS
Hosted by Klaatu on Thursday 2019-09-19 is flagged as Clean and is released under a CC-BY-SA license.
Tags: html, url shortner.
Listen in ogg,
spx, or
mp3 format. | Comments (1)
Make a directory to house your shortened URLs.
$ ssh example.com mkdir public_html/u
On demand, create a subdirectory for the shortened URL you want to create.
$ ssh example.com mkdir public_html/u/hpr
Create an HTTP redirect in an index.html file.
$ ssh example.com echo ""<html><title>Shortened URL</title><head><meta http-equiv='refresh' content='0; URL=http://hackerpublicradio.org/correspondents.php?hostid=78' /></head></html>"" > www/u/hpr/index.html
Your shortened URL is example.com/u/hpr
Show Transcript
Automatically generated using whisper
whisper --model tiny --language en hpr2904.wav
<< First, < Previous, Next >, Latest >>