An open API service indexing awesome lists of open source software.

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.

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
```