Skip to main content

Recently Updated Pages

Dart - Singleton

Flutter

class SPSettings { // ---------- Singleton --------- static SPSettings _instance; ...

Updated 4 years ago by Juan Navas

Instalar PHP

PHP

# Ubuntu sudo apt-get install software-properties-common sudo add-apt-repository -y ppa:ondre...

Updated 4 years ago by Juan Navas

Laravel - comandos

Laravel

# Crear proyecto laravel composer create-project --prefer-dist laravel/laravel revalTest # Ej...

Updated 4 years ago by Juan Navas

Dark Light Mode

CSS

:root { --bg-color: #fafafa; --font-color-2: #515151; --font-color: #626262; } ...

Updated 4 years ago by Juan Navas

Flutter - sizes

Flutter

MediaQuery.of(context).size.height MediaQuery.of(context).size.width

Updated 4 years ago by Juan Navas

Comandos utiles

Linux

# iniciar ngrok ./ngrok http 3000 # Hacer usb booteable sudo dd bs=512K status=progress if=l...

Updated 4 years ago by Juan Navas

Flutter - Buttons, Containers, TextFields

Flutter

// Container with BorderRadius circular and border, and antoher container inside Container( ...

Updated 4 years ago by Juan Navas

Flutter - build apk

Flutter

https://flutter.dev/docs/deployment/android flutter build apk flutter build apk --split-per-a...

Updated 4 years ago by Juan Navas

Instalar Docker

Docker

Linux - Ubuntu, Linux Mint, . . . sudo apt install docker.io Mac OS https://hub.docker.com/edi...

Updated 4 years ago by Juan Navas

React Native - javaMaxHeapSize

React Native

# android/app/build.gradle dexOptions { javaMaxHeapSize "4g" } # android...

Updated 4 years ago by Juan Navas

React Native - Comandos de ayuda

React Native

adb shell input keyevent 82 ps aux | grep node kill -9 PID adb reverse tcp:8081 tcp:8081 ...

Updated 4 years ago by Juan Navas

A1.1

Deutsch

(español) [pronunciación]   das Wörterbuch (el diccionario) https://www.leo.org/alem%C3%A1n-es...

Updated 4 years ago by Juan Navas

Cómo crear íconos de apps con Image Asset Studio

React Native

https://developer.android.com/studio/write/image-asset-studio

Updated 4 years ago by Juan Navas

Instalar Node.js

Node.js

sudo apt-get install curl software-properties-common curl -sL https://deb.nodesource.com/setup_1...

Updated 4 years ago by Juan Navas

Bluetooth

Raspberry

bluetoothctl # cambiar nombre system-alias 'Pi JN' # ver configuracion actual show # ...

Updated 4 years ago by Juan Navas

Initial set up - wifi, ssh

Raspberry

https://core-electronics.com.au/tutorials/raspberry-pi-zerow-headless-wifi-setup.html   #create...

Updated 4 years ago by Juan Navas

Utility

Raspberry

# Buscar ip de un raspberry pi en la red local sudo nmap -sP 192.168.1.0/24 | awk '/^Nmap/{ip=$N...

Updated 4 years ago by Juan Navas

Instalar OpenVPN en servidor

Linux

https://www.cyberciti.biz/faq/howto-setup-openvpn-server-on-ubuntu-linux-14-04-or-16-04-lts/ htt...

Updated 4 years ago by Juan Navas

Digital Ocean Tutorials

Linux

https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-...

Updated 4 years ago by Juan Navas

Instalar ZSH

Linux

sudo apt-get install zsh # oh-my-zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/maste...

Updated 4 years ago by Juan Navas