Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexmolinaws/minbian
CLI minimal Debian GNU/Linux (aka Minbian) desktop setup installer written in Bash for developers and low-end hardware users.
https://github.com/alexmolinaws/minbian
bash bash-scripting bloat-free debian debian-linux desktop desktop-automation install-script installer linux linux-desktop minbian minimal
Last synced: about 2 months ago
JSON representation
CLI minimal Debian GNU/Linux (aka Minbian) desktop setup installer written in Bash for developers and low-end hardware users.
- Host: GitHub
- URL: https://github.com/alexmolinaws/minbian
- Owner: alexmolinaws
- License: gpl-3.0
- Created: 2024-09-12T15:47:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T21:40:46.000Z (about 2 months ago)
- Last Synced: 2024-11-16T22:27:05.508Z (about 2 months ago)
- Topics: bash, bash-scripting, bloat-free, debian, debian-linux, desktop, desktop-automation, install-script, installer, linux, linux-desktop, minbian, minimal
- Language: Shell
- Homepage: https://alexmolinaws.com/projects/minbian
- Size: 6.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minbian
Minbian is a FOSS install Bash script for Debian GNU/Linux (and derivatives) that implements automation during the post-install stage of the OS, to set up a lightweight minimal desktop for personal computers with low-end hardware, users with a taste for minimalism, developers or starters who want to try Debian without a bloated setup but still have an overall user-friendly experience.
Minbian lets you choose what to install, apart from the ready-to-go desktop tools, based on user input. You can get nice and solid setups up and running within minutes: from just a DE and browser on a netbook, to an office-oriented workstation, or even a robust IDE.
## The name
"Minbian" setups are called this way since theit goal is not to create "yet another Debian fork" but a minimal Debian installation that is flexible, fast and secure. The project's got a namesake pet on the logo showing a snow fox pup (or a wolf, dog, coyote, anyone the user sees it like since it's their computer) with the Debian spiral on the eye. Minbian represents how small yet powerful and easy the Debian experience can be, having an average of 1200 packages.
## Usage
If you're an user who likes minimalism, stability, security, and customization (which is basically what most of GNU/Linux users appreciate to have) but don't like wasting hours installing (or removing) stuff on your own, Minbian can do wonders for you.
After installing the base system, you download and run the script, answer yes or no (y/n) a couple times, and let Minbian add everything you'll need automatically. No bloatware, ricing, nor tracking.
### Previous Steps
- Boot from a flash USB or ISO image and install the Debian base system for your architecture
- Select the best location for time, language and package management as it will ask you to
- Uncheck all the desktop environments when asked, but keep "system utilities" (important)
- Finish the installation, reboot, select Debian (if you installed GRUB) and login as root### Installation
- [ ] Install the 'sudo' command
```
apt install sudo
sudo usermod -aG sudo your_name
```- [ ] Switch user from root to continue
```
su your_name
```- [ ] Install Git and download the files
```
sudo apt-get install git
git clone https://github.com/alexmolinaws/minbian.git
```- [ ] Open the directory and run main.sh
```
cd /minbian
```- [ ] Answer to select software, for example:
```
Do you need a code editor? (y/n)
```- [ ] Give it some minutes, then reboot.
## Requirements
### Hardware
- Recommended CPU: at least 1 core with 1.6 Ghz of frequency and 512 Kb of cache memory is required
- Recommended RAM: we recommend having at least 2 Gb (for 32-bit) or 4 Gb (for 64-bit) of RAM
- Recommended ROM: 16 Gb is the minimum required for the root partition (where OS and apps live)
- Swap partition: optional, but we recommend having 2 Gb for users with less than 4 Gb of total RAM##### Note
Minbian works perfectly on both x86 and x64 architectures, it's been tested on both brand new and (very) old hardware (like Atom processors with 1 GB of RAM and no graphics card); same as in virtual machines (from versions 9 to 12 of Debian Stable). Testing on ARM64 and other processors has not been performed yet, but all chosen packages and settings have been studied to ensure compatibility.
## Screenshots
#### Overview
![Minbian neofetch overview](./screenshots/overview-1.png)![Minbian desktop overview](./screenshots/overview-2.png)
#### Look & Feel
![Minbian desktop overview](./screenshots/look-feel-1.png)![Minbian desktop overview](./screenshots/look-feel-4.png)
#### Development
![Minbian desktop overview](./screenshots/development-1.png)![Minbian desktop overview](./screenshots/development-4.png)
#### Other Apps
![Minbian desktop overview](./screenshots/other-apps-1.png)![Minbian desktop overview](./screenshots/other-apps-3.png)
## Software Included
#### Crucial Packages
- Display Server by X.Org
- Firewall Manager (UFW)
- System monitoring tools
- System daemons and commands#### Default Desktop
- Login Manager (LightDM)
- Desktop Environment (Xfce)
- System fonts for compatibility
- Terminal emulator (2 options)
- Light files manager (Thunar)
- CLI front-end for APT (Nala)
- Calculator (Gnome Calculator)
- Images and PDF file viewers
- Audio, network and power plugins
- Screenshooter tool (by Xfce)
- Sticky Notes tool (by Xfce)
- Audio and video player (VLC)
- FOSS web browser (Firefox)##### Note:
These packages form the Minbian setup core apps, tho things like the media player and browser are up to you to keep or replace. The installation includes *Firefox ESR* as the default browser since it's proven to be stable, secure, and resources-friendly. It also includes the *Xfce Terminal* and *XTerm* emulators for the command line; keeping both is recommended for practical reasons.
#### Optional Packages
- Bluetooth drivers and utilities
- A native office suite (for x64)
- Illustration & design software
- A code editor (Sublime Text 4)
- FOSS extensible IDE (2 options)##### Note:
The packages above are optional. And the options for certain apps are as follows:
- Design apps: Inkscape and GIMP (32 and 64-bit), Krita (64-bit)
- FOSS extensible IDE: Geany (for 32-bit) and VSCodium (64-bit)## Recommendations
- Check the specifications of your computer before installing this setup, they provide useful information to get the best installation experience, and some steps rely on that.
- If you're unsure, feel free to read the script and compare the packages Minbian includes with the ones listed on the [Debian Wiki](https://www.debian.org/distrib/packages). Never install software you can't trust.
- If you're customizing the scripts before installing, we recommend you to not modify any lines you don't understand. It's better to "tweak it" once it's solid and done.
- If the setup you're looking for is meant to play specific videogames or performing complex activities we might not cover out of the box, check first if using Minbian is right for you.