Posts

Showing posts from 2023

"Kernel Panic” error After upgrading Parrot OS

Image
This guide will walk you through the steps of resolving the kernel panic error that you may encounter after upgrading your Parrot OS kernel to version 5.6.0. Step 1: Enter Recovery Mode Restart your computer and enter the GRUB menu by pressing the appropriate key during the boot process. The specific key may vary depending on your computer's manufacturer and BIOS settings. Common keys include F2, F10, Delete, or Esc. Once in the GRUB menu, select "Advanced Mode" using the arrow keys and press Enter. In the Advanced Mode menu, locate the entry for Parrot OS 6.1 and select "Recovery Mode" using the arrow keys. Press Enter to boot into Recovery Mode. Step 2: Purge Problematic Packages Once in Recovery Mode, log in as root using the default credentials. Open a terminal window by selecting "Drop to root shell prompt" from the Recovery Mode menu.

Terminal tricks adding & excuting a custom bash script

Image
Introduction: In the world of Linux, the power of customization is at your fingertips. One of the most powerful tools available to Linux users is the ability to create custom bash scripts. These scripts enable you to automate tasks, improve efficiency, and enhance your overall Linux experience. In this guide, we will explore the process of creating a custom bash script step by step, empowering you to harness the full potential of your Linux system. Here we are going to excute a command in script file on current directory. Understanding Bash: Bash, short for "Bourne Again SHell," is a command language interpreter that is widely used in Linux and Unix systems. It provides a command-line interface for users to interact with the operating system and execute commands. Bash scripts are simply text files containing a series of commands that can be executed as a single unit. Example :  Choosing a Text Editor: Before we dive into creating a bash script, it's essential to choose a