Skip to content

Instantly share code, notes, and snippets.

@tylermakin
tylermakin / chromebox-kiosk-mode.md
Last active March 18, 2020 05:37
Configure Chromebox for Single-App Kiosk Mode

Chromebox Single-App Kiosk Mode

Configure Chromebox to auto-launch a Chrome app when device is turned on. App will launch automatically without login or prompt.

To enable kiosk mode for a web page, the third-party Kiosk app is a great option.

Steps

  1. Wipe data on Chromebook
    1. Turn off Chromebox
    2. Press "Reset" button with paperclip or pin
  2. Press recovery button while turning on device
@tylermakin
tylermakin / ec2-ftp-tutorial.md
Last active February 28, 2024 16:12
Tutorial for configuring FTP access to an EC2 server
@tylermakin
tylermakin / Multipart MIME Email.md
Last active February 2, 2024 21:36
Multipart MIME Email Guide

Multipart MIME Email Guide

This is a guide on how to send a properly formatted multipart email. Multipart email strings are MIME encoded, raw text email templates. This method of structuring an email allows for multiple versions of the same email to support different email clients.

// Example Multipart Email:
From: sender@example.com
To: recipient@example.com
Subject: Multipart Email Example
Content-Type: multipart/alternative; boundary="boundary-string"