Hackthissite: Basic ChallengeOverview HackThisSite.org is an online platform that provides a legal and safe environment for individuals to improve their cyber security skills through a variety of challenges and Capture the Flag (CTF) events. level 1 Vulnerability Description: H...Jul 10, 2025·8 min read
Fixing Linux Crashes and GRUB Issues After UpdatesIf you're encountering system crashes after rebooting following an update or upgrade, this guide will help you troubleshoot and resolve the issue. The following steps outline the process I used to fix the problem on my system successfully. Let us loo...Oct 1, 2024·4 min read
Learning Git and GitHubLearngitbranching.js.org Main Introduction Sequence 1. Introduction to Commits A commit in git repository records a snapshot of all the tracked files in your directory. It’s like gaint copy and paste but even better to solve Solution $ git ...Jul 2, 2024·10 min read
NTFY: Send push notifications to your phoneNTFY is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software. PUB-SUB: It is known as t...May 27, 2024·3 min read
Wi-Fi is Connected but the Network is not Working on LinuxIntroduction Recently, I got into a problem when I blocked an upgrade in the middle and went on to solve other problems shutting down the laptop. The next morning, when I tried to browse the internet was not working even though I was connected to my ...Jan 23, 2024·2 min read
WordPress installation on LINUX[img source : https://www.searchenginejournal.com/wp-content/uploads/2023/09/wordpress-community-seo-64fea3496f6db-sej.png ] Introduction If you are using a Linux operating system and want to install WordPress in your system, then you are in the righ...Jan 14, 2024·5 min read
Django INSTALLED_APPSINSTALLED_APPS INSTALLED_APP is a list of strings that appoint/choose all the applications enabled in Django installation used to configure applications. When we create an application using the command line $ django-admin startapp nameofapp Then th...Jan 12, 2024·1 min read