All Projects → indradhanush → rc-shell

indradhanush / rc-shell

Licence: MIT license
A UNIX shell

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to rc-shell

measurement-kit
[DEPRECATED] Network measurement engine
Stars: ✭ 97 (+410.53%)
Mutual labels:  unix
ModernOperatingSystems AndrewTanenbaum
My notes after reading 'Modern Operating Systems' book by Andrew Tanenbaum and Herbert Bos.
Stars: ✭ 71 (+273.68%)
Mutual labels:  unix
daemonize
Template code for writing UNIX-daemons.
Stars: ✭ 33 (+73.68%)
Mutual labels:  unix
Coherent
Coherent OS
Stars: ✭ 20 (+5.26%)
Mutual labels:  unix
probes-rs
Rust library to read out system stats from a machine running Unix
Stars: ✭ 14 (-26.32%)
Mutual labels:  unix
airyx
A BSD-based OS project that aims to provide an experience like and some compatibility with macOS (formerly known as airyxOS)
Stars: ✭ 2,490 (+13005.26%)
Mutual labels:  unix
socket
Dazzle Async Socket
Stars: ✭ 19 (+0%)
Mutual labels:  unix
cati
Cati Unix Package Manager
Stars: ✭ 19 (+0%)
Mutual labels:  unix
rusty-sandbox
A sandboxing library for Rust
Stars: ✭ 59 (+210.53%)
Mutual labels:  unix
ccalendar
Chinese Calendar in calendar(1) for BSD, Linux & macOS
Stars: ✭ 17 (-10.53%)
Mutual labels:  unix
ATAC-seq
Basic workflow for ATAC-seq analysis
Stars: ✭ 30 (+57.89%)
Mutual labels:  unix
RCE-python-oneliner-payload
Python bind shell single line code for both Unix and Windows, used to find and exploit RCE (ImageMagick, Ghostscript, ...)
Stars: ✭ 23 (+21.05%)
Mutual labels:  unix
systems
Resources for learning systems programming.
Stars: ✭ 42 (+121.05%)
Mutual labels:  operating-systems
SSDUT-learning-materials
这些是我本科四年的专业课学习资料,分享给大家,也欢迎大家把里面没有的传进去,一定不要造轮子啊。😀
Stars: ✭ 27 (+42.11%)
Mutual labels:  operating-systems
cpp redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
Stars: ✭ 506 (+2563.16%)
Mutual labels:  unix
mbr-boot-manager
💾 Master Boot Record with a boot menu written in Assembly
Stars: ✭ 57 (+200%)
Mutual labels:  operating-systems
gitpack
Git-based package manager written in POSIX shell
Stars: ✭ 72 (+278.95%)
Mutual labels:  unix
dotfiles
Config files for my *nix systems
Stars: ✭ 105 (+452.63%)
Mutual labels:  unix
ser334-public
This repository contains public source files for use in SER334 (Operating Systems & Networks) at Arizona State University.
Stars: ✭ 28 (+47.37%)
Mutual labels:  operating-systems
duckOS
Yet another hobby x86 UNIX-like operating system written in C and C++. Features a dynamically linked userspace, an in-house c standard library, and more! And yes, it runs DOOM.
Stars: ✭ 250 (+1215.79%)
Mutual labels:  unix

RC Shell

A minimal UNIX shell.

Note: This is a work in progress

I am explaining this project as I progress on my blog:

  • Part I deals with understanding fork.
  • Part II explains how to execute commands like ls and pwd.
  • Part III explains the concepts of signal handling.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].