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

Block or report ECiurleo

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. docker-waf docker-waf Public

    Forked from theonemule/docker-waf

    An NGINX and ModSecurity based Web Application Firewall for Docker

    Dockerfile

  2. k9s-spec k9s-spec Public

    k9s spec file to use with SCM build for Fedora package

    1

  3. Mac-Brew-install-Apps Mac-Brew-install-Apps Public

    Brew install the most common apps on a new machine

    Shell

  4. Resize partitions for EBS volumes af... Resize partitions for EBS volumes after you change their size in AWS
    1
    #Update the LVM partition sizes for the data disk after EBS resize
    2
    sudo pvresize /dev/nvme1n1
    3
    sudo lvextend -l +100%FREE /dev/mapper/data-lvol0
    4
    
                  
    5
    #Update the EXT4 partition sizes for the root disk after EBS resize
  5. fedora-workstation-dev-setup fedora-workstation-dev-setup Public

    Setup for a fedora workstation to install and configure a developer machine

    Shell

  6. Install Plex on Raspbian / Debian Install Plex on Raspbian / Debian
    1
    # Update package lists
    2
    sudo apt-get update && \
    3
    # Install necessary packages for HTTPS transport
    4
    sudo apt-get install apt-transport-https && \
    5
    # Add the Plex Media Server signing key