(Timeline: 16th December'24 - 23rd December'24)
| Task | Points | Format To Submit | |
|---|---|---|---|
| 1 | Install Kali Linux operating system (as a VM) and run a few basic commands on the terminal. | 20 | S |
| 2 | Write a basic Python program that prints "Hello, World!" and print it on the terminal. | 10 | C+S |
| 3 | Run a command to access superuser mode and give executable permission to any file. | 10 | C+S |
| 4 | Create a new directory using the mkdir command and create a new text file inside it using the touch command. |
10 | C+S |
| 5 | Use the ls command to list all files and directories in your current directory. Then, display hidden files using the -a flag. |
10 | S |
| TOTAL | 60 |
TODO
| Index | |
|---|---|
| C | Code |
| S | Screenshot |
| F | Text File |
| G | Gif |