All Projects → majamin → oneliners.txt

majamin / oneliners.txt

Licence: other
oneliners.txt

Projects that are alternatives of or similar to oneliners.txt

useful-unix-stuff
a collection of useful unix commands/scripts/etc.
Stars: ✭ 64 (+0%)
Mutual labels:  unix
colocat
Fegeya Colocat, Colorized 'cat' implementation. Written in C++17.
Stars: ✭ 14 (-78.12%)
Mutual labels:  unix
godzilla
a powerful go web framework
Stars: ✭ 22 (-65.62%)
Mutual labels:  unix
MeetixOS
An hobby OS written in modern C++20 which aims to be Unix-like. Currently based on EvangelionNG, a GhostOS derived kernel
Stars: ✭ 179 (+179.69%)
Mutual labels:  unix
ft select
A robust file browser and manager in the terminal.
Stars: ✭ 14 (-78.12%)
Mutual labels:  unix
BindToInterface
With this program you can bind applications to a specific network interface / network adapter. This is very useful if you have multiple (internet) connections and want your program to use a specific one.
Stars: ✭ 67 (+4.69%)
Mutual labels:  unix
hostname
Cross-platform hostname functions in Rust
Stars: ✭ 48 (-25%)
Mutual labels:  unix
rust-font-loader
A font loading utility written in rust.
Stars: ✭ 44 (-31.25%)
Mutual labels:  unix
rTerm
Fake UNIX terminal for personal pages
Stars: ✭ 19 (-70.31%)
Mutual labels:  unix
Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (-73.44%)
Mutual labels:  unix
yaf
Yet another system fetch that is minimal and customizable
Stars: ✭ 23 (-64.06%)
Mutual labels:  unix
dotfiles
My personal configuration and bootstrap files
Stars: ✭ 14 (-78.12%)
Mutual labels:  unix
venomlinux.org
Source Based Linux Distribution
Stars: ✭ 17 (-73.44%)
Mutual labels:  unix
kotoriotoko
KOTORIOTOKO (little bird man) -- Extremely Compatible and Sustainable Twitter Application Written in Shell Script
Stars: ✭ 89 (+39.06%)
Mutual labels:  unix
bac-genomics-scripts
Collection of scripts for bacterial genomics
Stars: ✭ 39 (-39.06%)
Mutual labels:  unix
dotfiles
My collection of dotfiles
Stars: ✭ 77 (+20.31%)
Mutual labels:  unix
luadch
ADC Hub Server
Stars: ✭ 46 (-28.12%)
Mutual labels:  unix
hosts
A command line hosts file editor in one portable script.
Stars: ✭ 145 (+126.56%)
Mutual labels:  unix
AiliceOS
AiliceOS: Build an x86_64 and UEFI OS using Rust
Stars: ✭ 59 (-7.81%)
Mutual labels:  unix
pidp11-2.11bsd
Using the historical unix 2.11 BSD operating system on the PiDP-11. With examples such as cool-retro-weatherstation.
Stars: ✭ 57 (-10.94%)
Mutual labels:  unix
oneliners.txt
-------------

    This is a collection of oneliners, commands, scripts, etc. for UNIX-like systems.
    Some Powershell commands are also included. Most lines are in this format:

    (*) DESCRIPTION: `COMMAND`

    (*) (SU) Show only errors and warnings: `dmesg --level=err,warn`
          ▲
          ▲
          ▲
    Some lines have a descriptor if they refer to a specific OS, or usage (such as superuser).

Command not found
-----------------

    You'll eventually get a 'command not found' message from your shell.
    You can try these commands to find the FILE (i.e. binaries) required to run some oneliners:

        Arch-based distros: `pacman -Fy FILE`
        Ubuntu-based distros: `apt-file update && apt-file find FILE`
        RHEL / CentOS-based distros: `yum whatprovides '*FILE'`
        Fedora: `dnf provides '*FILE'`
        OpenSUSE: `zypper wp FILE`

    In Windows, you can install MSYS2 or WSL to get similar *NIX-like commands.
    You can use 'chocolatey' to get some binaries, or perhaps just learn Powershell
    to do many of the things typically possible on *NIX systems (some PS commands
    are included in this repo!)
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].