Skip to Content
Abhilash Mhaisne

Abhilash Mhaisne

61 posts

Posts by Abhilash Mhaisne

How to Use 'Pkexec' (a sudo alternative) to Run Commands as Root on Linux

How to Use 'Pkexec' (a sudo alternative) to Run Commands as Root on Linux

On Linux systems, the sudo command is commonly used to perform tasks requiring administrative privileges. However, if you encounter errors with sudo, such as an invalid sudoers file or blocked programs, pkexec offers a reliable alternative for executing commands as the root user. The pkexec command allows you to run

How to Add a Sudo User in Ubuntu

How to Add a Sudo User in Ubuntu

The sudo command in Linux is a powerful utility that allows users to perform tasks requiring administrative privileges. By default, standard users have limited access and cannot execute certain commands or install software that could affect the system. Granting sudo privileges to a user enables them to execute commands with

How to Install and Use Pip on Ubuntu 20.04

How to Install and Use Pip on Ubuntu 20.04

pip is the default package manager for Python, allowing you to install and manage additional libraries and dependencies not included in the standard Python library. By default, it installs packages from the Python Package Index (PyPI), giving you access to a vast repository of Python software. While Ubuntu's

How to Use the Best Hacking Tools of Linux

How to Use the Best Hacking Tools of Linux

Linux and Unix based operating systems have been at the core of the fields of Information Security, Network Security, Cryptography, etc. They come with a wide variety of tools meant of cyber security purposes. Let us take a look at three such tools: Aircrack-ng, Jack The Ripper, and Radare2. Aircrack-ng

How to Permanently Delete Files in Linux using Command Line and GUI Tools

How to Permanently Delete Files in Linux using Command Line and GUI Tools

Deleting files securely in Linux ensures that sensitive information remains irrecoverable, safeguarding data privacy and compliance with legal requirements. While simple deletion methods mark files for overwriting, they do not guarantee that the data cannot be retrieved with specialized tools. Command Line Tools for Secure File Deletion on Linux Using

How to Update Firefox from Terminal on Ubuntu Linux PCs

How to Update Firefox from Terminal on Ubuntu Linux PCs

For Ubuntu Linux users, keeping Mozilla Firefox up to date is crucial for security and performance enhancements. While Firefox offers automatic updates, there are situations where you might prefer or need to manually update it using the terminal. This guide provides step-by-step instructions on how to update Firefox from the