Skip to content

NetworkHunt

  • EVE-NG
  • How to
    • Linux
      • Debian
      • Kali Linux
      • Ubuntu
    • Eve-ng
  • Interview Questions
  • EVE-NG
  • How to
    • Linux
      • Debian
      • Kali Linux
      • Ubuntu
    • Eve-ng
  • Interview Questions
  • EVE-NG
  • How to
    • Linux
      • Debian
      • Kali Linux
      • Ubuntu
    • Eve-ng
  • Interview Questions

Networkhunt

How to reset or recover password for Cisco ISE GUI

How to reset or recover password for Cisco ISE GUI

This post describes the method to recover expired or lost passwords for the Cisco ISE GUI. Admin passwords can be different for CLI and GUI.You can reset the admin GUI password by logging in to …

Read more

Categories Cisco, Cisco ISE, How to, Networkhunt, Organisation

How to recover or reset admin password for Cisco ISE CLI

Recovering or resetting the admin password for Cisco ISE CLI is essential for maintaining access to the Identity Services Engine in critical operations. This guide provides step-by-step instructions for resetting passwords on Cisco ISE appliances, …

Read more

Categories Cisco, Cisco ISE, Network Security, Networkhunt, Organisation

How to Recover Deleted Files in Linux

recover deleted files in linux

Recovering deleted files in Linux is possible as When you delete a file, it isn’t immediately removed from your system. The file’s data stays on the disk until new data overwrites it. So, acting quickly …

Read more

Categories How to, Kali Linux, Linux

How to Install Selenium Tool in Linux

install selenium tool in linux

Selenium are tool used by developers and testers to automate tasks in web browsers. If you’re working in Linux and want to use Selenium tools for browser automation then you have to install it first. …

Read more

Categories Linux, Networkhunt

Two types of device files in Linux: Block and Character

Two types of device files in Linux: Block and Character

Block device files are used for devices like hard drives and USB drives, where data is read or written in blocks. Character device files are used for devices like keyboards and terminals, where data is …

Read more

Categories Linux, Networkhunt, Tutorials

Basic Command Line In Kali Linux

Basic Command Line In Kali Linux

The Linux command line is a powerful tool for managing files, directories, and system operations. In Kali Linux, these commands are essential for navigating the filesystem and performing tasks during penetration testing. This guide covers …

Read more

Categories Kali Linux, Linux, Networkhunt

How to Disable Swap on Linux

How to Disable Swap on Linux

What is Swap? Swap is the extra virtual memory that a computer uses when it runs out of physical memory (RAM). The Swap partition is stored on the hard drive or secondary memory of your …

Read more

Categories How to, Linux, Networkhunt

How to generate SSH key with SSH Keygen in Linux

How to generate SSH key with SSH Keygen in Linux

SSH (Secure Shell) is a foundational tool for secure remote access and management of servers, using encrypted communication to protect sensitive data. If you’re wondering how to generate SSH key with SSH Keygen in Linux, …

Read more

Categories How to, Linux, Networkhunt

How to check how many CPUs in a Linux System

How to check how many CPUs are in a Linux System

There are multiple ways to check the number of CPUs in a Linux system. There are simple commands like lscpu and nproc and more advanced tools like top, htop, and hwinfo. Each method has its …

Read more

Categories How to, Linux, Networkhunt

How to find full path to a file in Linux

How to find full path to a file in Linux

There are several methods to find the full path of a file in Linux, ranging from using simple commands like readlink and realpath to more advanced approaches involving shell scripts and the find command. Table …

Read more

Categories How to, Linux, Networkhunt
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page8 Next →

Table of Contents
  • Method-1: Using readlink command
  • Method-2 Using realpath command
  • Method-3 (Using dirname command)
  • Method-4 Using a shell script
  • Method-5 Using the find command
  • Method-6 Using ls command

© 2021 Networkhunt.com
Next Page »