Users & Groups commands

找到 444 条

Directory listing

409 commands

1password

command-line password manager and secrets management

op signin
Details

aa-notify

Display and monitor AppArmor denial notifications

aa-notify --since-last
Details

accton

enable or disable process accounting

sudo accton [/var/log/account/pacct]
Details

acl

fine-grained file permission management

getfacl [path/to/file]
Details

adcli

Active Directory domain client tool

sudo adcli join [domain.com]
Details

add-shell

Register valid login shells

sudo add-shell [/usr/local/bin/zsh]
Details

agy

Google Antigravity IDE launcher and command-line client

agy .
Details

airserv-ng

Wireless card server for remote access over TCP/IP

sudo airserv-ng -d [wlan0mon] -c [6] -p [666]
Details

airtun-ng

Create virtual tunnel interfaces for encrypted WiFi traffic

sudo airtun-ng -a [AP_BSSID] [wlan0mon]
Details

apptainer-push

Upload container images to remote registries.

apptainer push [path/to/image.sif] library://[user/collection/container]:[tag]
Details

apt-clone

Backup and restore installed package states

sudo apt-clone clone [path/to/directory]
Details

apt-install

Install packages from configured repositories.

sudo apt install [package]
Details

apturl

Install packages from apt: protocol URLs

apturl apt:firefox
Details

apw

CLI for Apple Passwords on macOS

apw start
Details

artisan

Laravel's command-line interface for PHP development tasks.

php artisan list
Details

attr

Manipulate extended attributes on filesystem objects

attr -s [attribute_name] -V [value] [path/to/file]
Details

auditctl

Control and manage Linux audit system rules.

sudo auditctl -s
Details

auggie

AI-powered agentic coding CLI from Augment Code

auggie
Details

auracle

Lightweight tool for querying the Arch User Repository.

auracle search '[regex]'
Details

aurutils

Utilities for managing AUR packages in a local repository

aur build [package]
Details

aurvote

Vote for AUR packages from the command line

aurvote --configure
Details

austin-tui

Top-like TUI for the Austin Python frame stack sampler

austin-tui python3 [path/to/script.py]
Details

authelia

Authentication and authorization server with multi-factor support

authelia validate-config --config [config.yml]
Details

autorecon

Automated multi-threaded network reconnaissance

sudo autorecon 192.168.1.1
Details

autossh

Maintain persistent SSH connections automatically

autossh -M [20000] -N -L [8080:localhost:80] [user@remote]
Details

aws-cloudtrail

Track and audit API activity across cloud services.

aws cloudtrail lookup-events --lookup-attributes AttributeKey=Username,AttributeValue=[user@example.com]
Details

aws-cognito-identity

Manage federated identity pools for AWS resource access.

aws cognito-identity list-identity-pools --max-results [20]
Details

aws-cognito-idp

Manage user pools for authentication and user directories.

aws cognito-idp create-user-pool --pool-name [my-pool]
Details

awsesh

AWS SSO session and credential manager with an interactive terminal UI

sesh
Details

az-bicep

Manage Bicep files for Azure infrastructure as code

az bicep build --file [main.bicep]
Details

bagels

terminal-based expense tracker with budgeting and insights

bagels
Details

batch

Execute commands when system load permits

batch
Details

File inspection

275 commands

a2disconf

disable an Apache2 configuration file

sudo a2disconf [configuration_file]
Details

aa-cleanprof

Clean AppArmor profiles by removing redundant rules

sudo aa-cleanprof [profile_name]
Details

aa-disable

Disable AppArmor security profiles

sudo aa-disable [path/to/profile]
Details

aa-enforce

Set AppArmor profiles to enforce mode

sudo aa-enforce [path/to/profile]
Details

aa-genprof

Generate AppArmor profiles by monitoring program behavior

sudo aa-genprof [/path/to/program]
Details

aa-status

Report AppArmor profile and confinement status

sudo aa-status
Details

ac

display user connect time statistics

ac
Details

aide

Detect file system changes for intrusion detection

sudo aide -i
Details

airodump-ng

Capture wireless packets and discover nearby networks

sudo airodump-ng [wlan0mon]
Details

alien

Convert between Linux package formats.

sudo alien -d [path/to/file]
Details

alt

Find alternate files for source and test switching

alt [path/to/file.rb]
Details

anthropic

Interact with Claude AI from the command line

anthropic -g user "Hello, Claude!"
Details

apisnip

TUI for trimming OpenAPI specifications

apisnip [input.yaml]
Details

apparmor

Mandatory Access Control framework for confining applications.

sudo aa-status
Details

apparmor_parser

Load, replace, and manage AppArmor security profiles.

sudo apparmor_parser -a [profile_file]
Details

apptainer-capability

Manage Linux capabilities for Apptainer container users and groups

sudo apptainer capability list --user [username]
Details

apptainer-overlay

Create and manage writable overlay filesystems for containers.

apptainer overlay create -s [size] [path/to/image.sif]
Details

apt-get

Install, upgrade, and manage packages.

sudo apt-get update
Details

at

Schedule commands to execute at a specified time

at now + 5 minutes
Details

audit2allow

Generate SELinux policy allow rules from audit logs.

sudo audit2allow -a
Details

audit2why

Translate SELinux denial messages into human-readable explanations.

sudo audit2why
Details

auditd

Linux audit daemon for tracking security-relevant events.

sudo auditd
Details

awk

Pattern scanning and text processing language

awk '{print $5}' [path/to/file]
Details

aws-aurora

Manage Amazon Aurora relational database clusters via AWS CLI

aws rds create-db-cluster --db-cluster-identifier [my-cluster] --engine aurora-mysql --master-username [admin] --master-user-password [password]
Details

aws-cloudfront

Manage content delivery network distributions and caching.

aws cloudfront create-invalidation --distribution-id [EDFDVBD6EXAMPLE] --paths "/[path/to/file.jpg]" "/[images/*]"
Details

aws-kafka

Manage Amazon Managed Streaming for Apache Kafka clusters.

aws kafka create-cluster --cluster-name [my-cluster] --kafka-version [3.5.1] --number-of-broker-nodes 3 --broker-node-group-info file://[broker-config.json]
Details

aws-quicksight

Manage business intelligence dashboards and analytics

aws quicksight list-dashboards --aws-account-id [account-id]
Details

az-resource

Manage Azure resources generically across all types

az resource list
Details

az-storage-blob

Manage Azure Blob Storage objects

az storage blob upload -f [/path/to/file] -c [container-name] -n [blob-name] --account-name [account]
Details

basilk

Terminal kanban board for task management

basilk
Details

Text processing

179 commands

aa-teardown

Unload all AppArmor profiles and disable enforcement

sudo aa-teardown
Details

addcomputer.py

Create machine accounts in Active Directory

addcomputer.py [domain]/[user]:[password] -computer-name [hostname]
Details

addgroup

Create groups and manage group membership

sudo addgroup [groupname]
Details

apache2ctl

Manage the Apache HTTP Server on Debian

sudo apache2ctl start
Details

apt-secure

Archive authentication and trust model documentation.

man apt-secure
Details

apt

High-level package management interface

sudo apt update
Details

aptitude

Advanced package management with dependency resolution

sudo aptitude update
Details

arp-scan

Discover hosts on local networks via ARP requests.

sudo arp-scan -l
Details

auto-cpufreq

Automatic CPU speed and power optimizer

sudo auto-cpufreq --monitor
Details

autoexpect

Generate Expect scripts by recording interactive sessions

autoexpect
Details

aws-dynamodb

Manage tables and items in Amazon DynamoDB.

aws dynamodb create-table --table-name [my-table] --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST
Details

aws-ecr

Manage Docker container image repositories on AWS.

aws ecr get-login-password | docker login --username AWS --password-stdin [account-id].dkr.ecr.[region].amazonaws.com
Details

aws-route53

Manage DNS hosted zones and records

aws route53 list-hosted-zones
Details

az-disk

Manage Azure managed disks

az disk create --name [MyDisk] --resource-group [MyResourceGroup] --size-gb [128]
Details

az-image

Manage custom virtual machine images in Azure

az image create --name [MyImage] --resource-group [MyResourceGroup] --source [MyVM]
Details

az-redis

Manage Azure Cache for Redis instances

az redis create --name [MyCache] --resource-group [MyResourceGroup] --location [eastus] --sku [Basic] --vm-size [c0]
Details

az-serial-console

Access the serial console of Azure virtual machines

az serial-console connect --name [MyVM] --resource-group [MyResourceGroup]
Details

az-tui

Terminal UI for managing Azure Container Apps

az-tui
Details

bc

Arbitrary precision calculator language

echo ["2+2"] | bc
Details

bmaptool

Flash disk images efficiently using block maps

sudo bmaptool copy [image.img] [/dev/sdX]
Details

brctl

Manage Ethernet bridge interfaces

sudo brctl show
Details

btrfs-check

Check and repair btrfs filesystem integrity

sudo btrfs check [path/to/partition]
Details

bubblewrap

Unprivileged sandboxing using Linux namespaces

bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid [command]
Details

chmem

configure memory hotplug state

sudo chmem -b -d [block_number]
Details

clipse

Configurable TUI clipboard manager for Unix

clipse
Details

cmatrix

terminal-based Matrix digital rain effect

cmatrix
Details

cowbuilder

Copy-on-write Debian package builder

sudo cowbuilder --create --distribution [bookworm]
Details

cron

time-based job scheduler daemon

crontab -e
Details

crun

fast OCI container runtime

crun run [container_id]
Details

cu

serial port terminal communication tool

sudo cu -l [/dev/ttyXYZ]
Details

devzat

SSH-based chat server you join with your existing SSH client

ssh [devzat.hackclub.com]
Details

Search and filters

160 commands

a2enconf

Enable Apache2 configuration files

sudo a2enconf [configuration_file]
Details

a2ensite

Enable Apache2 virtual host sites

sudo a2ensite [virtual_host]
Details

abbr

fish shell abbreviation manager

abbr --add [abbreviation_name] [command] [arguments]
Details

abroot

immutable root partition manager with A/B switching

sudo abroot pkg add [package]
Details

add-computer.py

Add computer accounts to Active Directory domains

add-computer.py [domain]/[user]:[password] -computer-name [hostname]
Details

anacron

Run periodic jobs on systems not running continuously

sudo anacron -n
Details

angryoxide

802.11 WiFi attack and penetration testing tool

sudo angryoxide -i [wlan0]
Details

apptainer-delete

Delete container images from a remote library.

apptainer delete library://[user/collection/container]:[tag]
Details

apptainer-exec

Execute a command within an Apptainer container.

apptainer exec [container.sif] [command]
Details

apx-stacks

Manage stack configurations for apx subsystems

apx stacks new
Details

aws-athena

Run SQL queries on data stored in Amazon S3

aws athena start-query-execution --query-string "[SELECT * FROM table LIMIT 10]" --work-group [primary]
Details

aws-budgets

Manage cost budgets and spending alerts.

aws budgets create-budget --account-id [123456789012] --budget file://[budget.json]
Details

az-apim

Manage Azure API Management services

az apim create --name [MyApim] --resource-group [MyResourceGroup] --publisher-email [email@domain.com] --publisher-name [MyCompany] --location [eastus]
Details

az-appconfig

Manage Azure App Configuration stores

az appconfig create --name [MyAppConfig] --resource-group [MyResourceGroup] --location [westus] --sku [Standard]
Details

az-cognitiveservices

Manage Azure AI and Cognitive Services accounts

az cognitiveservices account create --name [myaccount] --resource-group [myRG] --kind [TextAnalytics] --sku [S1] --location [eastus]
Details

az-group

Manage Azure resource groups

az group create -l [westus] -n [MyResourceGroup]
Details

az-sshkey

Manage SSH public key resources in Azure

az sshkey create --name [MySSHKey] --resource-group [MyResourceGroup]
Details

az-storage-account

Manage Azure Storage accounts

az storage account create -n [account-name] -g [resource-group] -l [westus] --sku [Standard_LRS]
Details

az-tag

Manage tags on Azure resources

az tag create --resource-id [resource-id] --tags [env=prod team=dev]
Details

bgpd

Border Gateway Protocol routing daemon

bgpd
Details

bitchat-tui

Peer-to-peer encrypted chat over Bluetooth LE in the terminal

bitchat-tui
Details

blkid

Identify block device attributes

sudo blkid
Details

bootc-switch

Switch the base OS to a different container image

sudo bootc switch [image]
Details

cargo-report

Display build reports and diagnostics

cargo report future-incompatibilities --id [1]
Details

codesign

macOS code signing and verification utility

codesign -s "[Developer ID]" [MyApp.app]
Details

concourse

container-based continuous integration server

concourse quickstart --add-local-user [admin]:[password] --main-team-local-user [admin]
Details

dconf-read

read values from dconf configuration database

dconf read /[path/to/key]
Details

Users and permissions

115 commands

a2dissite

disable an Apache2 virtual host

sudo a2dissite [virtual_host]
Details

a2query

Query Apache2 configuration state

sudo a2query -m
Details

aa-logprof

Update AppArmor profiles from log events interactively

sudo aa-logprof
Details

apt-mark

Change the install state of packages.

sudo apt-mark auto [package]
Details

arpd

Userspace ARP cache daemon with persistent storage.

sudo arpd -a [1] -b [/var/lib/arpd/arpd.db] [eth0]
Details

aureport

Generate summary reports from audit logs

sudo aureport
Details

ausearch

Search and query audit log events

sudo ausearch -m avc
Details

blockdev

Query and set block device parameters

sudo blockdev --report
Details

bpftrace

High-level tracing language for Linux eBPF.

sudo bpftrace -l
Details

btrfs-property

Get and set properties on btrfs filesystem objects

sudo btrfs property list [path/to/btrfs_object]
Details

btrfs-scrub

Verify data integrity on btrfs filesystems

sudo btrfs scrub start path/to/mount
Details

btrfs-subvolume

Manage btrfs subvolumes and snapshots

sudo btrfs subvolume create path/to/new_subvolume
Details

chfn

change user finger information

chfn -f [new_display_name] [username]
Details

cpufreq-aperf

calculate actual CPU frequency using hardware counters

sudo cpufreq-aperf
Details

csvsql

SQL query executor and database importer for CSV

csvsql --query "[SELECT * FROM data WHERE id > 10]" [data.csv]
Details

delpart

ask kernel to forget about a partition

sudo delpart [/dev/sda] [1]
Details

deluser

remove users from the system

sudo deluser [username]
Details

dm-crypt

Linux disk encryption subsystem

sudo cryptsetup luksFormat [/dev/sdX]
Details

dumpe2fs

ext2/ext3/ext4 filesystem information dumper

sudo dumpe2fs /dev/sdXN
Details

e2fsck

check and repair ext filesystems

sudo e2fsck /dev/sdXN
Details

fdisk

partition table manipulator

sudo fdisk -l
Details

firejail

application sandboxing with Linux namespaces

sudo firecfg
Details

git-hooks

Scripts triggered at Git workflow points

echo '#!/bin/sh' > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit
Details

gksudo

Graphical frontend for sudo with GTK password dialog

gksudo -u [userid] [command]
Details

grpck

verify integrity of group files

sudo grpck
Details

grub

GRand Unified Bootloader for Linux systems

sudo grub
Details

hciemu

emulates a Bluetooth HCI device

sudo hciemu
Details

Network diagnostics

111 commands

aa-audit

Set AppArmor profiles to audit mode

sudo aa-audit [profile_name]
Details

aa-complain

Set AppArmor profiles to complain mode

sudo aa-complain [path/to/profile]
Details

alsactl

Save and restore ALSA sound card settings.

sudo alsactl store
Details

andcli

2FA TOTP token manager TUI for the terminal

andcli -t aegis [path/to/backup.json]
Details

arping

Send ARP requests to discover and test network hosts

sudo arping [192.168.1.1]
Details

arpspoof

Forge ARP replies for man-in-the-middle interception.

sudo arpspoof -i wlan0 host_ip
Details

away

Lock terminal with an away message

away [message]
Details

aws-ce

Analyze cloud cost and usage data.

aws ce get-cost-and-usage --time-period Start=[YYYY-MM-DD],End=[YYYY-MM-DD] --granularity MONTHLY --metrics "BlendedCost" --group-by Type=DIMENSION,Key=SERVICE
Details

aws-ec2

Manage virtual servers and networking on Amazon EC2.

aws ec2 run-instances --image-id [ami-0c55b159cbfafe1f0] --instance-type [t2.micro] --key-name [my-key]
Details

aws-iam

Manage identity, access, and permissions for AWS resources.

aws iam create-user --user-name [my-user]
Details

aws-rds

Manage relational database instances

aws rds create-db-instance --db-instance-identifier [my-db] --db-instance-class db.t3.micro --engine mysql --master-username admin --master-user-password [password] --allocated-storage 20
Details

az-account

Manage Azure subscriptions and access tokens

az account list
Details

az-webapp

Manage Azure App Service web applications

az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
Details

blktrace

Trace block layer I/O events

blktrace -d [/dev/sda]
Details

certbot

Let's Encrypt certificate management

sudo certbot certonly --webroot -w [path/to/webroot] -d [subdomain.example.com]
Details

chroot

Change the root directory for a command

sudo chroot [path/to/new_root] [command]
Details

dolphie

MySQL/MariaDB/ProxySQL real-time monitoring TUI

dolphie -u [username] --ask-pass -h [host]
Details

emaint

Portage system maintenance utility

sudo emaint sync [-a|--auto]
Details

emerge

Gentoo Linux package manager

sudo emerge --sync
Details

envoy

high-performance L4/L7 proxy and service mesh data plane

envoy -c [/path/to/config.yaml]
Details

finger

display user information and status

finger [username]
Details

fscrypt

Linux native filesystem encryption manager

sudo fscrypt setup
Details

git-blame-someone-else

Rewrite commit authorship (for fixing attribution errors)

git blame-someone-else "[Author Name] <email@example.com>" [commit]
Details

gitleaks

Detect secrets and sensitive data in Git repositories

gitleaks git [path/to/repo]
Details

gnugo

play the game of Go against the computer

gnugo --mode gtp
Details

gopass

Team-oriented password manager compatible with pass

gopass init
Details

File operations

103 commands

aa-unconfined

Find network-listening processes without AppArmor profiles

sudo aa-unconfined
Details

adguardhome

Network-wide ad and tracker blocking DNS server

sudo adguardhome -s start
Details

airbase-ng

Create software-based wireless access points for penetration testing

sudo airbase-ng -e "[FakeSSID]" -c [6] [wlan0mon]
Details

aireplay-ng

Inject packets into wireless networks for security testing

sudo aireplay-ng -0 [5] -a [AP_BSSID] -c [CLIENT_MAC] [wlan0mon]
Details

apptainer-config

Manage Apptainer container platform configuration

sudo apptainer config fakeroot --add [username]
Details

aptd

Package management daemon via D-Bus

sudo aptd
Details

arch-chroot

Enhanced chroot with automatic filesystem mounting

arch-chroot [path/to/new_root]
Details

asak

Cross-platform audio recording/playback CLI tool with TUI

asak rec [output]
Details

atd

Daemon that executes jobs scheduled with at

atd
Details

aws-autoscaling

Automatically scale EC2 instance groups based on demand

aws autoscaling create-auto-scaling-group --auto-scaling-group-name [my-asg] --launch-template LaunchTemplateId=[lt-12345] --min-size [1] --max-size [5] --vpc-zone-identifier "[subnet-abc,subnet-def]"
Details

aws-lightsail

Manage simplified virtual servers, databases, and storage.

aws lightsail create-instances --instance-names [my-instance] --availability-zone [us-east-1a] --blueprint-id [amazon_linux_2] --bundle-id [nano_2_0]
Details

az-deployment

Deploy Azure resources using ARM templates and Bicep

az deployment group create --resource-group [rg_name] --template-file [template.json]
Details

az-logicapp

Manage Azure Logic Apps

az logicapp create --name [MyLogicApp] --resource-group [MyResourceGroup] --storage-account [MyStorageAccount] --plan [MyPlan]
Details

az-term

Manage Azure Marketplace terms acceptance

az term accept --publisher [publisher] --product [product] --plan [plan]
Details

basalt

TUI for managing Obsidian vaults and notes from the terminal

basalt
Details

bjobs

Display information about LSF batch jobs

bjobs
Details

box

official CLI for interacting with Box cloud storage

box login
Details

cmake

cross-platform build system generator

cmake -B [build]
Details

dagster

data orchestration platform for software-defined assets

dagster dev
Details

dhcpcd

DHCP and DHCPv6 client daemon

sudo dhcpcd [eth0]
Details

dhcpd

ISC DHCP server daemon for IP address assignment

sudo dhcpd
Details

distccd

distcc server daemon for distributed compilation

distccd --daemon
Details

dnf-system-upgrade

DNF plugin for offline Fedora major-version upgrades

sudo dnf system-upgrade download --releasever=[40]
Details

duplicacy

lock-free cloud backup with deduplication

duplicacy init [snapshot_id] [/path/to/storage]
Details

evtest

Input device event monitor and query tool

sudo evtest
Details

gcloud-config

gcloud CLI configuration management

gcloud config set project [project-id]
Details

gcpdiag

Google Cloud Platform diagnostics tool

gcpdiag lint --project [project_id]
Details

Processes and services

62 commands

adduser

Debian-friendly user and group management frontend

adduser [username]
Details

afmtodit

Adobe font metrics to groff font description converter

afmtodit [font.afm] [textmap] [fontname]
Details

appman

AppImage and portable application manager for local installations

appman -i [package_name]
Details

az-acr

Manage Azure Container Registries

az acr create -n [registry-name] -g [resource-group] --sku [Standard]
Details

az-aks

Manage Azure Kubernetes Service clusters

az aks create -g [resource-group] -n [cluster-name] --generate-ssh-keys
Details

az-container

Manage Azure Container Instances

az container create -g [resource-group] --name [container-name] --image [image:tag] --cpu [1] --memory [1]
Details

btrbk

Backup tool for btrfs snapshots and subvolumes

sudo btrbk stats
Details

delgroup

remove groups from the system

sudo delgroup [groupname]
Details

fprintd

D-Bus fingerprint authentication service

tldr fprintd-list
Details

gdm

graphical login manager for GNOME

systemctl start gdm
Details

gyb

command-line tool for backing up and restoring Gmail

gyb --email [user@gmail.com] --action backup
Details

homectl

manages user accounts and home directories via systemd-homed, a systemd

homectl list
Details

hwdb

systemd component that maps hardware properties to udev device attributes

sudo systemd-hwdb update
Details

ibmcloud

CLI for managing resources on IBM Cloud

ibmcloud login
Details

id

displays user and group identity information

id
Details

impacket-reg

Remote Windows registry manipulation tool

impacket-reg '[domain]/[user]:[password]@[target]' query -keyName 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion'
Details

intel_gtt

displays the Graphics Translation Table for Intel GPUs

sudo intel_gtt
Details

knife

command-line tool for Chef infrastructure automation

knife bootstrap [host] -x [user] -P [password]
Details

kreadconfig5

reads values from KDE Plasma 5 configuration files

kreadconfig5 --group [group_name] --key [key_name]
Details

lvscan

scans and lists all logical volumes in all volume groups

sudo lvscan
Details

nfsd

handles NFS requests from clients

sudo systemctl start nfs-server
Details

nmcli-agent

runs nmcli as an agent daemon that responds to NetworkManager's

nmcli agent secret
Details

nxc-rdp

netExec RDP module

nxc rdp [target] -u [user] -p [password]
Details

pbmtoatk

converts PBM bitmaps to ATK raster format

pbmtoatk [input.pbm] > [output.atk]
Details

Package management

17 commands

apt-cdrom

Add CD-ROM or DVD-ROM as an APT package source

sudo apt-cdrom add
Details

copr

Fedora community repository manager

sudo dnf copr enable [owner]/[project]
Details

dnf4

legacy DNF version 4 package manager

sudo dnf4 upgrade
Details

npmrc

set registry

registry=https://registry.npmjs.org/
Details

paccache

cache cleaning utility for pacman, the Arch Linux package manager

sudo paccache -r
Details

pacman-database

operates directly on the package database, allowing modification of package

sudo pacman -D --asdeps package
Details

pacman

package manager for Arch Linux

sudo pacman -Syu
Details

paru

AUR helper and pacman wrapper for Arch Linux

paru
Details

pirut

Graphical frontend for yum package manager

pirut
Details

taproom

Interactive TUI for managing Homebrew packages

taproom
Details

zypper

SUSE and openSUSE package manager

sudo zypper refresh
Details

SSH and remote access

12 commands

cloud-init

cloud instance initialization and configuration

cloud-init status
Details

crackmapexec

post-exploitation tool for Windows/AD networks

crackmapexec smb [192.168.1.0/24] -u [user] -p [password] --shares
Details

dbclient

lightweight SSH client from the Dropbear suite

dbclient [user]@[host]
Details

dropbearconvert

convert SSH keys between Dropbear and OpenSSH formats

dropbearconvert openssh dropbear ~/.ssh/id_rsa output_key
Details

duplicity

encrypted bandwidth-efficient backup tool

duplicity [/path/to/source] [sftp://user@host/backup]
Details

rum

Simple tool for managing running background jobs

rum [my_long_script.sh]
Details

ssh-add

adds private key identities to the OpenSSH authentication agent

ssh-add
Details

warp

Secure and simple terminal sharing

warp open [session-name]
Details

waypipe

Remote Wayland application forwarding over SSH

waypipe ssh [user]@[server] [program]
Details

Shell workflow

12 commands

az-lock

Manage Azure resource locks

az lock create --name [MyLock] --resource-group [MyResourceGroup] --lock-type ReadOnly
Details

b4n

Terminal user interface (TUI) for Kubernetes API inspired by k9s

b4n
Details

gh-skyline

Generate a 3D model of your GitHub contribution history

gh skyline
Details

ibmcloud-target

sets or displays the targeted account, region, resource group, and Cloud

ibmcloud target
Details

koji-resubmit

retries a cancelled or failed task using the same parameters as the original

koji resubmit [task_id]
Details

minetest

open-source voxel game engine and sandbox game similar to Minecraft

minetest
Details

pg_rewind

synchronize a PostgreSQL data directory with another copy

pg_rewind -D [target_dir] --source-server="host=[host] user=[rewind_user] dbname=[postgres]"
Details

zplug

Zsh plugin manager with parallel loading

zplug "[user/repo]"
Details

HTTP and downloads

11 commands

debuginfod

HTTP server for distributing ELF debugging information

debuginfod -F [/usr/lib/debug]
Details

htpdate

synchronizes the local system time using HTTP headers from web servers

sudo htpdate [host]
Details

http

user-friendly HTTP client

http [https://api.example.com/users]
Details

httpflow

captures and displays HTTP traffic in real-time

sudo httpflow -i [eth0]
Details

httpie

user-friendly HTTP client for the command line

http [https://api.example.com/users]
Details

httpry

specialized HTTP packet sniffer

sudo httpry -i [eth0]
Details

pueue commands

7 commands

pueue-send

Send stdin input to running pueue tasks

pueue send [task_id] "[input]"
Details

Containers and orchestration

5 commands

oxker

Terminal user interface for viewing and controlling Docker containers

oxker
Details

pocker

TUI tool for Docker container management

pocker
Details

sen

Terminal user interface for Docker containers

sen
Details

Archive and compression

4 commands

btrfs-restore

Salvage files from a damaged btrfs filesystem

sudo btrfs restore [path/to/btrfs_device] [path/to/target_directory]
Details

importctl

manages disk images for systemd containers and system extensions

sudo importctl pull-tar [URL] [name]
Details

Media tools

3 commands

ppmtouil

Convert PPM to Motif UIL icon format

ppmtouil [input.ppm] > [output.uil]
Details

stash

Self-hosted media organizer and metadata server

stash
Details

yt-dlp

Feature-rich video downloader fork

yt-dlp [https://youtube.com/watch?v=VIDEO_ID]
Details

az commands

2 commands

az-network

Manage Azure networking resources

az network dns zone create -g [resource-group] --name [example.com]
Details

az-vm

Manage Azure virtual machines

az vm create --resource-group [MyRG] --name [MyVM] --image [Ubuntu2204]
Details

flatpak commands

2 commands

flatpak-mask

prevent Flatpak applications from updating

flatpak mask [com.example.app]
Details

flatpak

sandboxed application distribution for Linux

flatpak run com.example.app
Details

gradle commands

2 commands

qm commands

2 commands

qm-cloudinit

Manage Cloud-Init settings for Proxmox VMs

qm cloudinit dump 100 user
Details

qm-pending

Show pending Proxmox VM configuration changes

qm pending [vm_id]
Details

. commands

1 commands

git-sh-i18n

Internationalization support library for Git shell scripts

. "$(git --exec-path)/git-sh-i18n"
Details

Disk and filesystems

1 commands

Security tools

1 commands

gpg-tui

Terminal user interface for GnuPG key management

gpg-tui
Details

ansible-inventory commands

1 commands

ansible-pull commands

1 commands

ansible-pull

Pull and run playbooks from a repository

ansible-pull -U [https://github.com/user/repo.git]
Details

aura commands

1 commands

aura

Secure, multilingual package manager for Arch Linux and the AUR.

aura -As [keyword]
Details

aurman commands

1 commands

aurman

AUR helper with pacman-like interface

aurman -Syu
Details

aurpublish commands

1 commands

aurpublish

Publish packages to the Arch User Repository

aurpublish [package_name]
Details

bluetui commands

1 commands

bluetui

Terminal user interface for Bluetooth management

bluetui
Details

bmm commands

1 commands

bmm

Fast local bookmark manager with CLI and TUI

bmm
Details

bpython commands

1 commands

bpython

Enhanced interactive Python interpreter

bpython
Details

cargo commands

1 commands

checkupdates-aur commands

1 commands

crates-tui commands

1 commands

crates-tui

Terminal UI for exploring crates.io Rust packages

crates-tui
Details

createuser commands

1 commands

crond commands

1 commands

devenv commands

1 commands

devenv

declarative development environments with Nix

devenv init
Details

distrobox-create commands

1 commands

distrobox-create

create Distrobox containers from Linux distribution images

distrobox-create [container_name] -i [ubuntu:latest]
Details

doveadm commands

1 commands

doveadm

Dovecot mail server administration tool

doveadm mailbox status -u [user@example.com] all '*'
Details

dropuser commands

1 commands

dropuser

PostgreSQL user removal utility

dropuser [username]
Details

edquota commands

1 commands

fakedata commands

1 commands

fprintd-verify commands

1 commands

gnome-extensions commands

1 commands

gnome-software commands

1 commands

grafana-cli commands

1 commands

grafana-cli

Grafana plugin and administration manager

grafana-cli plugins install [plugin-id]
Details

hardcover-tui commands

1 commands

impacket-mssqlclient commands

1 commands

impacket-mssqlclient

connects to Microsoft SQL Server databases for executing queries and database

impacket-mssqlclient [domain]/[user]:[password]@[target]
Details

impacket-rpcmap commands

1 commands

impacket-rpcmap

Scan for listening DCE/RPC interfaces on a target

impacket-rpcmap '[domain]/[user]:[password]@[192.168.1.100]'
Details

impacket-smbclient commands

1 commands

impacket-smbclient

generic SMB client for listing shares and files, uploading

impacket-smbclient [domain]/[user]:[password]@[target]
Details

jira commands

1 commands

jira-me

lists issues assigned to the current user

jira me
Details

jpegtopnm commands

1 commands

jpegtopnm

converts JFIF/JPEG images to Netpbm PNM format

jpegtopnm [image.jpg] > [image.pnm]
Details

kaskade commands

1 commands

koji commands

1 commands

kpackagetool5 commands

1 commands

kpackagetool5

manages KDE Plasma packages including plasmoids, themes, wallpapers

kpackagetool5 --list-types
Details

kpackagetool6 commands

1 commands

kpackagetool6

Install, list, and remove KDE Plasma 6 packages

kpackagetool6 --list-types
Details

kwriteconfig5 commands

1 commands

kwriteconfig5

writes values to KDE Plasma 5 configuration files

kwriteconfig5 --group [group_name] --key [key] [value]
Details

ldapdomaindump commands

1 commands

ldapdomaindump

extracts Active Directory information via LDAP, including users

ldapdomaindump -u domain\username -p password [hostname]
Details

lobtui commands

1 commands

lobtui

TUI for browsing lobste.rs in the terminal

lobtui
Details

login commands

1 commands

login

initiates a user session on the system

login [user]
Details

lsb_release commands

1 commands

lsb_release

displays Linux Standard Base and distribution-specific information

lsb_release --all
Details

lxc commands

1 commands

lxc

manages Linux containers using the LXD REST API

lxc list [match_string]
Details

makechrootpkg commands

1 commands

makechrootpkg

builds Arch Linux packages in a clean chroot environment

makechrootpkg -c -r [/var/lib/archbuild/extra-x86_64]
Details

makoctl commands

1 commands

makoctl-invoke

triggers actions on notifications displayed by the mako notification daemon

makoctl invoke
Details

mdm commands

1 commands

mlbt commands

1 commands

mlbt

TUI for viewing MLB baseball stats and live games

mlbt
Details

mysqladmin commands

1 commands

mysqlcheck commands

1 commands

mysqlcheck

checks, repairs, and optimizes MySQL tables

mysqlcheck -u [user] -p [database]
Details

newusers commands

1 commands

newusers

creates multiple users at once

newusers [users.txt]
Details

nxc commands

1 commands

nxc-wmi

netExec WMI module

nxc wmi [target] -u [user] -p [password]
Details

pacreport commands

1 commands

pacreport

generates reports about installed packages and system state

pacreport
Details

pacseek commands

1 commands

pacseek

TUI for browsing and searching Arch Linux packages

pacseek
Details

pamtouil commands

1 commands

pamtouil

converts PAM/PNM images to UIL format for Motif/X11 GUI development

pamtouil [input.pam] > [output.uil]
Details

pct commands

1 commands

pct-clone

creates a copy of an existing Proxmox LXC container

pct clone [template_id] [new_id]
Details

pg_basebackup commands

1 commands

pg_basebackup

creates a base backup of a PostgreSQL cluster

pg_basebackup -D [backup_dir] -h [host] -U [user]
Details

picom-trans commands

1 commands

picom-trans

sets window transparency for the picom compositor

picom-trans -w [window_id] [75]
Details

pinky commands

1 commands

pinky

displays information about logged-in users

pinky
Details

pio commands

1 commands

pio-boards

lists supported development boards in PlatformIO

pio boards
Details

prowler commands

1 commands

rabbitmqctl commands

1 commands

runcon commands

1 commands

runcon

Run commands with specified SELinux context

runcon
Details

secon commands

1 commands

secon

Display SELinux security contexts

secon
Details

session commands

1 commands

pam_selinux

PAM module to set the default SELinux security context

session required pam_selinux.so
Details

sqly commands

1 commands

sqly

Execute SQL against CSV, TSV, JSON, and Excel files

sqly [user.csv]
Details

stormlock commands

1 commands

stormlock

simple centralized lock with lease expiration

stormlock acquire [resource]
Details

telinit commands

1 commands

terminal-notifier commands

1 commands

terminal-notifier

Send macOS notifications from command line

terminal-notifier -message "[Task completed]"
Details

tgt commands

1 commands

tlmgr commands

1 commands

trizen commands

1 commands

tuisky commands

1 commands

tuisky

TUI client for the Bluesky social network

tuisky
Details

uptime commands

1 commands

uptime

Show system uptime and load averages

uptime
Details

vi-mongo commands

1 commands

virsh commands

1 commands

xlock commands

1 commands

xset commands

1 commands

xset

Configure X server preferences

xset s off
Details

yadm commands

1 commands