How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 20.04
Prerequisites Step 1 — Installing Apache and Updating the Firewall How To Find your Server’s Public IP Address Step 2 — Installing MySQL Step 3 — Installing PHP Step 4…
TryHackMe : RootMe CTF Writeup (Detailed)
1. Reconnaissance 2. Popping a reverse shell !!! 2.1. Making the connection 3. Reading user flag 4. Privilege Escalation 4.1. Hunting for SUID binaries 4.2. Getting root shell and reading…
How To Manage Logfiles with Logrotate in Linux
Log files are an essential part of Linux system administration and monitoring. But log files also quickly grow and take up a lot of storage space. The good news is…
How to check if a File exists in bash
There are several ways to check the availability of a file in Linux. The “test” command in bash scripting is one of the critical approaches to checking a file’s existence.…
How-to Configure Monero (XMR) Mining
Table of Contents: XMR Wallet Mining Considerations XMRig Install Instructions What Is Cryptocurrency Mining? Crypto mining is the process by which new cryptocurrency “blocks or entries”are created and “mined,” and…
How to Install Ubuntu 20.04 LTS Desktop (Focal Fossa)
Introduction Ubuntu 20.04 (codenamed Focal Fossa) was released on April 23, 2020. It is a Long-Term Support (LTS) release, which will receive support and updates until April 2025. This guide…