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

Block or report imperzer0

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. metapython metapython Public archive

    metaprogramming extension for python programming language

    C++

  2. port_flooder port_flooder Public

    port ddos application (linux)

    C++ 2

  3. imperzer0-essentials-plugin imperzer0-essentials-plugin Public

    plugin with essential functional for simple friendly multiplayer minecraft server

    Java

  4. filestorage filestorage Public

    Lightweight storage server application

    HTML 1

  5. webserver webserver Public

    Lightweight c++ web server for linux (available in docker container)

    C++ 2

  6. filestorage typical environment conf... filestorage typical environment configuration
    1
    #!/bin/bash
    2
    
                  
    3
    dd if=/dev/random of=filestorage_container bs=1M count=<megabytes>
    4
    mkfs.ext4 filestorage_container
    5
    sudo mount --mkdir filestorage_container storage/