Skip to main content

Recently Updated Pages

Linux firewall security

Linux

sudo apt-get install ufw sudo ufw default deny incoming sudo ufw default allow outgoing sudo u...

Updated 5 years ago by Juan Navas

Nginx config laravel

Nginx

location / { try_files $uri $uri/ /index.php?$query_string; } # pass ...

Updated 5 years ago by Juan Navas

Comandos NGINX

Nginx

service nginx start

Updated 5 years ago by Juan Navas

Ejemplos de Dockerfile

Docker

Para deploy de node.js app FROM node:10 # Create app directory WORKDIR /usr/src/app # Ins...

Updated 5 years ago by Juan Navas

Instalar Gitea en Ubuntu

Git

Fuente https://www.vultr.com/docs/how-to-install-gitea-on-ubuntu-18-04 Prerequisitos Instancia...

Updated 5 years ago by Juan Navas

Django - React

Python

https://scotch.io/tutorials/build-a-to-do-application-using-django-and-react

Updated 5 years ago by Juan Navas

Configuración para react router en nginx

Nginx

# En el archivo /etc/nginx/conf.d/default.conf # dentro de server {} # debe estar: location ...

Updated 5 years ago by Juan Navas

PHP - Instalar composer

PHP

curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer chm...

Updated 5 years ago by Juan Navas

Install MySQL

MySQL - MariaDB

sudo apt-get install mysql-server # Allow remote access sudo ufw allow mysql # Start the M...

Updated 5 years ago by Juan Navas

Flask - templates

Python

Dashboards https://appseed.us/admin-dashboards/flask-dashboard-light-bootstrap https://github.c...

Updated 5 years ago by Juan Navas

Django - templates

Python

https://github.com/geex-arts/django-jet

Updated 5 years ago by Juan Navas

Laravel - homestead

Laravel

https://www.youtube.com/watch?v=rs2Hzx4qBm8 composer create-project --prefer-dist laravel/larave...

Updated 5 years ago by Juan Navas

Python - Books

Python

Django for beginners - Learn Web Development http://cloud.juannavas.xyz/index.php/s/bDMiyTeoDczf...

Updated 5 years ago by Juan Navas

Laravel - CMS

Laravel

https://octobercms.com/ https://octobercms.com/themes https://github.com/octobercms/october   ...

Updated 5 years ago by Juan Navas

React Native - Android font families

React Native

https://stackoverflow.com/questions/12128331/how-to-change-fontfamily-of-textview-in-android/1332...

Updated 5 years ago by Juan Navas

React Native - tipos de letras disponibles

React Native

Android normal notoserif sans-serif sans-serif-light sans-serif-thin sans-serif-condensed ...

Updated 5 years ago by Juan Navas

PHP - Apache no lo interpreta

PHP

# Install: sudo apt-get install apache2 php7.x libapache2-mod-php7.x # Verify: a2query -m p...

Updated 5 years ago by Juan Navas

Django - Curso - Comandos

Python

mkdir blog cd blog pipenv install django pipenv install pipenv shell django-admin startproje...

Updated 5 years ago by Juan Navas

Django for beginners - William's Vincent

Python

https://djangoforbeginners.com https://github.com/wsvincent/djangoforbeginners http://cloud.jua...

Updated 5 years ago by Juan Navas

Django - comandos

Python

pipenv install pipenv shell python manage.py migrate python manage.py runserver pipenv instal...

Updated 5 years ago by Juan Navas