dentOS VS 9front

Compare dentOS vs 9front and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dentOS 9front
1 3
197 38
4.6% -
5.0 9.8
about 2 months ago 6 days ago
C C
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dentOS

Posts with mentions or reviews of dentOS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • Sysadmin friendly high speed Ethernet switching
    4 projects | news.ycombinator.com | 24 Apr 2024
    Having gone through this struggle myself, here's the cheat sheet. You want a device that uses the Linux switchdev driver and is supported by dentOS (whether or not you actually choose to run dentOS on it):

    https://www.kernel.org/doc/html/latest/networking/switchdev....

    https://github.com/dentproject/dentOS

    Basically switchdev means you don't need hardware-specific userspace tools (with their own bizarre syntax to learn) in order to configure the switch. DentOS support means the device uses a sane bootloader (uboot or grub) and the only binary blobs on the device will be the ones built into the bootloader (IntelME, Arm Trusted Firmware) and the switch firmware which will be part of linux-firmware (and therefore very easy to manage/update).

    In particular, looking for these two keywords is how you make sure that the hardware vendor is staying on "their side of the line" between hardware and software. Violations of this line are endemic to 10G+ switching.

9front

Posts with mentions or reviews of 9front. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • Sysadmin friendly high speed Ethernet switching
    4 projects | news.ycombinator.com | 24 Apr 2024
    > What would it take to write the driver?

    Familiarity with plan 9 and its kernel along with a solid understanding of c. Plan 9 had its own c library which is close to c90 but much cleaner imo. Networking and threading libs are really nice.

    Driver might be in two parts like usb where the kernel driver serves up the usb controller and attached devices while user space file servers open the devices and serves them. e.g. a webcam is served as a video stream file.

    > Also, is Plan 9 maintained sufficiently?

    A community fork known as 9front is maintained and receives patches almost daily. http://git.9front.org/plan9front/plan9front/HEAD/info.html and http://9front.org/releases/

    If you like videos here is a really nice channel of a plan 9 hacker: https://www.youtube.com/channel/UC7qFfPYl0t8Cq7auyblZqxA

  • Introduction to Plan 9
    2 projects | news.ycombinator.com | 2 Jan 2024
  • A currently maintained fork of SSHFS
    8 projects | news.ycombinator.com | 5 Sep 2023

What are some alternatives?

When comparing dentOS and 9front you can also consider the following projects:

websocketfs - WebSocketFS: it's like sshfs, but over a WebSocket and implemented in Typescript

fuse-t

sshfs - A network filesystem client to connect to SSH servers