Skip to content
View riblo's full-sized avatar

Block or report riblo

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 Loading

  1. packer-rhel9 packer-rhel9 Public

    An example of generating RHEL 9.4 minimal install using HashiCorp Packer for a VMware environment.

    1

  2. gentoo-vmware-dotfiles gentoo-vmware-dotfiles Public

    I can't natively install Linux on my corporate laptop, so I had to pump a powerful Gentoo Linux virtual machine

    Latte 1

  3. openwisp/OpenWISP-Firmware openwisp/OpenWISP-Firmware Public archive

    An OpenWRT based firmware to be used with OpenWISP Manager

    Shell 86 43

  4. openwisp/ansible-openwisp2-imagegenerator openwisp/ansible-openwisp2-imagegenerator Public

    Automatically build several openwisp2 firmware images for different organizations while keeping track of their differences

    Shell 120 12

  5. Kubernetes CLI cluster monitoring Kubernetes CLI cluster monitoring
    1
    #!/bin/bash
    2
    #
    3
    # "kubectl top nodes" based -> metric-servers or heapster needed
    4
    # possible CSV output w/o line 21 
    5
    # 
  6. Import VMware images (ovf based) to ... Import VMware images (ovf based) to Proxmox VE
    1
    #!/bin/bash
    2
    # Script that import VMware images (ovf based) to Proxmox VE 
    3
    # Your VM_NAME needs to be the same for: VM_NAME (directory) and VM_NAME.ovf
    4
    
                  
    5
    PROXMOX_USER=root