Iam

aws iam list-users

Lists the IAM users that have the specified path prefix.

aws iam list-users
12 views
Details

Rds

aws rds describe-db-instances

Returns information about provisioned RDS instances.

aws rds describe-db-instances
12 views
Details

Cloudformation

aws cloudformation deploy

Deploys an AWS CloudFormation template by creating and then executing a change set.

aws cloudformation deploy
15 views
Details

S3

aws s3 sync

Syncs directories and S3 prefixes. Recursively copies new and updated files.

aws s3 sync
13 views
Details
aws s3 cp

Copies a local file or S3 object to another location.

aws s3 cp
13 views
Details

Ec2

aws ec2 start-instances

Starts an Amazon EBS-backed instance that you've previously stopped.

aws ec2 start-instances
12 views
Details
aws ec2 stop-instances

Stops an Amazon EBS-backed instance.

aws ec2 stop-instances
13 views
Details
aws ec2 describe-instances

Describes one or more of your instances.

aws ec2 describe-instances
13 views
Details

Lambda

aws lambda list-functions

Returns a list of your Lambda functions.

aws lambda list-functions
12 views
Details

Configuration

az login

Log in to Azure.

az login
13 views
Details
az account set

Set a subscription to be the current active subscription.

az account set
12 views
Details

Resource Group

az group list

List resource groups.

az group list
13 views
Details
az group create

Create a new resource group.

az group create
12 views
Details

Deployment

az deployment group create

Start a deployment.

az deployment group create
11 views
Details

Virtual Machine

az vm start

Start a stopped virtual machine.

az vm start
13 views
Details
az vm stop

Stop a running virtual machine.

az vm stop
14 views
Details
az vm list

Get the details of the virtual machines.

az vm list
13 views
Details
az vm create

Create an Azure Virtual Machine.

az vm create
12 views
Details

Active Directory

az ad user list

List users in Azure Active Directory.

az ad user list
11 views
Details

Storage

az storage account list

List storage accounts.

az storage account list
12 views
Details
az storage blob list

List blobs in a given container.

az storage blob list
12 views
Details

Security

Generate SSH Key

Generate SSH key pair

ssh-keygen -t rsa -b 4096 -C 'your_email@example.com'
17 views
Details

Security

Check SSL Certificate

Check SSL certificate validity

openssl x509 -in certificate.crt -text -noout
12 views
Details

Certificate Management

openssl req

Generate certificate signing request (CSR).

openssl req
11 views
Details
openssl x509

Certificate display and signing utility.

openssl x509
11 views
Details
openssl verify

Verify certificate chain.

openssl verify
11 views
Details

Ssl/tls Testing

openssl s_server

SSL/TLS server program for testing.

openssl s_server
11 views
Details
openssl s_client

SSL/TLS client program for testing connections.

openssl s_client
11 views
Details

Keystore Management

openssl pkcs12

PKCS#12 file utility for creating and managing keystores.

openssl pkcs12
11 views
Details

Key Generation

openssl genrsa

Generate RSA private key.

openssl genrsa
11 views
Details

Encryption

openssl enc

Encrypt or decrypt files using various algorithms.

openssl enc
11 views
Details

Hashing

openssl dgst

Generate message digest (hash) of files.

openssl dgst
12 views
Details

Random Generation

openssl rand

Generate random bytes.

openssl rand
12 views
Details

Container Management

docker ps

List containers.

docker ps
11 views
Details
docker start

Start one or more stopped containers.

docker start
11 views
Details
docker exec

Run a command in a running container.

docker exec
10 views
Details
docker rm

Remove one or more containers.

docker rm
14 views
Details
docker stop

Stop one or more running containers.

docker stop
11 views
Details
docker run

Run a command in a new container.

docker run
12 views
Details
docker restart

Restart one or more containers.

docker restart
11 views
Details

Monitoring

docker logs

Fetch the logs of a container.

docker logs
11 views
Details

Storage

docker volume

Manage Docker volumes.

docker volume
13 views
Details

Networking

docker network

Manage Docker networks.

docker network
12 views
Details

Image Management

docker images

List images.

docker images
12 views
Details
docker push

Push an image or a repository to a registry.

docker push
11 views
Details
docker pull

Pull an image or a repository from a registry.

docker pull
11 views
Details
docker rmi

Remove one or more images.

docker rmi
13 views
Details
docker build

Build an image from a Dockerfile.

docker build
11 views
Details

Keystore Management

keytool -delete

Delete an entry from a keystore.

keytool -delete
12 views
Details
keytool -list

List the contents of a keystore.

keytool -list
11 views
Details
keytool -changealias

Change the alias of an entry in a keystore.

keytool -changealias
12 views
Details
keytool -importkeystore

Import one or all entries from another keystore.

keytool -importkeystore
11 views
Details

Password Management

keytool -storepasswd

Change the password of a keystore.

keytool -storepasswd
12 views
Details
keytool -keypasswd

Change the key password of an entry in a keystore.

keytool -keypasswd
11 views
Details

Certificate Management

keytool -import

Import a certificate or certificate chain into a keystore.

keytool -import
12 views
Details
keytool -export

Export a certificate from a keystore.

keytool -export
11 views
Details
keytool -certreq

Generate a certificate signing request (CSR).

keytool -certreq
11 views
Details
keytool -printcert

Print the content of a certificate.

keytool -printcert
11 views
Details

Key Generation

keytool -genkeypair

Generate a key pair (private key and associated public key certificate).

keytool -genkeypair
11 views
Details

Resource Management

kubectl apply

Apply a configuration to a resource by filename or stdin.

kubectl apply
11 views
Details
kubectl describe

Show details of a specific resource or group of resources.

kubectl describe
11 views
Details
kubectl delete

Delete resources by filenames, stdin, resources and names, or by resources and label selector.

kubectl delete
12 views
Details
kubectl get

Display one or many resources.

kubectl get
11 views
Details
kubectl create

Create a resource by filename or stdin.

kubectl create
11 views
Details

Configuration

kubectl config

Modify kubeconfig files.

kubectl config
11 views
Details

Debugging

kubectl exec

Execute a command in a container.

kubectl exec
11 views
Details

Monitoring

kubectl top

Show resource usage (CPU/memory/storage) for nodes or pods.

kubectl top
10 views
Details
kubectl logs

Print the logs for a container in a pod.

kubectl logs
11 views
Details

Deployment

kubectl rollout

Manage the rollout of a deployment.

kubectl rollout
11 views
Details

Scaling

kubectl scale

Set a new size for a deployment, replica set, or replication controller.

kubectl scale
11 views
Details

Networking

kubectl port-forward

Forward one or more local ports to a pod.

kubectl port-forward
11 views
Details

File Management

kubectl cp

Copy files and directories to and from containers.

kubectl cp
12 views
Details

Logging

journalctl

Query and display messages from the journal.

journalctl
11 views
Details

System Management

systemctl

Control systemd system and service manager.

systemctl
11 views
Details

Process Management

top

Display Linux processes in real-time.

top
11 views
Details
ps

Report a snapshot of the current processes.

ps
11 views
Details

Storage

du

Estimate file space usage.

du
11 views
Details
df

Show disk space usage.

df
11 views
Details

Text Processing

grep

Search for patterns in files.

grep
11 views
Details
awk

Pattern scanning and text processing language.

awk
13 views
Details
sed

Stream editor for filtering and transforming text.

sed
11 views
Details

Networking

iptables

Administration tool for IPv4 packet filtering and NAT.

iptables
11 views
Details
netstat

Print network connections, routing tables, interface statistics.

netstat
11 views
Details
ss

Show socket statistics (modern replacement for netstat).

ss
11 views
Details

File Management

find

Search for files in a directory hierarchy.

find
11 views
Details

Utilities

ldapurl

Parse and format LDAP URLs.

ldapurl
11 views
Details

Modify Operations

ldapadd

Add entries to an LDAP directory.

ldapadd
13 views
Details
ldapmodify

Modify entries in an LDAP directory.

ldapmodify
11 views
Details
ldapmodrdn

Modify the RDN of an LDAP entry.

ldapmodrdn
11 views
Details
ldapdelete

Delete entries from an LDAP directory.

ldapdelete
11 views
Details

Backup/restore

slapcat

Export LDAP database to LDIF format.

slapcat
12 views
Details
slapadd

Add entries from LDIF file to LDAP database.

slapadd
11 views
Details

Authentication

ldapwhoami

Perform a whoami operation against an LDAP server.

ldapwhoami
11 views
Details

Password Management

ldappasswd

Change the password of an LDAP user.

ldappasswd
13 views
Details

Server Management

start-server

Start the PingDirectory server.

./start-server
11 views
Details
stop-server

Stop the PingDirectory server gracefully.

./stop-server
11 views
Details
setup

Run the interactive setup process to configure the server for the first time.

./setup
12 views
Details

Import/export

import-ldif

Efficiently import data into the directory from an LDIF file.

import-ldif --backendID userRoot --ldifFile /path/to/data.ldif
13 views
Details
restore

Restore one or more directory backends from a backup.

restore --backupDirectory /path/to/backup/dir
11 views
Details
backup

Create a backup of one or more directory backends.

backup --backendID userRoot --backupDirectory /path/to/backups
11 views
Details
export-ldif

Export data from the directory to an LDIF file.

export-ldif --backendID userRoot --ldifFile /path/to/export.ldif
13 views
Details

Data Operations

ldapmodify

Modify directory entries using an LDIF file or standard input.

ldapmodify --hostname localhost --port 1389 --bindDN "cn=Directory Manager" --bindPassword password
11 views
Details
ldapsearch

Search for entries in the LDAP directory.

ldapsearch --hostname localhost --port 1389 --baseDN "dc=example,dc=com" "(uid=user.0)"
11 views
Details

Performance Testing

searchrate

Run a performance test to measure search operation throughput.

searchrate --hostname localhost --port 1389 --baseDN "dc=example,dc=com" --filter "(uid=user.[1-1000])"
11 views
Details
authrate

Run a performance test to measure bind operation throughput.

authrate --hostname localhost --port 1389 --bindDN "uid=user.[1-1000],ou=People,dc=example,dc=com" --bindPassword password
12 views
Details

Maintenance

compact-db

Reclaim disk space by compacting a backend database.

compact-db --backendID userRoot
11 views
Details
rebuild-index

Rebuild a specific index within a backend.

rebuild-index --backendID userRoot --index-type vlv --baseDN "dc=example,dc=com"
11 views
Details

Configuration

dsconfig

View and manage server configuration settings.

dsconfig --hostname localhost --port 4444 --bindDN "cn=Directory Manager" --bindPassword password --no-prompt
14 views
Details

Monitoring

pa-status

Check the status of PingAccess server.

./pa-status
11 views
Details
pa-log

View and manage PingAccess log files.

./pa-log
11 views
Details

Server Management

pa-start

Start the PingAccess server.

./pa-start
11 views
Details
pa-restart

Restart the PingAccess server.

./pa-restart
11 views
Details
pa-stop

Stop the PingAccess server gracefully.

./pa-stop
11 views
Details
pa-admin

PingAccess administrative command-line tool for server management.

./pa-admin
11 views
Details

Configuration

pa-export-config

Export PingAccess configuration to a file.

./pa-export-config
11 views
Details
pa-config

Configure PingAccess server settings and properties.

./pa-config
11 views
Details
pa-import-config

Import PingAccess configuration from a file.

./pa-import-config
11 views
Details

Backup/restore

pa-backup

Create a backup of PingAccess configuration and data.

./pa-backup
16 views
Details
pa-restore

Restore PingAccess from a backup.

./pa-restore
11 views
Details

Ssl/tls

pa-ssl

Manage SSL certificates and keystores for PingAccess.

./pa-ssl
11 views
Details

Server Management

pf-admin

PingFederate administrative command-line tool for server management.

./pf-admin
11 views
Details
pf-stop

Stop the PingFederate server gracefully.

./pf-stop
11 views
Details
pf-restart

Restart the PingFederate server.

./pf-restart
11 views
Details
pf-start

Start the PingFederate server.

./pf-start
10 views
Details

Backup/restore

pf-restore

Restore PingFederate from a backup.

./pf-restore
11 views
Details
pf-backup

Create a backup of PingFederate configuration and data.

./pf-backup
11 views
Details

Monitoring

pf-status

Check the status of PingFederate server.

./pf-status
11 views
Details
pf-log

View and manage PingFederate log files.

./pf-log
12 views
Details

Configuration

pf-import-config

Import PingFederate configuration from a file.

./pf-import-config
11 views
Details
pf-export-config

Export PingFederate configuration to a file.

./pf-export-config
11 views
Details
pf-config

Configure PingFederate server settings and properties.

./pf-config
11 views
Details

Configuration

dsconfig list-properties

List information about all available configuration properties for all objects.

dsconfig list-properties
12 views
Details
dsconfig

A text-based management tool used to view and configure the underlying server configuration for PingDirectory.

dsconfig
11 views
Details

Backend Configuration

dsconfig set-backend-prop

Modify properties of a backend, such as database cache settings or compaction rules.

dsconfig set-backend-prop
11 views
Details

Process Management

Stop-Process

Stops one or more running processes.

Stop-Process
13 views
Details
Get-Process

Gets the processes that are running on the local computer.

Get-Process
10 views
Details

Security

Set-ExecutionPolicy

Changes the user preference for the PowerShell execution policy.

Set-ExecutionPolicy
11 views
Details

System Management

Get-Service

Gets the services on a local or remote computer.

Get-Service
11 views
Details
Get-EventLog

Gets events in the classic event logs of a local or remote computer.

Get-EventLog
11 views
Details
Get-CimInstance

Gets the CIM instances of a class from a CIM server. (Modern replacement for Get-WmiObject).

Get-CimInstance
11 views
Details
Get-WmiObject

Gets instances of Windows Management Instrumentation (WMI) classes. (Legacy, use Get-CimInstance in newer PowerShell versions).

Get-WmiObject
11 views
Details

File System

Test-Path

Determines whether all elements of a path exist.

Test-Path
11 views
Details
Add-Content

Adds content to a specified item, such as a file.

Add-Content
11 views
Details
Set-Content

Writes new content or replaces the content in a file.

Set-Content
11 views
Details
Get-Content

Gets the content of the item at the specified location.

Get-Content
11 views
Details
Get-ChildItem

Gets the items and child items in one or more specified locations.

Get-ChildItem
11 views
Details

Networking

Invoke-RestMethod

Sends an HTTP or HTTPS request to a RESTful web service and parses the response.

Invoke-RestMethod
12 views
Details
Invoke-WebRequest

Gets content from a web page on the Internet.

Invoke-WebRequest
11 views
Details

Core

Get-Help

Displays information about PowerShell commands and concepts.

Get-Help
11 views
Details
Get-Command

Gets all commands that are installed on the computer, including cmdlets, aliases, functions, and workflows.

Get-Command
13 views
Details

Group Management

Get-ADGroup

Gets one or more Active Directory groups.

Get-ADGroup
11 views
Details
Add-ADGroupMember

Adds one or more members to an Active Directory group.

Add-ADGroupMember
11 views
Details
Get-ADGroupMember

Gets the members of an Active Directory group.

Get-ADGroupMember
11 views
Details

Ou Management

Get-ADOrganizationalUnit

Gets one or more Active Directory organizational units.

Get-ADOrganizationalUnit
11 views
Details

User Management

New-ADUser

Creates a new Active Directory user.

New-ADUser
11 views
Details
Remove-ADUser

Removes an Active Directory user.

Remove-ADUser
11 views
Details
Get-ADUser

Gets one or more Active Directory users.

Get-ADUser
25 views
Details
Set-ADUser

Modifies an Active Directory user.

Set-ADUser
11 views
Details

Computer Management

Get-ADComputer

Gets one or more Active Directory computers.

Get-ADComputer
11 views
Details

Networking

tracert

Determines the path taken to a destination by sending Internet Control Message Protocol (ICMP) echo Request messages with varying Time-to-Live (TTL) values.

tracert
11 views
Details
ping

Verifies IP-level connectivity to another TCP/IP computer by sending Internet Control Message Protocol (ICMP) echo Request messages.

ping
11 views
Details
ipconfig

Displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings.

ipconfig
12 views
Details
netstat

Displays active TCP connections, ports on which the computer is listening, Ethernet statistics, the IP routing table, IPv4 statistics, and IPv6 statistics.

netstat
11 views
Details

System Management

chkdsk

Checks a disk for errors and repairs them.

chkdsk
12 views
Details
sfc

System File Checker. Scans and verifies the integrity of all protected system files and replaces incorrect versions with correct Microsoft versions.

sfc
11 views
Details
schtasks

Schedules commands and scripts to run on a computer at a specified time or event.

schtasks
11 views
Details
systeminfo

Displays detailed configuration information about a computer and its operating system.

systeminfo
11 views
Details

Process Management

taskkill

Ends one or more tasks or processes.

taskkill
12 views
Details
tasklist

Displays a list of currently running processes on either a local or remote machine.

tasklist
11 views
Details

Committing

git commit

Record changes to the repository.

git commit
7 views
Details

Remote Operations

git push

Upload local repository content to a remote repository.

git push
6 views
Details
git pull

Fetch from and integrate with another repository or a local branch.

git pull
6 views
Details
git fetch

Download objects and refs from another repository.

git fetch
6 views
Details

Repository Management

git clone

Clone a repository into a new directory.

git clone
6 views
Details
git init

Initialize a new Git repository in the current directory.

git init
6 views
Details
git worktree

Manage multiple working trees attached to the same repository.

git worktree
6 views
Details

Branching

git checkout

Switch branches or restore working tree files.

git checkout
6 views
Details
git branch

List, create, or delete branches.

git branch
6 views
Details

Information

git status

Show the working tree status.

git status
6 views
Details
git diff

Show changes between commits, commit and working tree, etc.

git diff
6 views
Details
git log

Show commit logs.

git log
6 views
Details

Undoing

git reset

Reset current HEAD to the specified state.

git reset
6 views
Details
git revert

Create a new commit that undoes the changes from a previous commit.

git revert
6 views
Details

Merging

git rebase

Reapply commits on top of another base tip.

git rebase
6 views
Details
git merge

Join two or more development histories together.

git merge
6 views
Details
git cherry-pick

Apply the changes introduced by some existing commits.

git cherry-pick
6 views
Details

Stashing

git stash

Stash the changes in a dirty working directory away.

git stash
6 views
Details

Debugging

git bisect

Use binary search to find the commit that introduced a bug.

git bisect
6 views
Details

Submodules

git submodule

Initialize, update or inspect submodules.

git submodule
6 views
Details

Configuration

git config

Get and set repository or global options.

git config
6 views
Details

Tagging

git tag

Create, list, delete or verify a tag object signed with GPG.

git tag
6 views
Details

File Management

git clean

Remove untracked files from the working tree.

git clean
6 views
Details

Staging

git add

Add file contents to the staging area.

git add
7 views
Details

Remote Management

git remote

Manage set of tracked repositories.

git remote
6 views
Details