It’s a write-up about the room : Try Hack Me - Room : Linux Modules
It’s some notes about the room : [Python] Comments 1 2 3 4 #This is a comment print("Hello, World!") Strings 1 2 3 4 5 6 7 print("Hello") print('Hello') message = "TRIAL" print(message) ...
Bash Script Header (Shebang) Option 1 1 2 3 #!/bin/bash Option 2 1 2 3 #!/usr/bin/env bash
It’s a write-up about the room : Try Hack Me - Room : Introduction to Cryptography Task 1 : Introduction
-
Linux Modules