Skip to content
View MahmoudDolah's full-sized avatar

Block or report MahmoudDolah

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. linux_hwinfo64 linux_hwinfo64 Public

    A lightweight, terminal-based system monitoring tool for Linux that provides real-time hardware metrics (CPU and GPU) in both text and graphical formats

    Python 3 1

  2. Abeyy/WeatherBet Abeyy/WeatherBet Public

    Ruby 2 1

  3. Firmware-Entry-Points-In-Memory Firmware-Entry-Points-In-Memory Public

    A research paper about auto detecting the base address and entry points of firmware in memory

    Shell 1

  4. import_ns1_resources_into_terraform.py import_ns1_resources_into_terraform.py
    1
    #! /usr/bin/env python3
    2
    
                  
    3
    from ns1 import NS1
    4
    import pprint
    5
    import subprocess
  5. Find unused EBS volumes in AWS Find unused EBS volumes in AWS
    1
    #! /usr/bin/env python3
    2
    import boto3
    3
    from pprint import pprint
    4
    import os
    5
    
                  
  6. dotfiles dotfiles Public

    Because I finally got around to managing this stuff

    Vim Script