https://github.com/afimpel/alpine-linux
Alpine Linux Setup at one click.
https://github.com/afimpel/alpine-linux
afimpelelnerd alpine-linux bash bash-script linux
Last synced: 23 days ago
JSON representation
Alpine Linux Setup at one click.
- Host: GitHub
- URL: https://github.com/afimpel/alpine-linux
- Owner: afimpel
- License: gpl-3.0
- Created: 2023-01-18T02:54:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T19:57:43.000Z (10 months ago)
- Last Synced: 2024-08-24T20:31:39.472Z (10 months ago)
- Topics: afimpelelnerd, alpine-linux, bash, bash-script, linux
- Language: Shell
- Homepage:
- Size: 21 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
antes que correr caulquier script seguir paso a paso este video:
[Alpine Linux desde Cero](https://www.youtube.com/watch?v=POiin5rr7eM)!! Importante seguir el orden numerado para cada caso !!
EJ: **XFCE**: se tiene que instalar: 1) setup-basic-postinstal y 2) setup-xfce4
# alpine-linux
Alpine Linux Setup a un solo click.## BASIC
1) **./setup-basic-postinstal** >> Configuraciones basicas para Alpine (correr como ROOT)
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/setup-basic-postinstal | sh
```## DESKTOP
2) **BSPWM** >> Configuracion basicas de BSPWM (como usurio comun)
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/bspwm/setup-bspwm | bash
```2) **KDE PLASMA** >> Configuracion basicas de KDE PLASMA (como usurio comun)
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/kde-plasma/setup-kde | bash
```2) **XFCE4** >> Configuracion basicas de XFCE4 (como usurio comun) [Video](https://www.youtube.com/watch?v=msdiPYMRpto)
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/xfce4/setup-xfce4 | bash
```2) **GNOME** >> Configuracion basicas de GNOME (como usurio comun)
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/gnome/setup-gnome | bash
```2) **FLUXBOX** >> Configuracion basicas de FLUXBOX (como usurio comun)
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/fluxbox/setup-fluxbox | bash
```2) **FLUXBOX-VNC** >> Configuracion basicas de FLUXBOX + VNC REMOTA (como usurio comun) (Proximamente Video ...)
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/fluxbox/setup-onlyvnc-fluxbox | bash
```## UTILS DESKTOP
3) **FLATPACK** >> Instalacion de Flatpak (como usurio comun)
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/utils/setup-flatpak | bash
```------
# alpine-linux LXC (Proxmox)
[INSTALL](https://tteck.github.io/Proxmox/#alpine-lxc)Alpine Linux Setup a un solo click.
## BASIC
1) **./setup-basic-postinstal-lxc** >> Configuraciones basicas para Alpine LXC (Proxmox)
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/alpine-linux/master/setup-basic-postinstal-lxc | sh
```