This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------------------ | |
# - | |
# Extract clip from video - | |
# - | |
# Created by Fonic <https://github.com/fonic> - | |
# Date: 04/21/24 - 04/21/24 - | |
# - | |
# Source: - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------------- | |
# - | |
# Remove unneeded language(s) from video file - | |
# - | |
# Created by Fonic <https://github.com/fonic> - | |
# Date: 04/14/22 - 11/20/23 - | |
# - | |
# Posted as answer on StackExchange Unix & Linux: - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------------- | |
# - | |
# Cinemassacre.com Angry Video Game Nerd (AVGN) Episode Scraper - | |
# - | |
# Created by Fonic <https://github.com/fonic> - | |
# Date: 02/18/23 - 02/19/23 - | |
# - | |
# Why use cinemassacre.com instead of Youtube?: - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------------- | |
# - | |
# Fonic <https://github.com/fonic> - | |
# Date: 07/22/21 - 06/30/22 - | |
# - | |
# Based on: - | |
# Initramfs script 'initrc-init.sh', - | |
# 'man 8 smartctl', section 'EXIT STATUS' - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------------- | |
# - | |
# Generate Tag (gentag) - | |
# - | |
# Created by Fonic <https://github.com/fonic> - | |
# Date: 01/09/18 - 04/20/21 - | |
# - | |
# ------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to https://github.com/fonic/scan2pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------------- | |
# - | |
# Create bootable device from Ultimate Boot CD ISO image - | |
# - | |
# Created by Fonic <https://github.com/fonic> - | |
# Date: 09/23/20 - 09/23/20 - | |
# - | |
# Based on: - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
# Recursively generate pretty print of arbitrary objects | |
def generate_pprint(obj, level_indent=" ", max_depth=None, verbose_output=True, | |
justify_output=True, prevent_loops=True, prevent_revisit=False, | |
explore_objects=True, excluded_ids=[], visited_ids=[], | |
path_ids=[], current_depth=0): | |
"""Recursively generates pretty print of arbitrary objects. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------------------------------- | |
# - | |
# Sign Linux kernel modules - | |
# - | |
# Created by Fonic <https://github.com/fonic> - | |
# Date: 07/13/20 - 07/15/20 - | |
# - | |
# Based on: - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ------------------------------------------------------------------------- | |
# - | |
# Check hardened Linux kernel configuration - | |
# - | |
# Created by Fonic <https://github.com/fonic> - | |
# Date: 07/13/20 - | |
# - | |
# ------------------------------------------------------------------------- |
NewerOlder