Reload.sh : Reinstall, Restore & Wipe Your System Via SSH, Without Rebooting

Reload.sh is a tool to reinstall, restore and wipe your system from the level and in the place of the running GNU/Linux distribution (without cd-rom, flash and other). Via SSH, without rebooting.

Also Read : Cuteit – IP Obfuscator Made to Make a Malicious IP a Bit Cuter

How it works?

Set your archive with system backup to restore:

_build=”/mnt/system-backup.tgz”

Set path to temporary system (optional):

_base=”/mnt/minimal-base”

If you do not specify this parameter, the temporary system will be downloaded automatically.

Set path to main system disk:

_disk=”/dev/vda”

Run reload.sh:

./bin/reload.sh –base “$_base” –build “$_build” –disk “$_disk”

Credit : trimstray

R K

Recent Posts

Install Vagrant on Ubuntu 18.04: Complete Setup Guide for Developers

Vagrant is a command-line tool that makes it easy to build and manage virtual machine environments.…

1 hour ago

Install VMware Tools on Ubuntu 18.04: Open VM Tools and ISO Guide

VMware Tools is a set of drivers and services that improves the performance of an Ubuntu…

1 hour ago

Install Apache Maven on Ubuntu 18.04: Stable or Latest Version

Java developers use project management tools to automate building their applications. Apache Maven is an open source…

1 hour ago

Install Mono on Ubuntu 18.04: C# Compiler and Runtime Guide

Running programs built for Microsoft's framework on a Linux system is easier than you think. Mono is…

1 day ago

Install OpenCV on Ubuntu 18.04: Step-by-Step Setup Guide

Computer vision technology powers many modern applications, from image editors to facial scanners. OpenCV (Open Source Computer…

1 day ago

Install VNC on Ubuntu 18.04: Step-by-Step TigerVNC Setup

A remote desktop interface makes it easy to manage a remote computer. VNC (Virtual Network Computing) is…

1 day ago