Giter VIP home page Giter VIP logo

ablox's Introduction

ablox

This system is currenly a work in progress. The server side is working and is easy to setup. It currenly only supports the NBD protocol.

To use: Clone the project

go run server/server.go hostname port

  • hostname - the hostname or IP address you want to listen on. Hostname can be localhost if you only want it available locally
  • port - The port you want to listen on.

Put any files you want to attach in a subfolder "sample_disks". They are immediately avaiable for all users.

Right now, any users are allowed to accesss any files. File locking is not occuring on the server so you must make sure you only modify the disk from one system. Multiple read-only copies are fine.

Please file issues if you find any problems.

Background info

Installation

  • Go
  • QEMU
brew install qemu

Setup Docker and Ubuntu under VMWare

sudo su - apt-get update apt-get install open-ssl openssh-server open-vm-tools apt-transport-https ca-certificates nbd-client nbd-serverß

Follow instructions: https://docs.docker.com/engine/installation/linux/ubuntulinux/

// to be able to connect to an NBD server, you have to make sure the module is loaded. On starting the OS, run: sudo modprobe nbd

### Tools
  • Wireshark
  • QEMU
  • Virtualbox
  • Intellij/PyCharm with golang plugin (Delve debugger currently has a bug itself!, so breakpoint will only stop 1 time! and it won't stop anymore even after you restart the debugging session)

ablox's People

Contributors

jsprinklex9 avatar rayleeriver avatar thejacobtaylor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.