Skip to content
View riverwolf67's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report riverwolf67

Report abuse

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

Report abuse

Pinned Loading

  1. test-repo-for-credentials test-repo-for-credentials Public

    test-repo-for-credentials

  2. iDRAC-Redfish-Scripting iDRAC-Redfish-Scripting Public

    Forked from dell/iDRAC-Redfish-Scripting

    Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish

    PowerShell 1

  3. Simple apt-get update notifier using... Simple apt-get update notifier using desktop notifications and cron
    1
    #!/usr/bin/env python2
    2
    # -*- coding: utf-8 -*-
    3
    """Simple notify2-based apt-get update notifier
    4
    5
    Requires:
  4. ghostty ghostty Public

    Forked from ghostty-org/ghostty

    👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

    Zig

  5. cloud-image-for-proxmox cloud-image-for-proxmox Public

    Forked from robertsinfosec/cloud-image-for-proxmox

    Scripts for creating Ubuntu Cloud Images on ProxMox.

    Shell

  6. This script will download a cloud im... This script will download a cloud image of many Linux distros and create a Proxmox 6 KVM template from it.
    1
    #!/bin/bash
    2
    set -o errexit
    3
    
                  
    4
    clear
    5
    printf "\n*** This script will download a cloud image and create a Proxmox VM template from it. ***\n\n"