An open API service indexing awesome lists of open source software.

https://github.com/sakkke/muos

🚀 Linux distro
https://github.com/sakkke/muos

linux-distro

Last synced: about 1 month ago
JSON representation

🚀 Linux distro

Awesome Lists containing this project

README

          

.. raw:: html

.. figure:: https://socialify.git.ci/sakkke/muos/image?issues=1&language=1&name=1&owner=1&pattern=Formal%20Invitation&stargazers=1&theme=Light
:alt: muos

muos

.. raw:: html

|image1| |image2|

muOS

Goals
-----

- Sustainable Operating System Architecture

- Programmable System Installation
- Fastest Automatic System Installation
- Fastest System Restoration
- Continuable System

Links
-----

- `CHANGELOG.rst <./CHANGELOG.rst>`__
- `CODE_OF_CONDUCT.rst <./CODE_OF_CONDUCT.rst>`__
- `CONTRIBUTING.rst <./CONTRIBUTING.rst>`__
- `Documents `__
- `LICENSE <./LICENSE>`__
- `todo.txt <./todo.txt>`__

Download
--------

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

Dev
---

1. On the target:

.. code:: bash

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

2. On the host:

.. code:: bash

addr=''
nc -vw 2 "$addr" 6867 < ./scripts/serve

3. On the target:

.. code:: bash

serve

4. On the host:

.. code:: bash

./scripts/transfer "$addr"

.. |image1| image:: https://img.shields.io/circleci/build/github/sakkke/muos?style=for-the-badge
:target: https://app.circleci.com/pipelines/github/sakkke/muos
.. |image2| image:: https://img.shields.io/codecov/c/github/sakkke/muos?style=for-the-badge
:target: https://app.codecov.io/gh/sakkke/muos