Recently Updated Pages
Linux firewall security
sudo apt-get install ufw sudo ufw default deny incoming sudo ufw default allow outgoing sudo u...
Nginx config laravel
location / { try_files $uri $uri/ /index.php?$query_string; } # pass ...
Comandos NGINX
service nginx start
Ejemplos de Dockerfile
Para deploy de node.js app FROM node:10 # Create app directory WORKDIR /usr/src/app # Ins...
Instalar Gitea en Ubuntu
Fuente https://www.vultr.com/docs/how-to-install-gitea-on-ubuntu-18-04 Prerequisitos Instancia...
Django - React
https://scotch.io/tutorials/build-a-to-do-application-using-django-and-react
Configuración para react router en nginx
# En el archivo /etc/nginx/conf.d/default.conf # dentro de server {} # debe estar: location ...
PHP - Instalar composer
curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer chm...
Install MySQL
sudo apt-get install mysql-server # Allow remote access sudo ufw allow mysql # Start the M...
Flask - templates
Dashboards https://appseed.us/admin-dashboards/flask-dashboard-light-bootstrap https://github.c...
Django - templates
https://github.com/geex-arts/django-jet
Laravel - homestead
https://www.youtube.com/watch?v=rs2Hzx4qBm8 composer create-project --prefer-dist laravel/larave...
Python - Books
Django for beginners - Learn Web Development http://cloud.juannavas.xyz/index.php/s/bDMiyTeoDczf...
Laravel - CMS
https://octobercms.com/ https://octobercms.com/themes https://github.com/octobercms/october ...
React Native - Android font families
https://stackoverflow.com/questions/12128331/how-to-change-fontfamily-of-textview-in-android/1332...
React Native - tipos de letras disponibles
Android normal notoserif sans-serif sans-serif-light sans-serif-thin sans-serif-condensed ...
PHP - Apache no lo interpreta
# Install: sudo apt-get install apache2 php7.x libapache2-mod-php7.x # Verify: a2query -m p...
Django - Curso - Comandos
mkdir blog cd blog pipenv install django pipenv install pipenv shell django-admin startproje...
Django for beginners - William's Vincent
https://djangoforbeginners.com https://github.com/wsvincent/djangoforbeginners http://cloud.jua...
Django - comandos
pipenv install pipenv shell python manage.py migrate python manage.py runserver pipenv instal...