manual, set internal collections to filename.md template

This commit is contained in:
Mik-TF
2024-05-13 19:28:23 -04:00
parent 280652166f
commit 1836179a75
169 changed files with 709 additions and 709 deletions

View File

@@ -1,15 +1,15 @@
<h1> Key Innovations </h1>
Throughout the years, we've built innovative products that are now part of a whole ecosystem.
![](dream_comes_true.png)
<h2>Table of Contents</h2>
- [Mycelium: a new network layer for the internet](mycelium_innovation.md)
- [Zero-OS: a minimalistic and more efficient server operating system](zos_innovation)
- [Quantum Safe Storage](zstor_innovation.md)
- [Quantum Safe Filesystem](qsfs_innovation.md)
- [FList: a new way to deal with OS Images](flist_innovation.md)
- [FungiStor](fungistor_innovation.md)
<h1> Key Innovations </h1>
Throughout the years, we've built innovative products that are now part of a whole ecosystem.
![](dream_comes_true.png)
<h2>Table of Contents</h2>
- [Mycelium: a new network layer for the internet](mycelium_innovation.md)
- [Zero-OS: a minimalistic and more efficient server operating system](zos_innovation)
- [Quantum Safe Storage](zstor_innovation.md)
- [Quantum Safe Filesystem](qsfs_innovation.md)
- [FList: a new way to deal with OS Images](flist_innovation.md)
- [FungiStor](fungistor_innovation.md)
- [Network Wall](network_wall_innovation.md)

View File

@@ -1,25 +1,25 @@
### The Problem
The current centralized state of the internet poses significant security risks, with compromised routers and growing cyber threats (trillions of USD per year now), making everyone vulnerable to hacking. Industry responses involve disabling original features, hindering true peer-to-peer connectivity and personal server capabilities. Workarounds and system hacks have become the norm.
**Our Internet is seriously broken. We need new ways to communicate**
### Introducing Mycelium
Mycelium is an overlay network layer designed to enhance the existing internet infrastructure while remaining compatible with all current applications. It empowers true peer-to-peer communication. By installing a Network Agent on your device, you gain the ability to securely connect with any other participant on this network. Mycelium intelligently reroutes traffic to maintain connectivity taking location of you and your peer into consideration.
### The Benefits
- **Continuous connectivity:** Mycelium ensures uninterrupted connectivity by dynamically rerouting traffic through available connections (friends, satellites, 4/5G, fiber).
- **End-to-end encryption:** robust encryption stops man-in-the-middle attacks, guaranteeing secure communication.
- **Proof of authenticity ([POA](p2p:poa.md))**: ensures that we know who we are communicating with
- **Optimized routing:** Mycelium finds the shortest path between network participants, reducing latency and keeping traffic localized.
- **Universal server capability:** empowers individuals to act as servers, a foundational element for any peer-to-peer system.
- **Full Compatibility:** Mycelium seamlessly integrates with the current internet, supporting any application.
- **Impressive speed:** achieves 1 Gbps per Network Agent, ensuring rapid data transfer.
### Status
In beta and usable from TFGrid 3.13, its our 3e generation approach to networking and took us years to do. We are looking forward to your feedback.
### The Problem
The current centralized state of the internet poses significant security risks, with compromised routers and growing cyber threats (trillions of USD per year now), making everyone vulnerable to hacking. Industry responses involve disabling original features, hindering true peer-to-peer connectivity and personal server capabilities. Workarounds and system hacks have become the norm.
**Our Internet is seriously broken. We need new ways to communicate**
### Introducing Mycelium
Mycelium is an overlay network layer designed to enhance the existing internet infrastructure while remaining compatible with all current applications. It empowers true peer-to-peer communication. By installing a Network Agent on your device, you gain the ability to securely connect with any other participant on this network. Mycelium intelligently reroutes traffic to maintain connectivity taking location of you and your peer into consideration.
### The Benefits
- **Continuous connectivity:** Mycelium ensures uninterrupted connectivity by dynamically rerouting traffic through available connections (friends, satellites, 4/5G, fiber).
- **End-to-end encryption:** robust encryption stops man-in-the-middle attacks, guaranteeing secure communication.
- **Proof of authenticity ([POA](p2p:poa.md))**: ensures that we know who we are communicating with
- **Optimized routing:** Mycelium finds the shortest path between network participants, reducing latency and keeping traffic localized.
- **Universal server capability:** empowers individuals to act as servers, a foundational element for any peer-to-peer system.
- **Full Compatibility:** Mycelium seamlessly integrates with the current internet, supporting any application.
- **Impressive speed:** achieves 1 Gbps per Network Agent, ensuring rapid data transfer.
### Status
In beta and usable from TFGrid 3.13, its our 3e generation approach to networking and took us years to do. We are looking forward to your feedback.

View File

@@ -9,35 +9,35 @@ Any application which can run on linux can run on the TFGrid.
### Compute (uses CU)
- [ZKube](compute/zkube.md)
- [ZKube](zkube.md)
- kubernetes deployment
- [ZMachine](compute/zmachine.md)
- [ZMachine](zmachine.md)
- the container or virtual machine running inside ZOS
- [CoreX](compute/corex.md)
- [CoreX](corex.md)
- process manager (optional), can be used to get remote access to your zmachine
A 3Node is a Zero-OS enabled computer which is hosted by any cloud operator.
### There are 4 storage mechanisms which can be used to store your data:
- [ZOS FS](storage/zos_fs.md)
- [ZOS FS](zos_fs.md)
- is our dedupe unique filesystem, replaces docker images
- [ZOS Mount](storage/zmount.md)
- [ZOS Mount](zmount.md)
- is a mounted disk location on SSD, this can be used as faster storage location
- [Quamtum Safe Filesystem](../qsss/qss_filesystem.md)
- [Quamtum Safe Filesystem](qss_filesystem.md)
- this is a super unique storage system, data can never be lost or corrupted. Please be reminded that this storage layer is only meant to be used for secondary storage applications
- [ZOS Disk](storage/zdisk.md)
- [ZOS Disk](zdisk.md)
- a virtual disk technology, only for TFTech OEM partners
### There are 4 ways how networks can be connected to a Z-Machine.
- [Planetary network](network/planetary_network.md):
- [Planetary network](planetary_network.md):
- is a planetary scalable network, we have clients for windows, osx, android and iphone
- [ZOS Net](network/znet.md):
- [ZOS Net](znet.md):
- is a fast end2end encrypted network technology, keep your traffic between your z_machines 100% private
- [ZOS NIC](network/znic.md):
- [ZOS NIC](znic.md):
- connection to a public ipaddress
- [WEB GW](network/webgw.md):
- [WEB GW](webgw.md):
- web gateway, a secure way to allow internet traffic reach your secure Z-Machine.

View File

@@ -23,7 +23,7 @@ presents itself as a filesystem to the ZMachine.
see how its implemented in:
- [Quantum Safe Storage](../../qsss/qsss_home.md)
- [Quantum Safe Filesystem](../../qsss/qss_filesystem.md)
- [Quantum Safe Algo](../../qsss/qss_algorithm.md)
- [Quantum Safe Storage](qsss_home.md)
- [Quantum Safe Filesystem](qss_filesystem.md)
- [Quantum Safe Algo](qss_algorithm.md)

View File

@@ -6,4 +6,4 @@
- [Zero-DB](zdb.md) : the lowest level storage primitive, is a key value stor, used underneath other storage mechanisms typically
- [Zero-Disk](zdisk.md) : OEM only, virtual disk format
Uses [Storage Units = SU](../../../grid/concepts/cloudunits.md).
Uses [Storage Units = SU](cloudunits.md).

View File

@@ -6,32 +6,32 @@ To build on the ThreeFold Grid, refer to the [Developers](developers@@developers
<h2>Table of Contents</h2>
- [Introduction](tech/technology.md)
- [The Internet Today](tech/internet_today.md)
- [History of Computers](tech/history/c64.md)
- [Too Many Layers](tech/history/layers.md)
- [The Internet Re-invented](tech/how_does_it_work.md)
- [World Records](tech/world_records.md)
- [Key Innovations](tech/key_innovations_overview.md)
- [Mycelium Network](tech/mycelium_innovation.md)
- [Zero-OS](tech/zos_innovation.md)
- [Quantum Safe Storage](tech/zstor_innovation.md)
- [Quantum Safe Filesystem](tech/qsfs_innovation.md)
- [FList: Better OS Images](tech/flist_innovation.md)
- [FungiStor](tech/fungistor_innovation.md)
- [Network Wall](tech/network_wall_innovation.md)
- [Architecture](tech/architecture.md)
- [Energy Efficient](tech/energy_efficient.md)
- [Decentralized Cloud Core Capabilities](tech/features.md)
- [Storage](tech/qsss_home.md)
- [Quantum Safe Storage Algo](tech/qss_algorithm.md)
- [Zero Knowledge proof](tech/qss_zero_knowledge_proof.md)
- [NFT Storage](tech/nft_storage.md)
- [Introduction](technology.md)
- [The Internet Today](internet_today.md)
- [History of Computers](c64.md)
- [Too Many Layers](layers.md)
- [The Internet Re-invented](how_does_it_work.md)
- [World Records](world_records.md)
- [Key Innovations](key_innovations_overview.md)
- [Mycelium Network](mycelium_innovation.md)
- [Zero-OS](zos_innovation.md)
- [Quantum Safe Storage](zstor_innovation.md)
- [Quantum Safe Filesystem](qsfs_innovation.md)
- [FList: Better OS Images](flist_innovation.md)
- [FungiStor](fungistor_innovation.md)
- [Network Wall](network_wall_innovation.md)
- [Architecture](architecture.md)
- [Energy Efficient](energy_efficient.md)
- [Decentralized Cloud Core Capabilities](features.md)
- [Storage](qsss_home.md)
- [Quantum Safe Storage Algo](qss_algorithm.md)
- [Zero Knowledge proof](qss_zero_knowledge_proof.md)
- [NFT Storage](nft_storage.md)
- [S3 Storage](tech/s3_interface)
- [File System](tech/qss_filesystem.md)
- [Network](tech/networking.md)
- [Mycelium](tech/mycelium.md)
- [Web Gateway](tech/webgw.md)
- [File System](qss_filesystem.md)
- [Network](networking.md)
- [Mycelium](mycelium.md)
- [Web Gateway](webgw.md)
- [Partners Utilization](partners_utilization@@partners)
- [Sikana](partners_utilization@@sikana)
- [Vindo](partners_utilization@@vindo)

View File

@@ -13,7 +13,7 @@
If you deploy a container with simple disk access, you dont have it.
Performance is around 50MB/second, if a bit more CPU is given for the distributed storage encoder, we achieve this performance.
More info see [Quantum Safe Storage](../../qsss/qsss_home.md).
More info see [Quantum Safe Storage](qsss_home.md).