Showing posts with label CyberKn3t Series. Show all posts
Showing posts with label CyberKn3t Series. Show all posts
Make a Multi ISO Bootable USB drive on Windows & Linux

Make a Multi ISO Bootable USB drive on Windows & Linux

Make a Multi ISO Bootable USB drive on Windows & Linux


 

Hello guys!!!

Welcome Back…

 

Need multiple bootable iso in one Flash Drive???

This post is definitely for you.

Today I am going to show you how to make multiple bootable iso USB drive, so let’s get started…

 

Software we need:

VENTOY

Ø Windows (Download) (Source)

Ø Linux (Download) (Source)

 

For Windows:

Download the zip from above link and extract it.

Now execute the executable file.


 

Select your device and click on install.

 

Now paste your iso files in your Flash Driveand boot your computer with your Flash Drive you will be presented with a ventoy menu now you can

Boot with the iso of your desire.

 

For Linux:

Connect your Flash Drive with your PC.

Download ventoy for linux and extract the files.

Now open a terminal and type:

fdisk -l

 

Now copy the path of your flash drive. i.e /dev/sdb

Now navigate to ventoy folder and type the following command in terminal:

sudo ./Ventoy2Disk.sh –i /dev/sdb (your drive path)

now confirm your drive and type:

 y

Now it will ask you for double check type:

y

 now ventoy will be installed on your Flash Drive.

Now same procedure just copy and paste your ISO files there.

All Done…

Enjoy…

 

 

 


Resource Monitor for OSX/Linux/FreeBSD : Bashtop | CyberKn3t Series

Resource Monitor for OSX/Linux/FreeBSD : Bashtop | CyberKn3t Series

Bashtop Is An Htop Alternative Written In Bash - YouTube

Resource monitor that shows usage and stats for processor, memory, disks, network and processes.

Features

  • Easy to use, with a game inspired menu system.
  • Fast and "mostly" responsive UI with UP, DOWN keys process selection.
  • Function for showing detailed stats for selected process.
  • Ability to filter processes.
  • Easy switching between sorting options.
  • Send SIGTERM, SIGKILL, SIGINT to selected process.
  • UI menu for changing all config file options.
  • Auto scaling graph for network usage.
  • Shows message in menu if new version is available
  • Shows current read and write speeds for disks
  • Multiple data collection methods which can be switched if running on Linux

Themes

Bashtop now has theme support and a function to download missing local themes from repository.

See themes folder for available themes.

The builtin theme downloader places the default themes in $HOME/.config/bashtop/themes. User created themes should be placed in $HOME/.config/bashtop/user_themes to be safe from overwrites.

For more Information Please Visit Official GitHub Page.