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

Highlights

  • Pro

Organizations

@os-cloud

Block or report cloudnull

Report abuse

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

Report abuse

Pinned Loading

  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 32

  2. InstanceSync InstanceSync Public archive

    Bash Script to Sync Linux Instances from one to another

    Shell 92 41

  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 10 4

  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