Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

https://github.com/deep-1704/unix_shell

A custom built Unix shell supporting all basic unix commands and also some self made commands like history, greet, guide, and exit.

c operating-systems shell unix

Last synced: 18 Jan 2025

https://github.com/go-compile/tinytime

Tiny timestamps which can save 4x space compared to unix timestamps, without decreasing longevity.

bytes hours jwt seconds small stamp time timestamp tiny unix

Last synced: 17 Jan 2025

https://github.com/vlprokopenko/minbox

Extremely minimal coreutils implementations

coreutils linux unix

Last synced: 09 Jan 2025

https://github.com/afeiship/ushell-module-homebrew

Unix like shell for mac homebrew.

brew homebrew mac module shell unix

Last synced: 07 Feb 2025

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: 18 Jan 2025

https://github.com/qrush/plan9

Plan 9 from Bell Labs is a distributed operating system, originating in the Computing Science Research Center (CSRC) at Bell Labs in the mid-1980s, and building on UNIX concepts first developed there in the late 1960s. The final official release was in early 2015.

bell-labs plan9 unix

Last synced: 28 Dec 2024

https://github.com/tmpstpdwn/ttf2png

TTF to PNG Converter

bash image imagemagick linux rice shell ttf2png unix

Last synced: 14 Jan 2025

https://github.com/pmvieira93/sdk-manager-extension

SDK Manager Extension to List your current installed packages and versions

bash extension linux sdk unix

Last synced: 18 Jan 2025

https://github.com/fransan6/ruby-wc

Ruby version of *nix command `wc`

rspec ruby unix

Last synced: 26 Jan 2025

https://github.com/jamesananenkovic/myunfinishedshell

i start to build a shell for Unix-like systems

c freebsd linux unix unix-shell

Last synced: 09 Jan 2025

https://github.com/denbonte/linux_enc

Notes on volumes encryption on Linux/UNIX systems for future lazy me.

encryption linux sysadmin unix

Last synced: 21 Jan 2025

https://github.com/jonathanstowe/crypt-libcrypt

Raku binding to crypt(3) on Unix-like systems

encryption libcrypt password raku unix

Last synced: 08 Feb 2025

https://github.com/mikhoiuo/catzilla

small bash command that gives you rainbow cats

bash cats cute random unix

Last synced: 12 Jan 2025

https://github.com/jenting/ipc

Unix IPC Examples

ipc unix

Last synced: 01 Feb 2025

https://github.com/jonathanstowe/raku-sys-utmp

Raku access to Utmp entries on Unix-like systems

raku unix utmp

Last synced: 08 Feb 2025

https://github.com/osamaadam/unix-shell

A simple Unix shell written in C++.

cpp unix

Last synced: 30 Dec 2024

https://github.com/wolftech-innovations/clctool

WolfOS's very own CLCTool, your go to tool

clctool posix technology unix

Last synced: 29 Jan 2025

https://github.com/raidowolf/scripttoolbox

Random scripts and scripting projects that I've made for various purposes.

bash git javascript php python shell shell-scripts small-tools sysadmin unix web

Last synced: 01 Feb 2025

https://github.com/isofinly/lab_0

Лабораторная работа №0

bash shell unix zsh

Last synced: 23 Oct 2024

https://github.com/bniladridas/bash-projects

Bash scripting concepts and terminal commands

bash linux scripting shell unix

Last synced: 21 Jan 2025

https://github.com/nihadamirov/holbertonschool-simple_shell

Through the Simple Shell you will get to the core of the Unix system and explore an important part of this system’s API which is the process creation and synchronization. Executing a command inside a shell implies creating a new process, which execution and final state will be monitored by its parents processes.

c-programming-language linux linux-kernel unix unix-shell

Last synced: 18 Jan 2025

https://github.com/oechsler/dotfiles

🚦Personal dotfiles used on all my machines

dotfiles mac unix vimrc

Last synced: 14 Jan 2025

https://github.com/benmezger/fat16-reader

A C reader for the FAT-16 FS

c fat16 filesystem unix

Last synced: 21 Jan 2025

https://github.com/uael/ft_p

Ce projet consiste à implémenter un client et un serveur permettant le transfert de fichier en réseau TCP/IP

42born2code network unix

Last synced: 22 Dec 2024

https://github.com/ap/stat-lsmode

format file modes like the ls -l command does

perl unix

Last synced: 24 Dec 2024

https://github.com/atticusth7/database-network

This project is a client-server network application designed to handle multiple client connections simultaneously. Written in C for a Unix environment, the server facilitates client operations such as storing, retrieving, and deleting data in a database file.

c client-server database multithreading network-programming posix-threads unix

Last synced: 18 Jan 2025

https://github.com/msaf1980/c_procs

Some network/system C routines (POSIX or Linux). Not a complete library

c linux unix

Last synced: 23 Jan 2025

https://github.com/krlex/git-puller

This is a script for git pull for all repos you have in repos directory

bash freebsd git git-pull linux openbsd script unix

Last synced: 19 Jan 2025

https://github.com/jmau111/sanitizer.sh

A Bash script that helps you sanitize filenames in a directory and its sub-directories

bash-script beginner-friendly experimental filenames filesystem linux sanitize sanitizer unix

Last synced: 12 Jan 2025

https://github.com/ronierisonmaciel/shell-script

Os scripts de automação usando Shellscript visam simplificar e agilizar tarefas rotineiras no ambiente de sistemas Unix/Linux. Eles permitem a execução de comandos em lote, manipulação de arquivos e diretórios, e monitoramento de processos e recursos do sistema.

linux script shell shell-scripts unix

Last synced: 30 Jan 2025

https://github.com/melmproject/melm

A mail client based on Elm 2.5

bsd elm email freebsd linux mail melm unix

Last synced: 21 Jan 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: 21 Jan 2025

https://github.com/nikhiljha/fortunes

shuf -n 1 as a service

fortunes unix unix-shell

Last synced: 24 Jan 2025

https://github.com/truncateddinosour/hacker

[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/hacker] pretend as if ur a hacker

1337 c c89 cli game hacker hackertyper haxxor joke linux prank satire unix

Last synced: 23 Jan 2025

https://github.com/daleksla/salih_shell

A small sized, fast executing command line user interface & full interpreter.

c clang cmake linux llvm posix unix unix-shell

Last synced: 19 Jan 2025

https://github.com/m-lima/yad

Yet Another Daemonizer is a daemonizing crate to easily, simply, and correctly create legacy daemons

daemon rust unix

Last synced: 31 Jan 2025

https://github.com/purwnt/vim-workspace

Vim workspace editor for highly configurable text editor for efficiently creating and changing any kind of text. It is included as "vi" with most UNIX systems and with Apple OS X.

linux nerdtree pathogen unix vim

Last synced: 12 Jan 2025

https://github.com/elisiomassaqui/treinamento-em-c

Este repositório foi criado para servir como um guia para quem deseja aprender a programar em linguagem C ou aprimorar suas habilidades existentes.

boot cpp development-environment linux markdown memoria minix processos sistemas-distribuidos sistemas-operacionais study-project system unix

Last synced: 29 Jan 2025

https://github.com/jmau111/filesort.sh

A Bash script to reorganize your files by type in sub-directories

bash-script beginner-friendly directory experimental files filesystem folder sort unix

Last synced: 12 Jan 2025

https://github.com/adambala/homemade-unix-commands

My simple implementations of some Unix commands made to practice C language.

c-lang c-language shell shell-commands unix unix-command

Last synced: 19 Jan 2025

https://github.com/mohammad-malik/linkedlist-notepad

A console-based notepad using a 2D linked list for text storage. Features text editing, saving, loading, and a spell-checker with correction suggestions—all in a C++ console environment.

cpp data-structures dsa linked-list linux macos ncurses-library unix

Last synced: 16 Jan 2025

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: 13 Jan 2025

https://github.com/Shirajuki/dotfiles

Linux (bspwm) rice configuration files c:

bspwm dotfiles unix

Last synced: 23 Oct 2024

https://github.com/izenynn/pipex

42 Cursus - pipex: reproduce the shell's pipe and redirections (<, >, << and >>).

42 42born2code c linux macos pipe pipes pipes-sh pipex shell unix unix-like unix-pipes unix-shell

Last synced: 22 Jan 2025

https://github.com/vroncevic/gen_named_pipe

Named pipe project skeleton generator

c communication generator ipc linux macos named-pipes python3 template unix

Last synced: 24 Oct 2024

https://github.com/donatj/ttouch

Unix `touch` with JavaScript programmable templates. (I'm aware it's insane)

template touch unix

Last synced: 11 Jan 2025

https://github.com/afeiship/ushell-module-git

Unix like shell module for git.

gcd git git-flow npm private shell unix ushell

Last synced: 07 Feb 2025

https://github.com/yazaldefilimone/unixv6

a re-implementation of dennis ritchie's and ken thompson's unix v6

kernel operating-system unix

Last synced: 16 Jan 2025

https://github.com/jingwangtw/nycu-unix_programing-2021

NYCU Advanced Programming in the UNIX Environment 2021

c cpp linux nycu-unix system-programming unix

Last synced: 22 Dec 2024

https://github.com/cyprich/uvp

Materiály k predmetu Unix - vývojové prostredie

python school unix

Last synced: 05 Jan 2025

https://github.com/rabbithole26/taskautomator

TaskAutomator is a collection of bash scripts to streamline repetitive and time-consuming tasks.

automation bash-script unix

Last synced: 30 Dec 2024

https://github.com/ginglis13/treego

:evergreen_tree: An implementation of the Unix tree command in Go

go golang tree unix

Last synced: 08 Feb 2025

https://github.com/jenilmaru2004/c-and-unix-systems-mini-projects

Completed 10 diverse mini-projects focusing on C programming and UNIX systems, tackling real-world challenges like algorithm benchmarking, library management, and shell scripting. Designed and implemented solutions for tasks such as file system simulation, process automation, environment config., etc.

c shell unix

Last synced: 28 Jan 2025

https://github.com/thomasbeck95/42_london_piscine

My answers for 42London's 2024 C piscine. All my answers are my own. All correct answers passed norminette and moulinette.

42born2code 42london 42piscine 42piscine-c 42school c piscine-c shell unix

Last synced: 11 Feb 2025

https://github.com/taigrr/catserver

Go server to serve concatenated files. Helpful for old-fashioned web development.

cat css golang html unix webdev

Last synced: 17 Jan 2025

https://github.com/afeiship/ushell-module-redis

Unix like shell module for redis.

redis shell unix ushell

Last synced: 07 Feb 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: 29 Jan 2025

https://github.com/electux/brm

Small build root manager

bash bsd buildroot freebsd linux macos manager qnx shell unix

Last synced: 28 Dec 2024

https://github.com/essien1990/printf

Kalu and i are ALX SE students working on the printf project

bash c unix

Last synced: 21 Jan 2025

https://github.com/dizziedbliss/terminalaurapp

Future of the terminal!!

ai bash terminal unix

Last synced: 29 Jan 2025

https://github.com/agent-hellboy/syscall_stats

Demonstration of stat of system call during execution of a binary in linux.

python shell-script syscall-stat unix

Last synced: 09 Jan 2025

https://github.com/nemeslaszlo/elte-operating-systems

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: 29 Jan 2025

https://github.com/abd-mohsen/os1_scripts

"Operating systems part 1" final assignment

docker ubuntu unix

Last synced: 27 Dec 2024

https://github.com/kenzie123log/theunixmanager-bash

theUnixManager - ultimate package manager && init system handling library made by Archetypum that simplifies interaction with UNIX systems and creation of system-related bash scripts.

bash bash-library bsd gnu gnu-linux linux package-management service-management system-management unix

Last synced: 29 Jan 2025

https://github.com/amrsekilly/unix-bash-course

Learn the fundamentals of Unix and Bash scripting with practical examples

bash bash-scripting course-materials shell unix unix-shell

Last synced: 29 Jan 2025

https://github.com/dpetrosy/shell_scripts

My shell scripts repository.

bash computer-science linux shell shell-script unix

Last synced: 29 Jan 2025

https://github.com/afeiship/ushell-module-finxos

Ushell module for works.

finxos module unix ushell

Last synced: 07 Feb 2025

https://github.com/kalkin/rust-posix-errors

Posix error codes and handy functions for using them.

library posix rust unix

Last synced: 31 Jan 2025

https://github.com/afeiship/ushell-module-rust

Shell module for rust.

cargo rust shell unix

Last synced: 14 Dec 2024

https://github.com/gothack/scotty

UNIX Socket TTY interface - got a TTY presented on a UNIX socket? this'll make your life a lil easier than using socat

beam-me-up-scotty containers lxc qemu shell tty unix unix-socket

Last synced: 09 Jan 2025

https://github.com/kindsoldier/sysrun

simple web app for emergency start/stop VMs

golang react unix vm

Last synced: 23 Oct 2024

https://github.com/satyendrabanjare/myshell

simple unix Shell written in C

c jobcontrol myshell shell unix

Last synced: 30 Dec 2024

https://gitlab.com/dpremy/dot-tmux

Personal tmux configuration file, managed by dotfiler, and with cheat sheets.

bsd cheatsheet dot-files linux tmux tmux-configuration unix

Last synced: 05 Feb 2025

https://github.com/bitbreakr/go-disperse

Disperse is a Go package that provides a Pub/Sub abstraction layer over unix sockets

cloud communication golang ipc linux macos pubsub socket unix

Last synced: 29 Jan 2025

https://github.com/midasvanveen/c_shell_radboud

Unix Shell written in c

c fork pipe posix shell unix

Last synced: 09 Feb 2025

https://github.com/permalik/coreutils_c

application:gnu command line tools

c clang cmake shell unix

Last synced: 20 Jan 2025

https://github.com/nmm-code/ptl_sh

Unix & Shell - Programming : 1,0

make shell-script unix

Last synced: 09 Jan 2025

https://github.com/dpremy/dot-zsh

Personal zsh configuration files managed by dotfiler.

bsd dot-files linux shell unix zsh zsh-configuration zshrc

Last synced: 05 Feb 2025

https://github.com/oliverkovacs/sfs

A simple, small file system aimed at embedded devices.

c filesystem fuse unix

Last synced: 22 Jan 2025

https://github.com/yunusemrejr/yunus-traf-statter-v2

Yunus' Traffic Statter 2.0 is a cool tool for checking out what's happening on your network. It uses tshark to grab and look at network packets as they fly by, giving you a real-time peek into your network's activity. You can pick which network interface to watch, and it'll spit out detailed reports and graphs to help you make sense!

bash ip linux mac macos network shell shell-script tshark unix wireshark

Last synced: 29 Jan 2025

https://github.com/eckertalex/edgo

edgo - A minimal implementation of the classic Unix line editor ed written in Go.

clone ed editor go unix

Last synced: 29 Jan 2025

https://github.com/friz-zy/memo

A simple program for manage shell aliases and commands

alias bash pyside python qt shell unix windows

Last synced: 22 Dec 2024

https://github.com/vroncevic/gen_signal

Generate signal handler service

generator linux posix python3 qnx signal unix

Last synced: 20 Dec 2024

https://github.com/sinipelto/ipupdater-cpp

C++ Implementation of the ip-updater tool. Necessary for native implementation of updater as an executable unix binary.

address cplusplus cpp curlpp ip ip-address ip-updater ipv4 libcurl linux nix unix updater updater-script

Last synced: 05 Feb 2025

https://github.com/robojones/socket-json-wrapper

Wrapper for socket connections that allows you to send and receive json objects.

json nodejs npm object socket tcp unix

Last synced: 29 Jan 2025

https://github.com/werdl/close

Kill all processes on a port with one of many signals (works on Windows (probably))

kill port process-killer rust unix windows

Last synced: 19 Jan 2025

https://github.com/theleopard65/pentest-101

This repository provides a single file containing a cheat sheet for privilege escalation techniques on Unix/Linux-like operating systems. It includes a collection of useful commands and tips for identifying potential privilege escalation vectors, designed for security professionals, enthusiasts and especially penetration testers.

basic escalation ethical-hacking hacker kali-linux linux oscp penetration-testing pentest-tool pentesting privesc privilege-escalation privileges sgid sudo suid tips tricks unix

Last synced: 07 Jan 2025