Bookshelf of 2023
Here comes the complete list of books I’ve read in 2023: And there’s another one that I started to read actually quite some time ago, just haven’t finished it yet. Yep, I read a lot less compared to the last…
Here comes the complete list of books I’ve read in 2023: And there’s another one that I started to read actually quite some time ago, just haven’t finished it yet. Yep, I read a lot less compared to the last…
What’s Homebrew A package manager for macOS, allowing users to easily install, update, and manage software packages. Basically, it simplifies the process of installing command-line tools, libraries, and applications by handling dependencies, versioning, and updates. As per their website, Homebrew…
Data merge is a really cool feature that allows you to merge data from a spreadsheet or database into your InDesign document. It enables you to create multiple variations of a document by combining a single InDesign layout with variable…
The complete list of books I’ve read in 2022. My favourite ones this year (books I’d recommend): Didn’t really like these:
Install Node.js First, download the latest stable version of Node.js here Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine and executes JavaScript code outside a web browser, which was designed to build scalable…
First, make sure your system has the latest updates. sudo apt update && sudo apt full upgrade -y Then, register for a free account for Nessus Essentials in order to recieve your activation code. Link here. There are multiple versions…
Metasploitable is an Ubuntu 8.04 server install on a VMWare 6.5 image. A number of vulnerable packages are included, including an install of tomcat 5.5 (with weak credentials), distcc, tikiwiki, twiki, and an older mysql. You can download the box…
Room can be found here Note: For informative purposes, I have also included excerpts and infographics from the room. Task 1: What is DNS? DNS (Domain Name System) provides a simple way for us to communicate with devices on…
Room can be found here: Note: in order to comply with THM’s guidelines, I have purposefully edited all my screenshots so no flags are revealed. For learning purposes, I have also included explanations or other useful excerpts and infographics…
Note: In order to install PyCharm, you must have python installed. Download the archive file from the JetBrains website. Link here Extract the downloaded archive file. I will be using tar to extract the archive, although there are numerous other…