Skip to content
View AfroThundr3007730's full-sized avatar
🔧
Hacking all the things...
🔧
Hacking all the things...

Highlights

  • Pro

Organizations

@StylishThemes @DM4Productions @syncrepo
Block or Report

Block or report AfroThundr3007730

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. syncrepo syncrepo Public

    An all-in-one software repository sync script (or at least it aims to be)

    Shell 2 3

  2. MDN-Dark MDN-Dark Public

    Dark theme for the Mozilla Developer Network

    CSS 20 2

  3. Cloning preparation script for linux... Cloning preparation script for linux systems.
    1
    #!/bin/bash
    2
    # Does the equivalent of sysprep for linux boxes to prepare them for cloning.
    3
    # Based on https://lonesysadmin.net/2013/03/26/preparing-linux-template-vms/
    4
    # For issues or updated versions of this script, browse to the following URL:
    5
    # https://gist.github.com/AfroThundr3007730/ff5229c5b1f9a018091b14ceac95aa55
  4. Import DoD root certificates into li... Import DoD root certificates into linux CA store
    1
    #!/bin/bash
    2
    # Import DoD root certificates into linux CA store
    3
    # Version 0.3.0 updated 20240304
    4
    # SPDX-License-Identifier: GPL-3.0-or-later
    5
    
                  
  5. Create an on-demand SSH-based SOCKS5... Create an on-demand SSH-based SOCKS5 proxy via systemd socket activation
    1
    #!/bin/bash
    2
    # These steps will allow the setup of an on-demand SSH proxy
    3
    # Three unit files will be created to serve this purpose:
    4
    #   ssh-socks-helper.socket - The listening socket providing activation
    5
    #   ssh-socks-helper.service - A systemd proxy to pass the socket fd
  6. A note on licensing A note on licensing
    1
    # A note on licensing
    2
    
                  
    3
    Unless otherwise specified, any public code, document, snippet, or file posted
    4
    on my GitHub profile or Gists page, is released under the GNU GPL, Version 3.0
    5
    or later.