Skip to content

Instantly share code, notes, and snippets.

View Craterdome's full-sized avatar

Matthew Farver Craterdome

View GitHub Profile
@Craterdome
Craterdome / convert_url_file.sh
Last active July 21, 2024 16:06 — forked from GeoffreyPlitt/convert_url_files_to_bookmarks.sh
Convert a text file of urls (urls.txt) to a bookmarks.html file that can be imported into a browser
#!/bin/bash
#
# Run this script on a file named urls.txt with all your URLs and pipe the output to an HTML file.
# Example: ./convert_url_file.sh > bookmarks.html
# Based on changes from Jan van den Berg: https://j11g.com/2019/08/15/create-a-chrome-bookmark-html-file-to-import-list-of-urls/
echo "<!DOCTYPE NETSCAPE-Bookmark-file-1>"
echo '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">'
echo '<TITLE>Bookmarks</TITLE>'
echo '<H1>Bookmarks</H1>'
@Craterdome
Craterdome / plexaccess.md
Last active May 28, 2020 22:04
Plex Instructions

How to access Matt's Plex Server

  1. https://app.plex.com -> Sign in with your preferred choice and send me the email on the account. If you use a social media login you can see which email it used by looking at your profile in top-right corner.
  2. Accept the invitation email. (I may also send you a link directly, either works)
  3. Go to the Home Dashboard by clicking the home icon in the top left corner.
  4. To see my libraries click "More >" in the menu.
  5. Hover over the libraries, expand the 3-dot menu and pin them. You can click "< Pinned" to go back.