Skip to content
View roberttoups's full-sized avatar
Block or Report

Block or report roberttoups

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
roberttoups/README.md
  • 👋 Hi, I’m @roberttoups
  • 👀 I’m interested in AWS

Pinned

  1. IPv4Toolbox IPv4Toolbox Public

    Module to simplify the calculations associated to IPv4 addressing.

    PowerShell 3

  2. Install-RemoteDesktopCertificate Install-RemoteDesktopCertificate Public

    A PowerShell script for the installation of Let's Encrypt trusted certificates for use by Remote Desktop sessions.

    PowerShell 1

  3. DSCEA DSCEA Public

    Forked from microsoft/DSCEA

    DSC Environment Analyzer (DSCEA) is a simple implementation of PowerShell Desired State Configuration that uses the declarative nature of DSC to scan systems in an environment against a defined ref…

    PowerShell

  4. temp_humidity_api temp_humidity_api Public

    Turn your Raspberry Pi into a mini weather station! This guide will help you set up an API to read temperature and humidity data from a DHT22/AM2302 sensor.

    Python 1

  5. Will automatically download and inst... Will automatically download and install the latest and greatest version of PowerShell for Raspberry Pi then make it available for the 'pi' user. It uses the PowerShell stable version API return for the version. The script will leave behind the gzip tarball. The contents will be expanded into '/home/pi/PowerShell'. A symbolic link to '/home/pi/PowerShell/pwsh' will be made pointing from '/usr/local/bin/pwsh'.
    1
    #!/bin/sh
    2
    # Update the Pi and ensure dependencies
    3
    sudo apt-get update && sudo apt-get install '^libssl1.0.[0-9]$' libunwind8 jq -y
    4
    # Variables
    5
    # Ask Microsoft for the version