Skip to content

Instantly share code, notes, and snippets.

View jsilverdev's full-sized avatar

Julio Rios jsilverdev

View GitHub Profile
@jsilverdev
jsilverdev / Instrucciones.md
Last active September 16, 2021 02:30
Configurar LAMP + phpMyAdmin en Manjaro y cambiar ubicación de carpeta de Apache

Pasos para instalar LAMP + phpMyAdmin en Manjaro

  1. Actualizar manjaro
sudo pacman -Syu

Apache:

@jsilverdev
jsilverdev / Instrucciones.md
Last active January 17, 2022 04:56
Instalar KVM en Manjaro

Instalar KVM para Android Studio en Manjaro

  1. Verificar si tu dispositivo soporta virtualización, con el siguiente comando:
LC_ALL=C lscpu | grep Virtualization
  • Debería arrojar algo como esto:
@jsilverdev
jsilverdev / config.json
Last active April 10, 2024 16:34
Ngnix UNIT Laravel Config
{
"settings" :{
"http":{
"max_body_size": 135266304
}
},
"listeners": {
"*:80": {
"pass": "routes"
}