Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

84 total results found

Actualizar nombre linux

Linux

sudo nano /etc/hostname sudo nano /etc/hosts

Escritorio remoto - VNC

Linux

ssh -XC user@IP-ADDRESS sudo apt install xauth sudo systemctl restart sshd sudo apt install x11-apps sudo touch /dev/fuse sudo apt install xfce4 xfce4-goodies gnome-icon-theme sudo apt-get install tightvncserver apt-get install xfonts-base...

Laravel 6 CRUD

Laravel

https://www.siddharthshukla.in/blog/laravel-6-crud/

Install Wekan on linux

Linux

https://github.com/wekan/wekan-snap/wiki/Install

React Native - APK release

React Native

https://reactnative.dev/docs/signed-apk-android #Generating an upload key keytool -genkeypair -v -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000 npx react-native run-android --mode=release

Node Express SSL

Node.js

https://itnext.io/node-express-letsencrypt-generate-a-free-ssl-certificate-and-run-an-https-server-in-5-minutes-a730fbe528ca

Debian sources.list

Linux

  deb http://deb.debian.org/debian buster main deb-src http://deb.debian.org/debian buster main deb http://deb.debian.org/debian-security/ buster/updates main deb-src http://deb.debian.org/debian-security/ buster/updates main nano /etc/apt/sources.lis...

Linux Benchmark

Linux

wget -qO- bench.sh | bash

Instalar OpenVPN en servidor

Linux

https://www.cyberciti.biz/faq/howto-setup-openvpn-server-on-ubuntu-linux-14-04-or-16-04-lts/ https://github.com/Nyr/openvpn-install wget https://git.io/vpn -O openvpn-install.sh # vpn sudo bash openvpn-install.sh sudo apt install openvpn openvpn --co...

docker-machine docker-swarm

Docker

#mac os install brew install docker-machine docker-machine ls docker-machine create --driver digitalocean --digitalocean-access-token 5a07a17... docker-app-machine eval $(docker-machine env docker-app-machine) #connect by ssh to host docker-machi...

Comandos - Kubernetes

Kubernetes

kubectl get nodes kubectl get pods kubectl get services kubectl describe nodes my-node kubectl describe pods my-pod kubectl config view curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--tls-san 116.202.30.191" sh - curl -sfL https://get.k3s.io ...

Traefik - v2

Docker

examples - tutorial: https://github.com/DoTheEvo/Traefik-v2-examples  

Raspberry - electron js app

Akowe

https://azukidigital.com/blog/2019/electron-application-on-raspberry-pi/ https://lucas-vogel.de/blog/perfect-electron/  

React Native - react-navigation basics dependencies

React Native

"dependencies": { "@react-native-community/masked-view": "^0.1.10", "react": "16.11.0", "react-native": "0.62.2", "react-native-gesture-handler": "^1.6.1", "react-native-safe-area-context": "^0.7.3", "react-native-screens": "^2.7....

React Native - Tips para reducir el tamaño del apk

React Native

https://medium.com/@aswinmohanme/how-i-reduced-the-size-of-my-react-native-app-by-86-27be72bba640 Reducing size of React Native App (Android) This is what you have been waiting for, I know. Open up android/app/build.gradle Set def enableProguardInRelease...

Extraer dispositivo desde el header user-agent

Regex

let device = src.match(/(?<=\(\s*).*?(?=\s*\))/gs)[0];

Instalar ZSH

Linux

sudo apt-get install zsh # oh-my-zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh # zsh por defecto chsh -s `which zsh` # reinciar computador

Digital Ocean Tutorials

Linux

https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-20-04 https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-ubuntu-20-04 https://w...

Bluetooth

Raspberry

bluetoothctl # cambiar nombre system-alias 'Pi JN' # ver configuracion actual show # discoverable on agent on scan on   https://github.com/ole-vi/bluetooth-server    

Initial set up - wifi, ssh

Raspberry

https://core-electronics.com.au/tutorials/raspberry-pi-zerow-headless-wifi-setup.html   #create file "wpa_supplicant.conf" in sd card root # with this content: country=AU ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network=...