Nikoletta

Nikoletta

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…

Getting Homebrew

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 in Adobe InDesign 2023

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…

Install Node.js & Angular CLI on macOS

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…

Installing Nessus 10.1 on Kali Linux

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…

DNS in Detail | TryHackMe [Write-up]

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…

HTTP in detail | TryHackMe [Write-up]

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…

Install PyCharm on Linux

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…