Skip to content
View Aureliolo's full-sized avatar

Block or report Aureliolo

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 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 Loading

  1. story-factory story-factory Public

    AI-powered multi-agent story generation system with local LLM support (fexperimental to test stuff)

    Python

  2. openolat-webdav-to-discord-bot openolat-webdav-to-discord-bot Public

    Bot that checks for new files uploaded to openolat and downloads them as well as posts them to discord

    Python 1

  3. MariaDB/MySQL Backup Script with bas... MariaDB/MySQL Backup Script with basic options
    1
    #!/bin/bash
    2
    # database-backup.sh
    3
    # created by Aurelio Amoroso https://gist.github.com/Aureliolo 
    4
    # Feel free to use and modify
    5
    
                  
  4. check-tcp-stability.py check-tcp-stability.py
    1
    import socket
    2
    import threading
    3
    import logging
    4
    import signal
    5
    import sys
  5. Setup SSH keys on a list of systems ... Setup SSH keys on a list of systems using kerberos authentication
    1
    #!/bin/bash
    2
    #
    3
    # SSH Key Setup Script
    4
    #
    5
    # This script sets up SSH key-based authentication on multiple remote servers
  6. synthorg synthorg Public

    SynthOrg — Framework for building synthetic organizations with autonomous AI agents

    Python 4