https://github.com/walle10-0/linuxfix
A collection of mini-script that run system admin tasks and help harden the computer.
https://github.com/walle10-0/linuxfix
bash linux ubuntu
Last synced: 2 months ago
JSON representation
A collection of mini-script that run system admin tasks and help harden the computer.
- Host: GitHub
- URL: https://github.com/walle10-0/linuxfix
- Owner: Walle10-0
- License: mit
- Created: 2021-01-21T22:29:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T15:50:46.000Z (over 1 year ago)
- Last Synced: 2025-09-01T01:07:17.311Z (10 months ago)
- Topics: bash, linux, ubuntu
- Language: Shell
- Homepage:
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinuxFix
A collection of mini-scripts all written in Bash that run system admin tasks and help harden the computer.
The repository is broken up into modular-independent scripts each performing a specific task, and there is a main script that runs through all of them together.
You may use them to help out with your own tasks. These scripts come as is and I am not promissing any updates.
## How to use
To run the entire script, download the LinuxFix folder, navigate into it, and simply run `sudo bash LinuxFix.sh` (LinuxFix.sh should be in your present working directory. if it is not, you're in the wrong directory)
Alternatively, you can run any of the `.sh ` scripts in `core-files` individually.