All Projects → trimstray → Reload.sh

trimstray / Reload.sh

Licence: gpl-3.0
Wipe, reinstall or restore your system from running GNU/Linux distribution. Via SSH, without rebooting.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Reload.sh

Xshok Proxmox
proxmox post installation scripts
Stars: ✭ 260 (+2.77%)
Mutual labels:  install, debian
spotify-deb-install
MOVED: https://gitlab.com/q3aql/spotify-deb-install
Stars: ✭ 15 (-94.07%)
Mutual labels:  install, debian
Ansible Role Apache
Ansible Role - Apache 2.x.
Stars: ✭ 341 (+34.78%)
Mutual labels:  install, debian
EasySeedbox
Easy Seedbox is an unobtrusive transmission seedbox installation script for Ubuntu and Debian systems
Stars: ✭ 34 (-86.56%)
Mutual labels:  install, debian
Displaylink Debian
DisplayLink driver installer for Debian and Ubuntu based Linux distributions.
Stars: ✭ 768 (+203.56%)
Mutual labels:  install, debian
Lamp
Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS/Debian/Ubuntu
Stars: ✭ 2,456 (+870.75%)
Mutual labels:  debian
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (-12.65%)
Mutual labels:  debian
Vagrant Debian Jessie
Automatic Debian 8 Vagrant base box building on OSX, Linux and Windows
Stars: ✭ 199 (-21.34%)
Mutual labels:  debian
Rpi Pxe Server
setup a Raspberry Pi as an PXE-Server
Stars: ✭ 197 (-22.13%)
Mutual labels:  debian
Kvm Install Vm
Bash script to build local virtual machines using KVM/libvirt and cloud-init.
Stars: ✭ 248 (-1.98%)
Mutual labels:  debian
Ansible Role Java
Ansible Role - Java
Stars: ✭ 231 (-8.7%)
Mutual labels:  install
Mtprotoproxyinstaller
One-click script to install MTProto Proxy server on CentOS, Ubuntu and Debian
Stars: ✭ 216 (-14.62%)
Mutual labels:  debian
Googliser
a fast BASH multiple-image downloader
Stars: ✭ 202 (-20.16%)
Mutual labels:  debian
Deb Simple
A lightweight, bare-bones apt repository server
Stars: ✭ 222 (-12.25%)
Mutual labels:  debian
Linux On Huawei Matebook 13 2019
MateBook 13 running Linux
Stars: ✭ 197 (-22.13%)
Mutual labels:  debian
I3 Gaps Deb
Tool to create and install Debian (or Ubuntu) packages of i3-gaps.
Stars: ✭ 236 (-6.72%)
Mutual labels:  debian
Packer Build
Packer Automated VM Image and Vagrant Box Builds
Stars: ✭ 199 (-21.34%)
Mutual labels:  debian
Howdy
🛡️ Windows Hello™ style facial authentication for Linux
Stars: ✭ 3,237 (+1179.45%)
Mutual labels:  debian
Debian On Termux
HOWTO install plain Debian 10 (buster) on your non-rooted Android smartphone
Stars: ✭ 222 (-12.25%)
Mutual labels:  debian
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+930.43%)
Mutual labels:  debian

reload.sh


Don't do it...

Please don't do it on live systems (e.g. production) or on your private computer where you stored critical data.

This recipe show you how to install fresh system where other system exist and running. It's really cool and amazing but very risky!

If you want to go into the chaos of monkey read on.

Why I created it?

I like experiments because I love to know how things work. They allow me to understand and show me some of the more tricky concepts.

Long time ago, this way saved my life but it was crazy.

How it works?

A beginner's guide of reload.sh [PL]

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 set 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"

Contributing

Before adding a pull request, please see the contributing guidelines. All suggestions/PR are welcome!

See also

Credits

twitter/trimstray

trimstray

License

GPLv3 : http://www.gnu.org/licenses/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].