Skip to content
View robertsinfosec's full-sized avatar

Block or report robertsinfosec

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
robertsinfosec/README.md

Hi there! By day, I'm a mild-mannered Principal Security Engineer. By night... well, I'm still pretty mild-mannered, and also still focused on tech! My world revolves around security, platform engineering, and the endless puzzle of making technology work better.

Visit my blog site: https://robertsinfosec.com

Pinned Loading

  1. cloud-image-for-proxmox cloud-image-for-proxmox Public

    Scripts for creating Ubuntu Cloud Images on ProxMox.

    Shell 67 28

  2. coming-attractions coming-attractions Public

    Container to add to Servarr or Jellyfin installations to get upcoming theatrical and streaming trailers.

    Python

  3. freebusy-site freebusy-site Public

    A website to show calendar free/busy data for a person.

    TypeScript

  4. freebusy-api freebusy-api Public

    Serverless API to handle free/busy iCal data requests via Cloudflare Workers.

    TypeScript

  5. Default update scripts for Debian-ba... Default update scripts for Debian-based Linux distributions.
    1
    #!/bin/bash
    2
    
                  
    3
    Black='\033[0;30m'
    4
    DarkGray='\033[1;30m'
    5
    Red='\033[0;31m'
  6. Bash script to create a consistent D... Bash script to create a consistent Docker Compose-based service in `/opt/${ServiceName}` and be controllable by a Systemd service, via a created `service-runner` account that has limited `sudo` privilege to control the service and reboot.
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    
                  
    4
    # =========================
    5
    # service-generator.sh