IT Log

Record various IT issues and difficulties.

Tag: Terminal


  • What Are the Differences Between Terminal, Frontend, and Backend

    Terminal, frontend, and backend are three distinct components in the development of a computer application or system. Understanding their differences is essential for any developer to effectively structure and manage their projects. 1. Terminal (Command Line Interface – CLI): The terminal is a tool that allows users to interact with a computer through typed commands.…


  • How to View the MD5 Value of a Text File

    To view the MD5 hash of a text file, follow these steps based on your operating system: 1. Using Command-Line Tools Linux/macOS: Open a terminal. Run the command: md5sum filename.txt The output will display the MD5 hash and the filename. Windows: Open Command Prompt. Navigate to the file’s directory using cd. Run the command: certutil…