Theseus OS
Theseus is a new OS written from scratch in Rust to experiment with novel OS structure, better state management, and how to leverage intralingual design principles to shift OS responsibilities like resource management into the compiler.
437 words
|
2 minutes
Active Directory Setup on Windows Server 2019
Guide to setting up Active Directory on Windows Server 2019, including PowerShell commands for OU management.
177 words
|
1 minute
Installing Docker on Windows Server 2019
Guide to installing Docker on Windows Server 2019, both via OneGet and manual download methods.
242 words
|
1 minute
sysunixlog
This is a simple Rust program that demonstrates how to log a message to the system log on a Linux-based system using the syslog crate.
285 words
|
1 minute
Simple Linux OS
2023-12-04
Developed as a successor to the original Linux Kernal and Busybox based operating system.
460 words
|
2 minutes
Powerful ChatGPT Desktop Application
Developed as a successor to the original ChatGPT desktop application concept, gpt.rs brings a host of new features and improvements, ensuring a seamless and efficient user experience.
307 words
|
2 minutes
File Monitoring using eBPF
2023-12-01
This utility alerts you instantly whenever changes occur in your files, ensuring you're always in the loop.
278 words
|
1 minute
Journey into eBPF
2023-12-01
Dynamically programming of the Linux kernel to perform a variety of tasks efficiently.
455 words
|
2 minutes