https://github.com/swmalm/linush
A simple and easy to use system manager for Linux beginners, including explanations and best-practices for concepts used.
https://github.com/swmalm/linush
bash-script beginner-friendly best-practices explanation linux shell-script system-management
Last synced: 9 months ago
JSON representation
A simple and easy to use system manager for Linux beginners, including explanations and best-practices for concepts used.
- Host: GitHub
- URL: https://github.com/swmalm/linush
- Owner: swmalm
- License: mit
- Created: 2025-04-03T22:12:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-17T22:29:56.000Z (9 months ago)
- Last Synced: 2025-04-18T12:22:21.596Z (9 months ago)
- Topics: bash-script, beginner-friendly, best-practices, explanation, linux, shell-script, system-management
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linush by swmalm & D1noD3v
**Linush** is a simple and easy to use system manager for Linux beginners, including explanations and best-practices for concepts used.
Currently in very early stages of development.
# Planned Features
- Basic system management
- New system one click setup
- Distro agnostic functionality
- Explanations and best-practice prompts
# Usage
```bash
./start.sh
```
You may need to add execute permissions:
```bash
chmod +x start.sh
```
# Note
Linush should not be run with root at this time
# Early version

# License
MIT License