- adduser
Categories: USER_MANAGEMENT
adduser [login]
- apk
Categories: PACKAGE_MANAGEMENT
apk add [packages...] Categories: INSTALL_PACKAGES
apk del [packages...] Categories: UNINSTALL_PACKAGES
apk fix
apk update Categories: UPDATE_PACKAGES
apk info
apk search
apk upgrade [packages...] Categories: UPGRADE_PACKAGES
apk cache
apk version
apk index
apk fetch
apk audit
apk verify
apk dot
apk policy <package>
apk stats
apk manifest
- apt-add-repository
Categories: PACKAGE_MANAGEMENT
apt-add-repository <repository>
- apt-get
Categories: PACKAGE_MANAGEMENT
apt-get install [packages...] Categories: INSTALL_PACKAGES
apt-get purge [packages...]
apt-get remove [packages...] Categories: UNINSTALL_PACKAGES
apt-get source <package>
apt-get build-dep [packages...]
apt-get clean
apt-get autoclean
apt-get autoremove [packages...]
apt-get check
apt-get update Categories: UPDATE_PACKAGES
apt-get upgrade [packages...] Categories: UPGRADE_PACKAGES
apt-get dist-upgrade Categories: UPGRADE_PACKAGES
- apt-key
Categories: PACKAGE_MANAGEMENT
apt-key add <filename>
apt-key del <keyid>
apt-key export <keyid>
apt-key exportall
apt-key list
apt-key finger
apt-key fingerprint <key>
apt-key adv
apt-key update
apt-key net-update
- apt
Categories: PACKAGE_MANAGEMENT
apt install [packages...] Categories: INSTALL_PACKAGES
apt remove [packages...] Categories: UNINSTALL_PACKAGES
apt clean
apt autoclean
apt autoremove [packages...]
apt update Categories: UPDATE_PACKAGES
apt upgrade [packages...] Categories: UPDATE_PACKAGES
apt clean
- basename
Categories: FILE_SYSTEM,UTILS
basename
- bash
Categories: SHELL
bash
- bundle
Categories: PACKAGE_MANAGEMENT
bundle install Categories: INSTALL_PACKAGES
bundle update Categories: UPDATE_PACKAGES
bundle cache
bundle exec
bundle config
bundle help
bundle add <name> Categories: INSTALL_PACKAGES
bundle remove <name> Categories: UNINSTALL_PACKAGES
bundle exec
- cat
Categories: PRINT
cat [PATH...]
- cd
Categories: NAVIGATION,FILE_SYSTEM
cd <path>
- chmod
Categories: FILE_PERMISSIONS
chmod <mode> [paths...]
chmod [paths...]
- chown
Categories: FILE_PERMISSIONS
chown [paths...]
chown <owner> [paths...]
- cmake
Categories: BUILD_SYSTEM
cmake [options...] Categories: BUILD_PACKAGES
cmake
cmake Categories: INSTALL_PACKAGES
cmake
cmake [pathToSourceOrBuild]
- codecov
Categories: CODE_COVERAGE
codecov [args...]
- composer
Categories: PACKAGE_MANAGEMENT
composer [args...]
- conda
Categories: PACKAGE_MANAGEMENT
conda install [packages...] Categories: INSTALL_PACKAGES
conda remove [packages...] Categories: UNINSTALL_PACKAGES
conda update [packages...] Categories: UPDATE_PACKAGES
conda create
conda activate <environement>
conda deactivate
conda search <term>
conda list
conda info
- ./configure
Categories: BUILD_SYSTEM
./configure [ignores...]
- coverage
Categories: CODE_COVERAGE
coverage [args...]
- coveralls
Categories: CODE_COVERAGE
coveralls [args...]
- cp
Categories: FILE_SYSTEM
cp [paths...]
- ctest
Categories: TEST_PACKAGES
ctest [args...]
- curl
Categories: DOWNLOAD
curl [url]
- diff
Categories: DIFF
diff [args...]
- dnf
Categories: PACKAGE_MANAGEMENT
dnf install [packages...] Categories: INSTALL_PACKAGES
dnf debuginfo-install [packages...] Categories: INSTALL_PACKAGES
dnf clean all
dnf update Categories: UPDATE_PACKAGES
dnf upgrade Categories: UPGRADE_PACKAGES
dnf check-update
dnf autoremove
dnf builddep [packages...] Categories: BUILD_PACKAGES
- docker-php-ext-install
Categories: PACKAGE_MANAGEMENT
docker-php-ext-install [packages...] Categories: INSTALL_PACKAGES
- docker
Categories: VIRTUALIZATION
docker run
docker exec
docker ps
docker build
docker pull
docker push
docker images
docker login
docker login azure
docker logout
docker logout azure
docker search
docker version
docker info
- dotnet
Categories: BUILD_SYSTEM
dotnet build [options...] Categories: BUILD_PACKAGES
dotnet build-server [options...] Categories: BUILD_PACKAGES
dotnet clean [options...]
dotnet exec [options...]
dotnet help [options...]
dotnet migrate [options...]
dotnet msbuild [options...]
dotnet new [options...]
dotnet pack [options...]
dotnet publish [options...]
dotnet restore [options...]
dotnet run [options...]
dotnet sdk check [options...]
dotnet sln [options...]
dotnet store [options...]
dotnet test [options...] Categories: TEST_PACKAGES
- dpkg-architecture
Categories: PACKAGE_MANAGEMENT
dpkg-architecture
- dpkg
Categories: PACKAGE_MANAGEMENT
dpkg <dir>
dpkg <dir>
dpkg
- echo
Categories: PRINT
echo [items...]
- exit
Categories: CONTROL_FLOW
exit <code>
- export
Categories: ENVIRONMENT
export <target>
- false
Categories: UTILS
false
- find
Categories: FILE_SYSTEM,SEARCH
find <target>
- firefox
Categories: BROWSER
firefox <url>
- gem
Categories: PACKAGE_MANAGEMENT
gem install [gems...] Categories: INSTALL_PACKAGES
gem update [gems...] Categories: UPGRADE_PACKAGES
gem cleanup
gem list
gem build <path> Categories: BUILD_PACKAGES
- gh
Categories:
gh auth
gh auth login
gh auth logout
gh auth refresh
gh auth setup-git
gh auth status
gh auth token
gh browse
gh codespace
gh codespace code
gh codespace cp
gh codespace create
gh codespace delete
gh codespace edit
gh codespace jupyter
gh codespace list
gh codespace logs
gh codespace ports
gh codespace ports forward
gh codespace ports visibility
gh codespace rebuild
gh codespace ssh
gh codespace stop
gh codespace view
gh gist
gh gist clone
gh gist create
gh gist delete
gh gist edit
gh gist list
gh gist rename
gh gist view
gh issue
gh issue create
gh issue list
gh issue status
gh org
gh org list
gh pr
gh pr create
gh pr list
gh pr status
gh project
gh project close
gh project copy
gh project create
gh project delete
gh project edit
gh project field-create
gh project field-delete
gh project field-list
gh project item-add
gh project item-archive
gh project item-create
gh project item-delete
gh project item-edit
gh project item-list
gh project list
gh project mark-template
gh project view
gh release
gh release create
gh release list
gh repo
gh repo create
gh repo list
- git
Categories: VERSION_CONTROL
git submodule init
git submodule update
git pull Categories: VERSION_CONTROL_PULL
git remote set-url <target> <url>
git reset <target>
git rev-parse <target>
git clone <url> [directory] Categories: VERSION_CONTROL_CLONE
git init
git checkout <target>
git gc
git config <setting> <value>
git fetch [args...]
git describe
git commit
git diff [...args] Categories: DIFF
git cat-file <file> Categories: PRINT
git clean
git
- go
Categories: BUILD_SYSTEM,DEVELOPMENT
go get [packages...] Categories: INSTALL_PACKAGES
go vet
go fmt
go version
go install [packages...] Categories: INSTALL_PACKAGES
go test [packages...] Categories: TEST_PACKAGES
go clean
go build [packages...] Categories: BUILD_PACKAGES
go mod [arg]
go env [arg] Categories: ENVIRONMENT
go generate [path]
go list [path]
- google-chrome
Categories: BROWSER
google-chrome <URL>
- gpg
Categories: SECURITY
gpg [targets...]
- ./gradlew
Categories: PACKAGE_MANAGEMENT
./gradlew install Categories: INSTALL_PACKAGES
./gradlew build Categories: BUILD_PACKAGES
./gradlew clean
./gradlew test Categories: TEST_PACKAGES
./gradlew assemble
./gradlew publish Categories: PUBLISH_PACKAGES
- grep
Categories: SEARCH,FILE_SYSTEM
grep <pattern> [paths...]
- groupadd
Categories: USER_MANAGEMENT
groupadd <group>
- jq
Categories: DATA_PROCESSING
jq <filter> [PATH...]
- ldconfig
Categories:
ldconfig
- ln
Categories: FILE_SYSTEM
ln <target> <link>
ln <target>
ln [targets...]
ln [targets...]
ln [targets...]
- locale-gen
Categories: LOCALIZATION
locale-gen
- ls
Categories: FILE_SYSTEM
ls [PATH...]
- make
Categories: BUILD_SYSTEM
make [target] [args...] Categories: BUILD_PACKAGES
- md5
Categories: HASH
md5 [paths...]
- mkdir
Categories: FILE_SYSTEM
mkdir [paths...]
- mktemp
Categories: FILE_SYSTEM
mktemp [template]
- mv
Categories: FILE_SYSTEM
mv [paths...]
- mvn
Categories: PACKAGE_MANAGEMENT
mvn install Categories: INSTALL_PACKAGES
mvn clean
mvn compile Categories: BUILD_PACKAGES
mvn test Categories: TEST_PACKAGES
mvn package Categories: BUILD_PACKAGES
mvn deploy Categories: DEPLOY_PACKAGES
- node
Categories: DEVELOPMENT
node [args...]
- npm
Categories: PACKAGE_MANAGEMENT
npm install [packages...] Categories: INSTALL_PACKAGES
npm i [packages...] Categories: INSTALL_PACKAGES
npm add [packages...] Categories: INSTALL_PACKAGES
npm ci Categories: INSTALL_PACKAGES
npm uninstall [packages...] Categories: UNINSTALL_PACKAGES
npm remove [packages...] Categories: UNINSTALL_PACKAGES
npm build [folder] Categories: BUILD_PACKAGES
npm TEST [args...] Categories: TEST_PACKAGES
npm run build [args...] Categories: BUILD_PACKAGES
npm run [args...] Categories: RUN_PACKAGES
npm run-script [args...] Categories: RUN_PACKAGES
npm cache clean
npm cache rm
npm cache clear
npm config set <key> <value>
npm config set <combined>
npm link
npm prune [packages...] Categories: UNINSTALL_PACKAGES
npm
- nproc
Categories: SYSTEM_INFO
nproc
- pecl
Categories: PACKAGE_MANAGEMENT
pecl -v [options...]
pecl -q [options...]
pecl -c [options...]
pecl -C [options...]
pecl -d [options...]
pecl -D [options...]
pecl -G [options...]
pecl -S [options...]
pecl -s [options...]
pecl -y [options...]
pecl -V [options...]
pecl build [options...] Categories: BUILD_PACKAGES
pecl bundle [options...]
pecl channel-alias [options...]
pecl channel-delete [options...]
pecl channel-discover [options...]
pecl channel-info [options...]
pecl channel-login [options...]
pecl channel-logout [options...]
pecl channel-update [options...]
pecl clear-cache [options...]
pecl config-create [options...]
pecl config-get [options...]
pecl config-help [options...]
pecl config-set [options...]
pecl config-show [options...]
pecl convert [options...]
pecl cvsdiff [options...] Categories: DIFF
pecl cvstag [options...]
pecl download [options...]
pecl download-all [options...]
pecl info [options...]
pecl install [options...]
pecl list [options...]
pecl list-all [options...]
pecl list-channels [options...]
pecl list-files [options...]
pecl list-upgrades [options...]
pecl login [options...]
pecl logout [options...]
pecl make-rpm-spec [options...]
pecl makerpm [options...]
pecl package [options...]
pecl package-dependencies [options...]
pecl package-validate [options...]
pecl pickle [options...]
pecl remote-info [options...]
pecl remote-list [options...]
pecl run-scripts [options...]
pecl run-tests [options...] Categories: TEST_PACKAGES
pecl search [options...]
pecl shell-test [options...]
pecl sign [options...]
pecl svntag [options...]
pecl uninstall [options...] Categories: UNINSTALL_PACKAGES
pecl update-channels [options...]
pecl upgrade [options...] Categories: UPGRADE_PACKAGES
pecl upgrade-all [options...] Categories: UPGRADE_PACKAGES
- php
Categories: DEVELOPMENT
php [script] [args...]
- pip
Categories: PACKAGE_MANAGEMENT
pip install [targets...] Categories: INSTALL_PACKAGES
pip uninstall [targets...] Categories: UNINSTALL_PACKAGES
pip freeze
pip
- printf
Categories: PRINT
printf <format> [ARGS...]
- pwd
Categories: FILE_SYSTEM,UTILS
pwd
- pytest
Categories: TEST_PACKAGES
pytest [args...]
- python
Categories: DEVELOPMENT
python [args...]
python
- rm
Categories: FILE_SYSTEM
rm [paths...]
- rpm
Categories: PACKAGE_MANAGEMENT
rpm <package>
rpm [options...]
rpm [packages...] Categories: INSTALL_PACKAGES
rpm [packages...] Categories: UPGRADE_PACKAGES
rpm [packages...]
rpm [packages...]
- sed
Categories: REGEX
sed <expression> [paths...]
sed [paths...]
sed [paths...]
sed [paths...]
sed [paths...]
- set
Categories: ENVIRONMENT
set [args]
- sh
Categories: SHELL
sh
- sha256sum
Categories: HASH
sha256sum [files...]
- sha512sum
Categories: HASH
sha512sum [files...]
- sort
Categories:
sort [PATH...]
- sudo
Categories: PRIVILEGES
sudo
- swift
Categories:
swift
- tar
Categories: ARCHIVE,FILE_SYSTEM
tar [args...]
- tee
Categories: PRINT
tee [PATH...]
- touch
Categories: FILE_SYSTEM
touch [PATH...]
- true
Categories: UTILS
true
- unzip
Categories: ARCHIVE
unzip <file> [items...]
- useradd
Categories: USER_MANAGEMENT
useradd [login]
useradd [login]
useradd [login]
useradd [login]
useradd [login]
useradd [login]
- wc
Categories: FILE_SYSTEM,UTILS
wc [paths...]
- wget
Categories: DOWNLOAD
wget <url>
- which
Categories: UTILS
which [program...]
- xargs
Categories: UTILS
xargs [PATH...]
- yarn
Categories: PACKAGE_MANAGEMENT
yarn add [modules...] Categories: INSTALL_PACKAGES
yarn audit Categories: AUDIT_PACKAGES
yarn autoclean
yarn bin <executable>
yarn lint
yarn cache list
yarn cache clean [modules...]
yarn cache dir
yarn global add [modules...]
yarn install Categories: INSTALL_PACKAGES
yarn run <script> Categories: RUN_PACKAGES
yarn <script> Categories: RUN_PACKAGES
yarn Categories: INSTALL_PACKAGES
- yum
Categories: PACKAGE_MANAGEMENT
yum remove [packages...] Categories: UNINSTALL_PACKAGES
yum erase [packages...] Categories: UNINSTALL_PACKAGES
yum clean all
yum update [packages...] Categories: UPDATE_PACKAGES
yum upgrade [packages...] Categories: UPGRADE_PACKAGES
yum install [packages...] Categories: INSTALL_PACKAGES
yum localinstall [packages...] Categories: INSTALL_PACKAGES
yum groupinstall [packages...] Categories: INSTALL_PACKAGES
yum versionlock [packages...]
yum makecache