Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xnuvers007/chroot
automation create chroot, the rest you can move it after it's automatically created
https://github.com/xnuvers007/chroot
bash chroot deployment linux operating-system os privileges programming shell
Last synced: 13 days ago
JSON representation
automation create chroot, the rest you can move it after it's automatically created
- Host: GitHub
- URL: https://github.com/xnuvers007/chroot
- Owner: Xnuvers007
- License: bsl-1.0
- Created: 2022-06-18T10:37:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T11:25:35.000Z (over 2 years ago)
- Last Synced: 2024-11-18T10:23:11.093Z (2 months ago)
- Topics: bash, chroot, deployment, linux, operating-system, os, privileges, programming, shell
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chroot
automation create chroot, the rest you can move it after it's automatically createdWhy chroot ?
Because chroot can :1. To create a test environment.
2. To recover the system or password.
3. To reinstall the bootloader.This is a great boost in the security.
- sudo apt-get update -y
- sudo apt-get upgrade -y
- sudo apt-get install bash -y
- git clone https://github.com/Xnuvers007/chroot
- cd chroot
- chmod +x main.sh
- ./main.sh