Skip to content

Instantly share code, notes, and snippets.

View tylerljohnson's full-sized avatar
🚀

Tyler Johnson tylerljohnson

🚀
View GitHub Profile

Brew Bundle Brewfile Tips

Copyright & License

Unless otherwise noted (either in this file or in a file's copyright section) the contents of this gist are Copyright ©️2020 by Christopher Allen, and are shared under spdx:Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.) open-source license.

Sponsor

If you more tips and advice like these, you can become a monthly patron on my GitHub Sponsor Page for as little as $5 a month; and your contributions will be multipled, as GitHub is matching the first $5,000! This gist is all about Homebrew, so if you like it you can support it by donating to them or becoming one of their Github Sponsors.

@tylerljohnson
tylerljohnson / format_and_mount_block_device.sh
Last active October 16, 2023 21:52 — forked from basilmusa/format_and_mount_block_device.sh
format and mount a block device
#!/bin/bash
############################################################################
# This script simply formats a block device and mounts it to the data
# directory in a very safe manner by checking that the block device is
# completely empty
#
############################################################################
set -eu
if [ $# -ne 2 ]
#!/bin/bash
############################################################################
# This script simply formats a block device and mounts it to the data
# directory in a very safe manner by checking that the block device is
# completely empty
#
############################################################################
set -eu
if [ $# -ne 2 ]
@tylerljohnson
tylerljohnson / README.md
Last active January 29, 2025 04:16
Password Generator Bookmarklet

🚀 Password Generator Bookmarklet - v1.1.9

This feature-rich, efficient, and customizable password generator is designed for both light and dark mode, ensuring a smooth user experience with intuitive keyboard shortcuts, dynamic updates, and smart optimizations. 🎯

📌 Full Feature List


🛠️ General Functionality

  • Generates secure passwords dynamically.
  • Auto-updates password when options or length change.