🔧
Hacking all the things...
Nothing to see here...
Highlights
- Pro
Pinned Loading
-
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
-
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 -
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
-
A note on licensing
A note on licensing 1# A note on licensing
23Unless otherwise specified, any public code, document, snippet, or file posted
4on my GitHub profile or Gists page, is released under the GNU GPL, Version 3.0
5or later.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.