PHP code example that demonstrates how to connect to and query a PostgreSQL database using […]
Basic Unix Cheat Sheet
Here’s a cheat sheet for some commonly used Unix command-line commands: Navigation File Management Search […]
Python Cheat Sheet
Basic Syntax Variables and Types Functions Control Structures Pointers Python does not have pointers in […]
GoLang Sheet Sheet
Basic Syntax Variables and Types Functions Control Structures Pointers Packages Arrays and Slices Arrays Slices […]
SMTP Cheat Sheet
Basic Commands Command Description telnet <server> 25 Connect to the SMTP server using Telnet EHLO […]
IMAP Cheat Sheet
Basic Commands Command Description telnet <server> 143 Connect to the IMAP server using Telnet a […]
Kubernetes Cheat Sheet
Basic Commands Command Description kubectl get pods List all pods kubectl get deployments List all […]
LDAP Cheat Sheet
Basic Commands Command Description ldapsearch -x Search the LDAP directory using simple authentication ldapadd -x […]
Ansible Cheat Sheet
Basic Commands Command Description ansible <hostname> -m ping Test connectivity to a host ansible-playbook <playbook>.yml […]
MySQL Cheat Sheet
Basic Commands Command Description mysql -u username -p Start the MySQL command-line interface CREATE DATABASE […]