Skip to content
View cloudnull's full-sized avatar
👨‍🚒
Yup
👨‍🚒
Yup

Highlights

  • Pro

Organizations

@rackerlabs @rcbops @os-cloud
Block or Report

Block or report cloudnull

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. turbolift turbolift Public archive

    If you have found yourself in a situation where you needed to upload, download, delete, modify, or checkout a whole bunch of files/objects, this is what you are looking for. Turbolift is a client w…

    Python 113 34

  2. InstanceSync InstanceSync Public archive

    Bash Script to Sync Linux Instances from one to another

    Shell 92 39

  3. Solus zsh theme for oh-my-zsh Solus zsh theme for oh-my-zsh
  4. systemd-netns systemd-netns Public archive

    systemd helper service units for running services in network namespaces.

    Shell 11 5

  5. Create a vxlan mesh on multiple host... Create a vxlan mesh on multiple hosts for multiple bridged interfaces to create isolated user networks. The primary use-case here is tenant Isolation with OpenStack Ironic.
    1
    #!/bin/bash
    2
    # Copyright 2016, Rackspace US, Inc.
    3
    #
    4
    # Licensed under the Apache License, Version 2.0 (the "License");
    5
    # you may not use this file except in compliance with the License.
  6. Install the latest Unifi Controller ... Install the latest Unifi Controller on Debian 11
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set -ev 
    4
    set -o pipefail
    5