All Commands
Security
Check SSL Certificate
Check SSL certificate validity
openssl x509 -in certificate.crt -text -noout
Key Generation
Certificate Management
Keystore Management
Ssl/tls Testing
Encryption
Random Generation
Security
Generate SSH Key
Generate SSH key pair
ssh-keygen -t rsa -b 4096 -C 'your_email@example.com'
S3
Ec2
Iam
Lambda
Rds
Configuration
Resource Group
Virtual Machine
Storage
Active Directory
Container Management
Monitoring
Image Management
Networking
Storage
Key Generation
keytool -genkeypair
Generate a key pair (private key and associated public key certificate).
keytool -genkeypair
Keystore Management
Certificate Management
Resource Management
kubectl describe
Show details of a specific resource or group of resources.
kubectl describe
Monitoring
Debugging
Networking
Scaling
Deployment
Configuration
Configuration
Server Management
pf-admin
PingFederate administrative command-line tool for server management.
./pf-admin
Monitoring
Search Operations
Modify Operations
Authentication
Password Management
Backup/restore
System Management
Logging
Process Management
Networking
Storage
File Management
Server Management
Configuration
Monitoring
Backup/restore
Ssl/tls
Server Management
Data Operations
Import/export
import-ldif
Efficiently import data into the directory from an LDIF file.
import-ldif --backendID userRoot --ldifFile /path/to/data.ldif
backup
Create a backup of one or more directory backends.
backup --backendID userRoot --backupDirectory /path/to/backups
restore
Restore one or more directory backends from a backup.
restore --backupDirectory /path/to/backup/dir
Configuration
dsconfig
View and manage server configuration settings.
dsconfig --hostname localhost --port 4444 --bindDN "cn=Directory Manager" --bindPassword password --no-prompt
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])"
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
Configuration
Backend Configuration
dsconfig set-backend-prop
Modify properties of a backend, such as database cache settings or compaction rules.
dsconfig set-backend-prop
Core
Process Management
System Management
Security
Set-ExecutionPolicy
Changes the user preference for the PowerShell execution policy.
Set-ExecutionPolicy
File System
Get-ChildItem
Gets the items and child items in one or more specified locations.
Get-ChildItem
Networking
User Management
Computer Management
Group Management
Networking
netstat
Displays active TCP connections, ports on which the computer is listening, Ethernet statistics, the IP routing table, IPv4 statistics, and IPv6 statistics.
netstat
ping
Verifies IP-level connectivity to another TCP/IP computer by sending Internet Control Message Protocol (ICMP) echo Request messages.
ping
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