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/jonathanstowe/raku-unix-privileges

A module for handling UNIX privileges

daemon privileges raku unix

Last synced: 28 Oct 2024

https://github.com/evdnx/fadmin

FAdmin (Fedora Admin) is a simple server administration tool for Fedora GNU/Linux - written in Go and Typescript. Single binary.

admin fedora golang linux server typescript unix vuejs

Last synced: 18 Oct 2024

https://github.com/marirs/sock2tcp

Receive data into a Unix Socket and forward it to a Tcp Port

rust rust-lang socket unix

Last synced: 08 Nov 2024

https://github.com/remram44/unix-at

Talk to the at(1) daemon, to schedule jobs for later

at atq cron job-queue job-scheduler linux python unix

Last synced: 25 Oct 2024

https://github.com/phip1611/unix_exec_piper

unix_exec_piper helps you to exec multiple commands where STDOUT of one process is connected to STDIN of the next process. This is what a shell (like bash) does internally.

exec fork pipes rust unix

Last synced: 07 Nov 2024

https://github.com/cromerc/opensysusers

A replacement for sysusers.d without systemd.

linux shell-script systemd sysusers unix

Last synced: 09 Nov 2024

https://github.com/alexanderwe/rs-tree

A simple tree command implementation in Rust

rust tree unix

Last synced: 14 Oct 2024

https://github.com/sushiwaumai/webserver-from-scratch

A simple webserver written from scratch using C.

c from-scratch posix pyscript server simple tailwindcss unix web webserver

Last synced: 08 Nov 2024

https://github.com/caiorss/build-fat-jar

Unix Shell Script to build java/Scala fat-jars and make the distributions and deployment of Scala applications easier.

bash deploy fat-jar fatjar jar java scala script shell tool unix utility

Last synced: 09 Nov 2024

https://github.com/techgaun/unix-time

Unix time in various languages - A reference

java javascript time timestamp unix

Last synced: 31 Oct 2024

https://github.com/denysvitali/tuna-ge

A Graphical Engine written in C++

cpp engine graphical linux unix windows

Last synced: 27 Oct 2024

https://github.com/ferhatgec/totem

Totem, 'less' without '--help'

buffer cli cpp less linux termios unix

Last synced: 08 Nov 2024

https://github.com/tomarrell/tre

A simple, fast and interactive alternative to 'tree'

cli terminal tree unix

Last synced: 27 Oct 2024

https://github.com/turbomack/unix-recursive

Fast and flexible primitives for recursive file system IO on Posix systems

filesystem haskell unix

Last synced: 16 Oct 2024

https://github.com/yellow-footed-honeyguide/uc

A user-friendly command-line calculator for Unix systems 🧮

c calculations calculator cli command-line console interactive math terminal unix

Last synced: 08 Nov 2024

https://github.com/mna/sendkeys

Simulate sending user input in a terminal (mirror).

mirror terminal unix

Last synced: 13 Oct 2024

https://github.com/giovaneiwamoto/unix-utilities

🐧 Unix Utilities - Simple versions of commonly used commands as CAT, GREP, ZIP and UNZIP. Each utility is implemented as a separate C program, reflecting the core operations of these commands.

command unix utilities

Last synced: 11 Nov 2024

https://github.com/misterzurg/bonch_labs_cpp

🎓 My labs from SPbSUT; Dis - SSD

bonch-labs cpp-labs unix

Last synced: 19 Nov 2024

https://github.com/stephane-martin/vault-exec

Execute a command with environment variables set from Vault

golang unix vault

Last synced: 10 Nov 2024

https://github.com/lee-b/cde

The classic Unix/VMS Common Desktop Environment (CD) (which KDE basically cloned)

anybsd bsd cde common-desktop-environment debian desktop desktop-environment freebsd gnome graphical-shell kde linux netbsd openbsd openvms posix shell unix wimp

Last synced: 26 Sep 2024

https://github.com/clayrisser/unixfy

Turn your windows machine into a posix compatible unixlike system

bash linux posix unix windows

Last synced: 28 Oct 2024

https://github.com/stdevel/check_mcqs

A Nagios / Icinga plugin for checking HP MC/ServiceGuard quorum server states

hp hp-ux icinga icinga-plugin nagios quorum-server unix

Last synced: 08 Nov 2024

https://github.com/thimc/ed

go clone of ed, the standard UNIX text editor

ed line-oriented qed text-editor unix

Last synced: 14 Nov 2024

https://github.com/wyatt8740/xwdui

A Python/TK/Korn Shell-based GUI wrapper for `xwd`, the X11 Window Dumper tool. Now primarily focused on using `ffmpeg` instead, but both ways work. Designed to work as a screenshot tool for CDE, but should work anywhere.

cde common-desktop-environment kornshell ksh ksh93 python screengrab screenshot screenshots unix x11 xwd

Last synced: 12 Nov 2024

https://github.com/dhaliti/minishell

A tiny shell, just like a mini version of Bash

bash c command command-line homebrew shell shell-script terminal unix

Last synced: 11 Nov 2024

https://github.com/hrolive/big-data-analysis-with-hadoop-and-rhadoop

Foundations of “Big Data” processing by introducing the Hadoop distributed computing architecture and providing an introductory level tutorial for Big Data analysis using Hadoop, Rhadoop, and R libraries parallel, doParallel, foreach and Rmpi.

big-data big-data-analytics hadoop hdfs hpc hpc-clusters jupyter mapreduce mpi python r rstudio unix

Last synced: 09 Nov 2024

https://github.com/yvann-ba/cursus-42

My 42 School Cursus | Coding Challenges 💻 | C & Unix Learning | Ongoing Development 🚧

42 42born2code 42school c-programming coding-challenge unix

Last synced: 03 Nov 2024

https://github.com/floehopper/dotfiles

Unix configuration files

dotfiles shell unix

Last synced: 15 Oct 2024

https://github.com/matubu/strace

🐛 A debugging tool to trace syscalls and signal of a program

c linux strace syscalls unix

Last synced: 01 Oct 2024

https://github.com/strider2038/json-rpc-client

Flexible JSON RPC v2 client for PHP written in object-oriented style

client http json-rpc jsonrpc jsonrpc2 php php7 socket symfony symfony-bundle tcp unix

Last synced: 13 Oct 2024

https://github.com/BlockListed/encodedir

Encode a dir using ffmpeg

automation encoding ffmpeg linux rust unix video

Last synced: 06 Aug 2024

https://github.com/haxpor/unp

Unix Network Programming learning repository following along from Unix Network Programming Volume 1, 3rd Edition try to use as much as possible C++11 features and as necessary, cmake, modified and improvements on top (**wip)

cplusplus cplusplus-11 linux network-programming networking unix

Last synced: 19 Nov 2024

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

Personal ksh configuration files managed by dotfiler.

bsd dot-files ksh ksh-configuration linux shell unix

Last synced: 24 Oct 2024

https://github.com/jessetg/rwog

Run without groups: Pretend you're not a member of certain supplementary groups

command-line-tool group-membership groups linux permissions privileges rust unix

Last synced: 14 Nov 2024

https://github.com/jonathanstowe/unix-groups

Access to the Unix group file in Raku

group permissions raku unix

Last synced: 28 Oct 2024

https://github.com/kurotych/unixsignallistener

Single-header C++ wrapper for safe processing UNIX signals

handler signal single-header-lib unix unix-signals

Last synced: 08 Nov 2024

https://github.com/megastep/loki_setupdb

Utility library for the Loki Setup installer

installer-tools linux unix

Last synced: 11 Nov 2024

https://github.com/murtaza-u/rewrite-coreutils

Rewriting unix coreutils from scratch

c coreutils scratch unix

Last synced: 05 Nov 2024

https://github.com/compeydev/dotfiles

Various unix scripts and configurations, intended for personal use to reliably reproduce configs.

dotfiles shell unix

Last synced: 07 Nov 2024

https://github.com/streambinder/clavis

Private commonly used profile configuration files

configuration dotfiles linux unix yadm

Last synced: 18 Nov 2024

https://github.com/boostvolt/.dotfiles

Personalized dotfiles for Unix and macOS systems, providing a tailored environment setup for efficient and comfortable usage.

brew dotfiles homebrew macos stow unix

Last synced: 24 Oct 2024

https://github.com/ekkoz897/42cursus_pipex

Pipex is a project that re-creates in C the way two commands are piped together via | in the shell

42born2code 42cursus 42projects 42school pipe pipex pipex42 unix

Last synced: 14 Nov 2024

https://github.com/twosigma/relexec

A program to enable relative shebangs in scripts

scripts unix

Last synced: 07 Nov 2024

https://github.com/jonathanstowe/log-syslog-native

Provide access to the Native syslog facility on Unix-like systems for Raku

logging raku syslog unix

Last synced: 28 Oct 2024

https://github.com/goarano/zsh-fzf-packagemanager

zsh plugin for interactive package managing powered by fzf

apt aptitude brew cli dnf fzf shell unix zsh zsh-plugin

Last synced: 24 Oct 2024

https://github.com/thomas-chqt/minishell

bash-like shell

42 shell syscalls unix

Last synced: 10 Nov 2024

https://github.com/not-raspberry/spawn_and_check

Spawn a process and wait until it's ready. Stop the OS-level race condition pain in your tests.

process-instrumentation unix

Last synced: 14 Oct 2024

https://github.com/martinomensio/sdp-exams

System and Devices Programming previous exams themes @ Polytechnic University of Turin

c polito unix windows

Last synced: 19 Oct 2024

https://gitlab.com/defcronyke/dds-wave-upload

Upload Arbitrary Waveforms to the GH-CJDS66 60MHz Signal Generator from Linux (proof-of-concept). For a better full-control program that's cross-platform, see: https://gitlab.com/defcronyke/signal-gen-cjds66

60MHz CH340 CH341 GH-CJDS66 GH-CJDS66 60MHz arbitrary waveform linux script serial serial usb shell script signal generator ttyUSB ttyUSB0 unix upload upload waveform usb user defined waveform write write waveform

Last synced: 23 Oct 2024

https://gitlab.com/richardanyalai/rexos

My Operating System written in C/C++ & x86 Assembly

bootloader kernel libc libc++ operating system operating system development os osedv unix

Last synced: 23 Oct 2024

https://github.com/cristianoliveira/snipgpt

A pluggable CLI to generate short snippets using openai LLM

aitools chatgpt copilot openai shell snippets terminal tools unix

Last synced: 16 Nov 2024

https://github.com/knutkirkhorn/system-disk

💽 Get the system disk of the computer (e.g. `C:` or `/dev/sda`)

disk drive linx macos macosx nodejs system system-disk unix windows

Last synced: 24 Oct 2024

https://github.com/parazyd/plebaudio

Sound streaming in shambles

alsa pcm sound-streaming udp unix

Last synced: 17 Nov 2024

https://github.com/maxvalue/python-tools

a collection of python scripts which ease command-line work

command-line-tool python3 unix

Last synced: 17 Nov 2024

https://github.com/b0o/suto-prompt

Dynamically display your sudo timeout status in your zsh prompt

linux shell sudo unix zsh zsh-plugin zsh-prompt zsh-theme

Last synced: 29 Oct 2024

https://github.com/codylico/mmaptwo

Memory mapping files on POSIX and WIndows

c89 cmake memory-mapped memory-mapped-file mmap posix unix unlicense win32api

Last synced: 24 Oct 2024

https://github.com/mahmoudelshimi/translate

A bash script that aims to translate given statements, from clipboard(selection) or enter them manual.

dmenu open-source shell suckless translating unix

Last synced: 11 Nov 2024

https://github.com/gokul2406/ff-util

A CLI tool to find a particular file or a file extension

linux linux-shell unix unix-command utility windows-cli

Last synced: 24 Oct 2024

https://github.com/arnocan/platformids

Enumeration of OS and Distribution

bsd linux os-x posix solaris unix windows

Last synced: 19 Nov 2024

https://github.com/oliverdelancey/nimformattedfile

A supercharged pre-formatted file creation utility.

linux macos nim nim-lang unix utility

Last synced: 15 Nov 2024

https://github.com/yavuzsonmez/42-minitalk

A small data exchange program, based on client/server model, using UNIX signals.

42 42born2code 42heilbronn bits client minitalk posix server signal unicode unix

Last synced: 19 Nov 2024

https://github.com/unacoli/minitalk

Why talk when you can minitalk ?

c client makefile school-project server unix

Last synced: 15 Nov 2024

https://github.com/andriisoldatenko/findlinks

findlinks does a request to url, parses the html and print links

cli find go links osx tools unix

Last synced: 22 Oct 2024

https://github.com/sergeymakinen/go-quote

Command-line arguments and variables quoting and unquoting

cmdline commandline go golang quote shell unix windows

Last synced: 31 Oct 2024

https://github.com/f321x/minitalk-42-core

Server and client in C that communicate via 2 unix signals to exchange a string as exercise of the 42 core curriculum.

42 42born2code 42school c unix

Last synced: 15 Nov 2024

https://github.com/bartekpacia/dotfiles

My very personal development environment setup.

dotfiles macos unix

Last synced: 25 Oct 2024

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

Unix like shell module for vim.

alias cli command unix vim

Last synced: 27 Oct 2024

https://github.com/jessestuart/dotfiles

My brain is neuroplastic, and so too are my dotfiles. [neo]vim, zsh, tmux, and aliases upon aliases.

aliases docker dotfiles git neovim shell unix vim zsh

Last synced: 14 Oct 2024

https://github.com/kgashok/sortunix

demonstrate sort in Unix

demonstration sorting unix

Last synced: 22 Oct 2024

https://github.com/phmullins/bootstrap

A Bash & Ansible framework for configuring new macOS installations.

ansible bash macos mit-license shell unix

Last synced: 17 Nov 2024

https://github.com/x4trm/sys-op-scripts

Shell and Awk Scripts

awk bash bash-script shell unix

Last synced: 11 Nov 2024

https://github.com/polarapfel/echoseven

RFC 862 echo server implementation in .Net Core with Systemd integration.

echo echo-daemon echo-protocol echo-server linux rfc-862 systemd unix

Last synced: 06 Nov 2024

https://github.com/cwchentw/shlibs

Tiny but Handy Aliases and Functions for Bourne Shell

bash dotfiles linux posix shell-aliases shell-functions shell-script unix zsh

Last synced: 17 Nov 2024

https://github.com/pandh4cker/dumsh

Low level C Shell with built-ins included and redirections

c low-level redirections shell unix

Last synced: 17 Nov 2024

https://github.com/rawnly/weather-commandline

Node commandline to get forecast from darksky.net

commandline darksky forecast node npm unix weather

Last synced: 07 Nov 2024

https://github.com/remram44/read-sudo-timestamp

Read sudo's files to check for a valid timestamp, for use in shell prompts

linux linux-shell shell-prompt sudo unix

Last synced: 25 Oct 2024

https://github.com/rawnly/uindows-cli

Unix commands on windows

command-line commands js nodejs unix windows

Last synced: 07 Nov 2024

https://github.com/codenoid/pardon

Optimized In-Memory with File Based storage for learning purpose

crystal database tcp unix

Last synced: 19 Oct 2024

https://github.com/lucas310302/straynet

A Python-based client-server framework for educational network management. Control client devices remotely, stream webcams, execute shell commands, and more. Developed for learning about networking and cybersecurity.

backdoor botnet cli command-and-control crypto-miner data-exfiltration ddos exploitation malware persistence privilege-escalation python reverse-shell trojan unix windows

Last synced: 12 Nov 2024

https://github.com/oresoftware/json-stdio

Write standardized JSON to stdio streams. Parse a standardized stdio stream.

inter-process-communication ipc json nodejs stderr stdout text-streams unix unix-philosophy

Last synced: 26 Oct 2024

https://github.com/pxd1311/shadow-shell

A terminal for windows, linux and mac made entirely in C. (only windows implemented yet, unix systems are being implemented as of now )

c linux mac programming shell unix windows

Last synced: 15 Nov 2024

https://github.com/shellshoccar-jpn/kamen-writer

"KAMEN" (masked) Writer -- Extremely Compatible and Sustainable Facebook Application Written in Shell Script

bourne-shell facebook posix shellscript unix

Last synced: 10 Nov 2024

https://github.com/jepemo/nlptools

A unix-inspired tools for Natural Language Processing

machine-learning nlp python shell unix

Last synced: 10 Nov 2024

https://github.com/antonvanassche/bashpass

A command-line based password manager written in Bash.

bash bash-script bashpass file-encryption gnupg gnupg2 gpg password-generator password-manager unix

Last synced: 10 Nov 2024