sakkke / muos

πŸš€ Linux distro

Home Page:https://muos.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

muos

muos

image1 image2

muOS

Goals

  • Sustainable Operating System Architecture
    • Programmable System Installation
    • Fastest Automatic System Installation
    • Fastest System Restoration
    • Continuable System

Links

Download

You can download the custom Archiso in CircleCI artifacts of make-archiso-workflow.

Dev

  1. On the target:
addr="$(ip route get 1.2.3.4 | head --lines=1 | awk '{print $7}')"
echo "addr=$addr"
nc -lvp 6867 | install /dev/stdin /usr/local/bin/serve
  1. On the host:
addr='<addr>'
nc -vw 2 "$addr" 6867 < ./scripts/serve
  1. On the target:
serve
  1. On the host:
./scripts/transfer "$addr"

About

πŸš€ Linux distro

https://muos.netlify.app/

License:GNU General Public License v3.0


Languages

Language:Python 70.9%Language:Shell 26.7%Language:Dockerfile 1.5%Language:Makefile 0.9%