Category: Reference

rsync Cheat Sheet

Rsync is a powerful and versatile file synchronization tool for efficiently copying and transferring files between local and remote hosts. This cheat sheet provides essential Rsync commands for various use…

SCP Cheat Sheet

SCP (Secure Copy Protocol) is a command-line utility for securely copying files between local and remote hosts. This cheat sheet provides essential SCP commands for efficient file transfers. Introduction: SCP,…

SSH Cheat Sheet

Secure Shell (SSH) is a widely-used protocol for securely connecting to remote servers. This cheat sheet provides essential SSH commands for managing remote connections, file transfers, and more. Introduction: SSH…

Linux “make” Cheat Sheet

Make is a powerful build automation tool that simplifies the process of compiling and building projects. This cheat sheet provides essential commands and directives to efficiently use Make for managing…

gcc Cheat Sheet

GCC (GNU Compiler Collection) is a powerful and widely-used compiler suite for various programming languages. This cheat sheet provides essential commands and options to compile and manage code efficiently using…

Oracle Cheat Sheet

Oracle Database is a comprehensive and robust relational database management system (RDBMS) widely used for enterprise-level applications. This cheat sheet presents essential commands and queries to interact efficiently with Oracle…

PostgreSQL Cheat Sheet

PostgreSQL is a powerful open-source relational database management system (RDBMS) known for its extensibility and advanced features. This cheat sheet presents key commands and queries to interact effectively with PostgreSQL…

MatLab Cheat Sheet

Here’s the MATLAB cheat sheet presented in a table format: Category Example Basic Commands disp('Hello, MATLAB!') x = 5; % This is a comment Matrices and Vectors v = ;…

Haskell Cheat Sheet

Basics: Pattern Matching: Higher-Order Functions: Lambda Expressions: Typeclasses: Monads: IO Operations: This Haskell cheat sheet covers basic syntax, common constructs, and functional programming concepts. Haskell’s expressive and concise syntax makes…