Git Product home page Git Product logo

akkodis's Introduction

Getting Started

Prerequisites

You will need to have the following installed:

FYI

Solutions to the first and second sections (multiple choice) can be found in section_one.txt and section_two.txt respectively.

Note

  • This project is provisioned for Linux and Mac OS only.
  • Ensure to append sudo to all commands if your Docker permission configs is not properly set Or if you always require sudo to execute docker commands.
  • You should run all make commands described below on your local machinge, not from within a Virtual Machine, as these commands are meant to stand up a VM-like environment using Docker containers.
  • This project requires Docker 17.06+ CE. The current Docker version used for this project is Docker 20.10.22 CE.
  • I recommend Docker Stable, but Docker Edge should work as well.

Clone the project

git clone https://github.com/otuozeAhmed/akkodis.git

Note: Ensure to cd into the (akkodis) folder before running the upcoming commands

Buid process image

make build.process.image

start the containers.

make start

Password Generator.

make password.generate

Process Monitor.

make process.monitor

Note: Process data is populated real-time in data.json, typing in executable path can be daunting and not so user friendly, so, this solution does not require file/paths/to/executable. You can type the executable name alone and the program will automatically detect the executable path for you. e.g. you can type "chrome" or "firefox" on prompt to monitor each process respectively.

Contact Book.

make contact.book

note: contact data is stored in contacts.sqlite3 automatically

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.