cheat sheet

  • Cheat List of Commonly Used Console Commands in Linux

    Linux command-line interface (CLI) provides a powerful environment for managing and interacting with a Linux operating system. For both beginners and experienced users, having a cheat sheet of commonly used console commands can be immensely

    ...
  • Docker commands Cheat Sheet

    Here's a comprehensive cheat sheet of Docker commands along with an example of each one. If you need more details on a particular command, just type the command and --help.

     

    Docker Compose commands Cheat Sheet

    Here's a cheat sheet of Docker Compose commands along with an example of each one.. If you need more details on a particular command, just type the command and --help.

     ...

  • Git Cheat Sheet

    Cheat Sheet of most used Git commands and how to use them.

     

    1. **git init**: Initializes a new Git repository in the current directory.

    $ git init
    Initialized empty Git
    ...
  • Linux ifconfig command with examples

    The "ifconfig" command in Linux is used to view and configure network interfaces on your system. It provides information about IP addresses, netmasks, broadcast addresses, and more.

     

    Displaying Network Interface

    ...
  • Linux ip command with examples

    The "ip" command in Linux is a powerful tool for configuring and managing network interfaces. It provides more advanced features compared to the older ifconfig command.

     

    Displaying Network Interface Information:

    To

    ...