Posts

Basics of Linux Commands

Image
                   # Basic of linux Commands # Hello! I'm Prathamesh Gosavi, a passionate B.Tech student majoring in Cyber Security. It's a fascinating field that constantly challenges me to explore the ever-evolving landscape of digital security. Throughout my academic journey, I've delved into various aspects of Cyber Security, gaining a solid foundation in areas such as network security, cryptography, and ethical hacking. I find immense satisfaction in understanding and mitigating the risks associated with the digital world. linux commands :-   1. ls -----------> To view files and directory. The ls command in Linux is used to list files and directories in a directory. Here are some common options: ls : Lists files and directories in the current directory. ls -l : Displays detailed information including permissions, owner, group, size, and modification date. ls -a : Shows hidden files (those starting with a do...

Basic of windows commands (CMD)

Image
   Basic windows commands (CMD) Hello! I'm Prathamesh Gosavi, a passionate B.Tech student majoring in Cyber Security. It's a fascinating field that constantly challenges me to explore the ever-evolving landscape of digital security. Throughout my academic journey, I've delved into various aspects of Cyber Security, gaining a solid foundation in areas such as network security, cryptography, and ethical hacking. I find immense satisfaction in understanding and mitigating the risks associated with the digital world. To open the Command Prompt (CMD) on a Windows operating system, you can follow these steps: 1 .Using the Start Menu: Click on the Start button (usually located at the bottom left corner of your screen). In the search bar, type "cmd" or "Command Prompt." The Command Prompt app should appear in the search results. Click on it to open. 2 .Using the Run Dialog: Press the Windows key + R to open the Run dialog box. Type "cmd" or "cmd...