Unix
Unix is a powerful, multiuser, multitasking operating system originally developed at AT&T Bell Labs in the 1960s. Known for its portability, efficiency, and flexibility, Unix has influenced many other operating systems, including Linux and the various BSD (Berkeley Software Distribution) systems. This topic covers the history, architecture, and key features of Unix, as well as its various derivatives and implementations. It also explores Unix’s impact on modern computing, including its role in the development of networking, security, and software development practices.
- GitHub: https://github.com/topics/unix
- Wikipedia: https://en.wikipedia.org/wiki/Unix
- Created by: AT&T Bell Labs
- Released: 1969
- Related Topics: linux, operating-systems, posix, bsd,
- Aliases: unix-system, unix-os,
- Last updated: 2026-07-01 00:29:00 UTC
- JSON Representation
https://github.com/ap/stat-lsmode
format file modes like the ls -l command does
Last synced: 12 Apr 2025
https://github.com/mbdanielcrespo/minitalk
Inter-process communication (IPC) using UNIX signals project. It involves creating a client-server system where the client sends messages to the server by encoding characters bit-by-bit using SIGUSR1 and SIGUSR2 signals.
bitwise-operators getpid ipc kill pause signal-processing sigusr1 sigusr2 unix
Last synced: 10 Sep 2025
https://github.com/git-user-cpp/spynix
It's a mirror of rapid unix system & hardware info scraper
ansi-c c c-programming hardware hardware-information information-extraction linux spynix unix
Last synced: 16 May 2026
https://github.com/benknoble/java_on_nix
Setting up a java project on nix
java make makefile makefile-template nix project-templates unix
Last synced: 16 May 2026
https://github.com/ahsouza/microservices
Desenvolvimento de microserviços
alfresco-community docker docker-compose javascript kubernets laravel minikube modsecurity-nginx nginx-proxy nodejs oracle oracle-12c php-fpm php7-3 redis senecajs-microservice shell-script unix vuejs zenity
Last synced: 07 Apr 2026
https://github.com/vrutik21/sockdfs
This project implements a distributed file system with three servers (Smain, Spdf, Stext) and a client (client24s) using socket programming. The system supports multiple client connections, enabling upload, download, and management of .c, .txt, and .pdf files across different servers seamlessly, with clients interacting only with the main server.
c linux shell-scripting socket-programming unix
Last synced: 16 May 2026
https://github.com/rajnandinithopte/socket-programming--computer-networks
A UNIX socket programming project that implements a meeting scheduler using TCP and UDP communication. The system includes a client, main server, and two backend servers to process meeting requests and determine common available time slots efficiently. Built using C/C++ on Ubuntu, following POSIX socket programming principles.
computernetworks cpp posix socket-programming tcp ubuntu unix
Last synced: 13 Jul 2025
https://github.com/yazaldefilimone/unixv6
a re-implementation of dennis ritchie's and ken thompson's unix v6
Last synced: 17 Jul 2025
https://github.com/zoff99/pwstore
simple password mananger for unix scripts
Last synced: 18 Jul 2025
https://github.com/codelixir/shella-ciao
Linux shell written in C language supporting some basic and user-defined commands
c cli hacktoberfest linux shell unix
Last synced: 10 May 2026
https://github.com/teamkweku/simple_shell
The Simple Shell project is an implementation of a basic Unix shell written in C. This project aims to provide a minimalist yet functional shell environment for users to execute commands, navigate directories, and manage processes.
c-programming command-line-interpreter operating-system process-management system-utilities unix
Last synced: 05 Jun 2026
https://github.com/vegarsti/slice
command line utility for slicing lines, alternative to cut
Last synced: 20 Jul 2025
https://github.com/debarghya4469/unix-design-book
Examples from "Design of UNIX book" by M. Bach
Last synced: 08 May 2025
https://github.com/mahidulhq/unixcli-cheatsheet
simple command-lines to dominate terminal.
cli command-line commandline fedora fedora-workstation linux unix unix-command
Last synced: 17 May 2026
https://github.com/alexjackson1/take_bytes
A lightweight Rust utility for classic Unix-style CLIs
Last synced: 17 Jun 2026
https://github.com/pieli/coating
A filter with a clickable interface 🦝
bash canny cli hci interaction rice tui unix unix-philosophy vim
Last synced: 07 Mar 2026
https://github.com/vroncevic/shellwrap
Shell wrapper for Java Application
bash deployment java linux macos qnx shell unix wrapper
Last synced: 04 Apr 2026
https://github.com/thedevtop/rootve
Chroot Virtual Environments
chroot-environment golang unix
Last synced: 22 Apr 2025
https://github.com/nemeslaszlo/elte-operating-systems-course
This repository contains the tasks / files and details of the ELTE Operating systems course.
c fork message-queue named-pipes pipes shared-memory signals unix
Last synced: 05 Apr 2025
https://github.com/learnixos/lxos-rc
A lightweight init system for LxOS, written from scratch. Minimal shell scripts handle boot, services, and shutdown.
bsd busybox gnu-linux init-system linux unix
Last synced: 28 Apr 2026
https://github.com/gedevcel/unix-system-scripts
Bash scripts for UNIX system management. 💻
bash shell shell-scripting unix unix-shell
Last synced: 18 May 2026
https://github.com/kindsoldier/sysrun
simple web app for emergency start/stop VMs
Last synced: 11 Mar 2025
https://github.com/jos-felipe/webserv
This project is here to make you write your own HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful, even if you won't be working on a website.
network network-and-system-administration object-oriented-programming rigor unix
Last synced: 08 Jan 2026
https://github.com/harmim/vut-ios-project-2
Operační systémy - Projekt 2
c linux parallel-algorithm process-synchronisation processes semaphore shm unix
Last synced: 18 May 2026
https://github.com/steliospapamichail/unixshell
A custom UNIX shell that supports normal and multiple command inputs, simple I/O redirection, and multi-pipped commands.
bash c linux linux-shell shell unix
Last synced: 07 Apr 2026
https://github.com/copy05/lennox
[ABANDONED] The Lennox Kernel. inspired by linux. it's a simple and lightweight operating system
copy05 kernel lennox linux operating-system os unix unixporn
Last synced: 05 Apr 2025
https://github.com/jayvdb/era_data
ERA ( Excellence in Research for Australia ) reference data
analysis appveyor australian continuous-integration dataset era era-data field-of-research journal-list journal-rank msys2 mysql-database oracle-ci oracle-database pgsql reference-data sqlite3 travis-ci travis-oracle unix
Last synced: 11 Jan 2026
https://github.com/dpetrosy/shell_scripts
My shell scripts repository.
bash computer-science linux shell shell-script unix
Last synced: 11 Apr 2026
https://github.com/harsh-panchal-804/memory-allocator-in-c
Custom memory allocator in C for Unix like systems implementing functions like malloc(), calloc(), realloc() and free() using the sbrk() kernel call. It also implements a linked list for managing memory blocks and handles thread safety via a global mutex lock.
c linked-list memory-management sbrk threads unix
Last synced: 18 May 2026
https://github.com/yusufshakeel/shell-script
This is a sample shell script project.
Last synced: 30 May 2026
https://github.com/pedram-aliniaye-asli/icd
Interactive Change Directory command
bash change-directory filesystem python shell unix unix-shell
Last synced: 12 Apr 2026
https://github.com/gmartinezramirez-old/operating-system-assignaments
:vertical_traffic_light: [Finished] Operating systems undergraduate coursework assignaments. Coursework: Operating Systems
c c-plus-plus coursework operating-system unix
Last synced: 18 May 2026
https://github.com/afeiship/ushell-module-tomcat
Unix like shell for tomcat.
Last synced: 12 Sep 2025
https://github.com/diegomagdaleno/libsolv
🤔Library for solving packages and reading repositories
dependency-solving dpkg linux rpm solv unix utopia winter
Last synced: 18 May 2026
https://github.com/mohitarora3/buffer-cache
Simulation of getblk and brelse algorithms that fulfills buffer allocation and release requests of processes .
Last synced: 02 Feb 2026
https://github.com/ralphmoran/paralleljobs
Vanilla #PHP does not support #asynchronous #jobs or #multitask processes. Here I can explain how you can achieve it when you run your script on a Unix/Linux OS.
asynchronous jobs linux multitasking parallel php unix
Last synced: 16 Apr 2026
https://github.com/santisite/ccwc
Version in Go of the Unix command line tool wc.
Last synced: 18 May 2026
https://github.com/rwxdash/vulpix
Pretty print your network information.
ifconfig network network-info pretty-print unix
Last synced: 03 Dec 2025
https://github.com/victoriacheng15/cc-wc-js
JS wc command reimagined: Conquer John Crickett's code challenge
Last synced: 29 Mar 2025
https://github.com/victoriacheng15/cc-cat-rs
Built a cat command tool in Rust - learning on paws!
Last synced: 29 Mar 2025
https://github.com/nikos25k/shell-implementation
💻 This project is a custom shell implementation written in C. It provides a command-line interface for users to execute commands, manage command history, create and use aliases, and handle input/output redirection and pipelines. The shell supports various built-in commands and can execute external programs, making it a versatile tool.
aliases command-history command-line-interface inpout-output-redirection pipeline process-management shell signal-handling system-programming unix wildcard-expansion
Last synced: 18 May 2026
https://github.com/shelepuginivan/rshell-web
Веб-сайт rshell - командной оболочки UNIX
nextjs scripting-language shell unix
Last synced: 25 Jun 2025
https://github.com/leilaicruz/git-workshop-4tu-tue-march-2025
This repository contains instructions for the Version control with Git workshop given by 4TU.ResearchData in TU/e on March10-11 2025
4turesearchdata collaboration git shell unix workshop
Last synced: 19 May 2026
https://github.com/ozyx/wc-rs
The classic UNIX command, but written in Rust!
Last synced: 13 Sep 2025
https://github.com/hacker1024/yes.dart
A Dart package that constantly writes a string to an IOSink, simillarly to the UNIX yes utility.
Last synced: 19 May 2026
https://github.com/abdellah-nsila/born2beroot
A project focused on setup Linux distribution without GUI, and setup host rules.
1337 42born2beroot 42born2code born2beroot debian devops filesystem linux lvm root server services shell unix vbox virtual-machine virtualbox virtualization
Last synced: 02 May 2026
https://github.com/xpdojo/linux
Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds.
Last synced: 19 May 2026
https://github.com/cblegare/xdmenu
Extensible wrapper for dmenu.
dmenu menu python rofi unix window-manager x11
Last synced: 10 Jan 2026
https://github.com/denbonte/linux_enc
Notes on volumes encryption on Linux/UNIX systems for future lazy me.
encryption linux sysadmin unix
Last synced: 19 May 2026
https://github.com/umutsevdi/remote-sh
A shell which remotely executes UNIX commands & programs and returns its responses.
c posix shell socket-programming unix
Last synced: 19 May 2026
https://github.com/pegasusheavy/rawk
A 100% POSIX-compatible AWK implementation in Rust with GNU AWK (gawk) extension support
awk cli command-line gawk parser posix rust scripting text-processing unix
Last synced: 18 Feb 2026
https://github.com/abdellah-nsila/philosophers
Philosophers with threads and mutexes
1337 42philosophers born2code c philosophers threads unix
Last synced: 14 Mar 2025
https://github.com/mic-devs/curtin_ucp_assignment1
Assignment 1 of the Unix & C Programming Unit. This is an ASCII-based CLI game comparable to 'Frogger' or 'Crossy Road' coded in C89.
Last synced: 02 Jan 2026
https://github.com/conorbros/process-overseer
Distributed process overseer and controller
Last synced: 20 May 2026
https://github.com/essien1990/printf
Kalu and i are ALX SE students working on the printf project
Last synced: 20 May 2026
https://github.com/stevelauc/unixpermissionsext
A trivial trait bringing missing functions that are not exposed by PermissionsExt to Permissions on UNIX platforms.
file-permissions set-gid set-uid sticky-bit unix
Last synced: 18 Mar 2025
https://github.com/filip-kustura/os
Laboratorijske vježbe iz kolegija Operacijski sustavi. Nastajalo tijekom ljetnog semestra 2022.
c data-systems multithreading signals synchronization unix
Last synced: 27 Jun 2025
https://github.com/demonstrandum/coins
A simple live terminal currency exchange rate converter in Ruby
api coins currencies exchange fixer-io linux ruby unix
Last synced: 20 May 2026
https://github.com/divinemonk/program_dumps
[program_dumps]: day-to-day workflow automation scripts & programs!
automation bash burp burp-requests converter day-to-day linux python python3 requests scripts sh shell unix
Last synced: 08 Apr 2026
https://github.com/okoge-kaz/system_programming
2022-1Q システムプログラミング (Tokyo Tech)
c cpp operating-system titech unix
Last synced: 20 May 2026
https://github.com/document10/taiga
Application for quickly configuring DEs
desktop-environment linux linux-app linux-configuration linux-desktop linux-environment linux-gui linux-python linux-script linux-setup python ui unix
Last synced: 08 Apr 2026
https://github.com/djg/cmsg-rs
Helper for working with Unix Domain Socket ancilliary control messages.
Last synced: 06 Apr 2025
https://github.com/joshbeard/puppet-login_defs
Puppet module for managing login.defs
compliance configuration-management linux puppet puppet-module stig sysadmin unix
Last synced: 07 Mar 2026
https://github.com/aygp-dr/xscrabble-fr
French adaptation of XScrabble with ODS8 dictionary and full French UI for X-Window systems
dictionary french game linux ods8 scrabble unix x11
Last synced: 23 Jul 2025
https://github.com/estnafinema0/cmc-practice
A collection of homework and seminar materials in C of 3rd semester at CMC MSU
c-language file-handling fork-process multithreading pipes sockets system-calls systems-programming unix
Last synced: 28 Mar 2025
https://github.com/4strium/ascii-3d-engine
A simple graphic engine for simulate environment in ASCII art style, directly in the UNIX terminal.
Last synced: 05 Mar 2025
https://github.com/gigachad80/gilchrist
Unix-like utilities for Windows - wc, find, and rm utilities in one powerful executable
cli find go golang linux powershell rm terminal unix unix-utilities unix-utility utilities utils wc windows windows-11
Last synced: 08 Apr 2026
https://github.com/blackm0re/i3lock-extended
i3lock-extended is a fork of i3lock offering some additional features and niceties.
c gnu-linux i3lock led-clock screensaver unix
Last synced: 06 Apr 2025
https://github.com/mistersoandso/personal-config
Personal Configurations and Scripts for Linux based Systems
automation bash configuration-management unix
Last synced: 28 Mar 2025
https://github.com/xsa/articles
X’s repository of articles (and other content made of ascii chars written over the years).
articles blog cloud ibm ibm-cloud openbsd publications tutorials unix
Last synced: 01 Apr 2025
https://github.com/mod-at-nwa/tmux-ex-machina
🌌 A Star Wars-inspired tmux configuration featuring dynamic pane management, intelligent status handling, and Vim integration. Features deep space aesthetics with dataterm-inspired elements.
developer-tools dotfiles linux neovim powerline productivity sci-fi shell star-wars terminal terminal-customization theme tmux unix vim zsh
Last synced: 14 Mar 2025
https://github.com/remram44/python-fslock
Python library providing a safe wrapper around `flock(2)`
Last synced: 03 Jan 2026
https://github.com/jaimeloeuf/datetime-ts
A date time library that just works.
date datetime iso8601 time timestamp typescript unix unixtimestamp
Last synced: 05 Mar 2026
https://github.com/owez/myip
Simple ip address fetching, designed for scripts
Last synced: 21 May 2026
https://github.com/saj/shstash
Start an interactive shell in an ephemeral directory
Last synced: 14 May 2025
https://github.com/badreddinkaztaoui/fq_minitalk
Minitalk is a small project to create a connection between client and server using UNIX signals.
bitwise-operators c signals unix
Last synced: 25 Feb 2025
https://github.com/sebastian-nunez/systems-programming
bash c operating-system system-programming unix
Last synced: 22 May 2026
https://github.com/dattali18/github-cloc
A repo for a nice and useful bash script that will clone and count the amount of code written by a user
bash bash-script git github linux unix
Last synced: 25 Feb 2025
https://github.com/tommyyearginjr/twoplustwo
What is two plus two?
alert alertbox basic cobol fortran freebasic javascript shell-script ubuntu unix
Last synced: 09 May 2026