Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2025-02-10 00:31:11 UTC
- JSON Representation
https://github.com/hubtou/ident
Identify RCS keyword strings in files
command-line-tool learning-python learning-unix pnu-project python shell tools unix unix-command utility
Last synced: 06 Feb 2025
https://github.com/hubtou/libmanconf
library for handling man(1) and manpath(1) configuration files
learning-python learning-unix library mdoc pnu-project python shell unix
Last synced: 06 Feb 2025
https://github.com/hubtou/echobox
Write arguments in a box to the standard output
command-line-tool learning-python learning-unix pnu-project python shell tools unix utilities
Last synced: 06 Feb 2025
https://github.com/hubtou/basename
Return filename or directory portion of pathname
command-line-tool learning-python learning-unix pnu-project python shell tools unix unix-command utilities
Last synced: 06 Feb 2025
https://github.com/hubtou/b2bt
Back-to-back testing utility
command-line-tool learning-python learning-unix pnu-project python shell test-automation testing testing-tools tools unix utilities
Last synced: 06 Feb 2025
https://github.com/hubtou/adsv
Analyze delimiter-separated values files
command-line-tool csv csv-converter csv-format csv-parser csv-parsing csv-reader csv-reading data data-analysis data-engineering data-mining learning-python pnu-project python servier shell tools unix utility
Last synced: 06 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: 25 Dec 2024
https://github.com/iprakharv/unix-wc-tool
wc is a Python-based command-line tool that replicates some of the functionalities of the Unix wc utility. This tool allows users to count bytes, words, lines, and characters in a given text file or standard input.
Last synced: 08 Feb 2025
https://github.com/niinpatel/basic-shell-scripting
If statements, While loops, Switch Case, Random Numbers and More using shell scripting.
Last synced: 23 Oct 2024
https://github.com/andersonshelby/xfce4-conf
A custom, lightweight, and visually appealing XFCE4 desktop environment for users who seek both efficiency and style.
arch-linux customization desktop-environment dotfiles linux linux-desktop open-source personalization productivity proot shell-customization termux termux-desktop-xfce unix xfce4
Last synced: 21 Jan 2025
https://github.com/servettonga/minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
clang sigaction signal-processing unix
Last synced: 18 Jan 2025
https://github.com/umigam3/unix-system-scripts
Bash scripts for UNIX system management. 💻
bash shell shell-scripting unix unix-shell
Last synced: 22 Dec 2024
https://github.com/codiepp/prngsharp
C++11 Mersenne-Twister pseudo random number generator available in .NET
csharp dotnet freebsd linux mersenne-twister mono osx prng random-number-generators unix windows
Last synced: 21 Jan 2025
https://github.com/ariesshrimp/dotfiles
Mac/Unix config stuff
bootstrap configuration dotfiles macos settings setup unix
Last synced: 25 Dec 2024
https://github.com/syardha/locked-in
This is a simple cli tool written in Rust to encrypt/decrypt files using the AES-GCM cipher.
authentication buffer cmake cpp embedded embedded-systems file-locking flock note-taking notes queue react-native unix zsh
Last synced: 17 Jan 2025
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: 01 Feb 2025
https://github.com/vahan-sahakyan/un-x
🛠️ config files for unix-like systems
bash config lua rc-files run-commands scripts setuptools shell unix vim
Last synced: 11 Jan 2025
https://github.com/jeffofbread/jst
A custom build of st made by myself, JeffofBread. If you find any issues or would like to make a recommendation, feel free. This is a major work in progress and will change.
c linux st suckless suckless-st suckless-terminal terminal unix
Last synced: 01 Feb 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.
Last synced: 28 Dec 2024
https://github.com/opensourcedoc/ccrun
Run C or C++ Source Automatically
c c-language c-plus-plus clang code-runner cpp freebsd gcc shell-script unix
Last synced: 06 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/jmau111/unixsafe.sh
A Bash script that tweaks settings on Unix-like systems to keep you safe
bash-script experimental health safety unix
Last synced: 12 Jan 2025
https://github.com/magnetic-fox/zoo-archiver-macos
This is a repository containing patched sources for ZOO Archiver 2.10 with some updates to make it compile properly on macOS (and probably other OS-es too). All rights to the sources belongs the their respective owners.
archiver archivers archiving c debian fun historical macos old sentimental unix zoo
Last synced: 01 Jan 2025
https://github.com/lakshman-github/full_stack_web_development_notes
Full Stack Web Designing Notes: 60 Pages
api authentication-backend css database-management expressjs html javascript jquery nodejs operatingsystems reactjs sql unix
Last synced: 01 Feb 2025
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: 06 Feb 2025
https://github.com/wushenrong/csce215
Solutions for labs for Unix/Linux Fundamentals
Last synced: 27 Jan 2025
https://github.com/sebastian-nunez/systems-programming
bash c operating-system system-programming unix
Last synced: 21 Jan 2025
https://github.com/victoriacheng15/cc-cat-rs
Built a cat command tool in Rust - learning on paws!
Last synced: 04 Feb 2025
https://github.com/sdhutchins/computational-biology-starter-kit
A guide for scientists to learn computational biology basics: Git, Unix, Python, and R.
bioinformatics computational-biology git learning python reproducibility tutorials unix
Last synced: 30 Dec 2024
https://github.com/philbobaggins/unix-time-fun
Looking for interesting unix timestamps
rust rust-lang unix unix-timestamp
Last synced: 14 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
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: 11 Feb 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: 24 Dec 2024
https://github.com/cx0der/timestamp-microservice
Freecodecamp microservice timestamp challenge
express-js microservice timestamp timestamp-microservice unix
Last synced: 07 Feb 2025
https://github.com/mportizlunyov/go-unix-pkg-detector
A go package that reports the package managers installed on a UNIX system.
Last synced: 04 Feb 2025
https://gitlab.com/commet-alt-w/c-daemon
sample c-daemon project: a double fork unix daemon
Last synced: 23 Oct 2024
https://github.com/pieli/coating
A filter with a clickable interface 🦝
bash canny cli hci interaction rice tui unix unix-philosophy vim
Last synced: 14 Jan 2025
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: 14 Jan 2025
https://github.com/nanitefactory/pictionary-on-unix
It was possible to display GUI via SSH! An X-Window application programmed from scratch.
gui ipc pictionary pipe posix posix-threads scp shared-memory solaris solaris-system ssh ssh-client ssh-server synchronization unix x-windows
Last synced: 23 Dec 2024
https://github.com/kierancrossland/tcp-chatroom-cli
A multi-threaded TCP chatroom for the terminal
Last synced: 16 Dec 2024
https://github.com/scottkillen/dotfiles
:floppy_disk: Config files for my *nix systems.
Last synced: 23 Dec 2024
https://github.com/Plachido/minitalk
Small data exchange program using UNIX signals.
ecole42 minitalk42 signals unix
Last synced: 23 Oct 2024
https://github.com/okoge-kaz/system_programming
2022-1Q システムプログラミング (Tokyo Tech)
c cpp operating-system titech unix
Last synced: 23 Jan 2025
https://github.com/mushigarou/pipex
Pipex handles pipes and redirections in Unix / Linux systems
unix unix-command unix-philosophy
Last synced: 23 Dec 2024
https://github.com/mushigarou/get_next_line
Get_Next_Line() a function that returns a line read from a file descriptor.
file-descriptors static-variables unix
Last synced: 23 Dec 2024
https://gitlab.com/gmobrien/appxuptime
Print approximate system uptime to STDOUT in plain English. *Go port of [appx_uptime.py](https://gitlab.com/gmobrien/appx-uptime.py)*
Last synced: 23 Oct 2024
https://github.com/ralphhightower/rh
@RalphHightower — Website
arm64 beer canon csharp digital-photography dotnet dslr-camera film-photography linux photography risc-v riscv single-board-computers slr-camera software-development software-engineering solaris university-of-south-carolina unix windows
Last synced: 09 Feb 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: 08 Feb 2025
https://github.com/denbonte/setup_new_unix_user
A few notes on the setup process for a new user under Linux/UNIX systems - for when I forget how it's done (which is pretty much always).
Last synced: 21 Jan 2025
https://github.com/lvntky/zendm
Lightweight display manager for UNIX & Xorg
Last synced: 09 Feb 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/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/secary/compsci7211
Foundations of Computer Science B
algorithms git numpy pandas shell unix
Last synced: 11 Feb 2025
https://github.com/victoriacheng15/cc-cut-rs
Rust powered cut command. Working in Process
Last synced: 04 Feb 2025
https://github.com/mramshaw/the-art-of-command-line
Master the command line, in one page
bash documentation linux macos unix windows
Last synced: 23 Oct 2024
https://github.com/tjeufoolen/mac-setup
My personal macos configuration
brew gnu macos oh-my-posh unix warp zsh
Last synced: 17 Jan 2025
https://github.com/feluxe/cnk
A command line tool which splits text into readable chunks that fit on one screen.
chunk command-line-tool split terminal text unix
Last synced: 16 Jan 2025
https://github.com/dpremy/dot-bash
Personal bash configuration files managed by dotfiler.
bash bashrc bashrc-configs bsd dot-files linux shell unix
Last synced: 12 Dec 2024
https://github.com/dpremy/dot-vim
Personal vim configuration files managed by dotfiler.
bsd dot-files linux neovim neovim-configuration unix vi vim vim-configuration
Last synced: 12 Dec 2024
https://gitlab.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/maclong9/swift-list
Quickly list files found in your operating system
Last synced: 12 Dec 2024
https://github.com/ajsalemo/springbootwarfiledevops
A Spring Boot .WAR based application deployed via Azure DevOps pipelines to a context under Tomcat that isn't the 'ROOT' folder. This shows how to deploy to a differently named context.
azure ci-cd devops java linux pipelines tomcat unix war webapp
Last synced: 29 Dec 2024
https://github.com/Shirajuki/dotfiles
Linux (bspwm) rice configuration files c:
Last synced: 23 Oct 2024
https://github.com/ajsalemo/kubernetes-tdp-samples
Examples of ways to run containers with Kubernetes.
aks azure bash containers docker docker-desktop kubernetes linux minikube node python unix
Last synced: 29 Dec 2024
https://github.com/chanioxaris/job-manager
Job manager for UNIX systems
custom-signal-handler jobs named-pipes pool process-manager processes sigterm-signal unix zombie-processes
Last synced: 20 Dec 2024
https://github.com/waived/chromium_cookie_stealer
Chromium Browser cookie-stealer for generic Linux/Unix environments
chromium chromium-browser cookie-stealing cookiesteal cookiestealer linux python3 unix
Last synced: 10 Feb 2025
https://github.com/mrf345/desktop-entry
Generate and update .desktop (desktop entry) files for Go binaries automatically.
desktop-app desktop-entry desktop-environment go golang linux unix
Last synced: 21 Dec 2024
https://github.com/mobasirsarkar/shared-memory
In this project, I demonstrate how Inter-Process Communication (IPC) works, enabling communication between two or more programming languages.
c go ipc python shared-memory unix
Last synced: 06 Jan 2025
https://github.com/vroncevic/qdiagnostic
:penguin: qdiagnostic web tool for diagnostic machine
c diagnostic embedded http linux unix webapp
Last synced: 06 Feb 2025
https://github.com/maykonn/docker-installer
Docker and Docker Compose installer
bash bash-script docker docker-compose installer shell shell-script unix
Last synced: 01 Feb 2025
https://github.com/vroncevic/ossl
Encrypting/Decrypting files
aes-256 bash decrypt decrypt-files encrypt encrypt-files linux macos openssl shell unix
Last synced: 06 Feb 2025
https://github.com/vroncevic/shellwrap
Shell wrapper for Java Application
bash deployment java linux macos qnx shell unix wrapper
Last synced: 06 Feb 2025
https://github.com/kindsoldier/sysrun
simple web app for emergency start/stop VMs
Last synced: 23 Oct 2024