Skip to content
View imperzer0's full-sized avatar

Block or report imperzer0

Report abuse

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

Report abuse

Pinned Loading

  1. webserver webserver Public

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

    C++ 3

  2. DebLiveISO DebLiveISO Public

    Customised Debian Live Image

    Vim Script 1

  3. metapython metapython Public archive

    metaprogramming extension for python programming language

    C++

  4. imperzer0-essentials-plugin imperzer0-essentials-plugin Public

    plugin with essential functional for simple friendly multiplayer minecraft server

    Java 1

  5. filestorage filestorage Public

    Lightweight storage server application

    HTML 1

  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/