Advanced Search
Search Results
84 total results found
Actualizar nombre linux
sudo nano /etc/hostname sudo nano /etc/hosts
Escritorio remoto - VNC
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
https://www.siddharthshukla.in/blog/laravel-6-crud/
Install Wekan on linux
https://github.com/wekan/wekan-snap/wiki/Install
React Native - APK release
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
https://itnext.io/node-express-letsencrypt-generate-a-free-ssl-certificate-and-run-an-https-server-in-5-minutes-a730fbe528ca
Debian sources.list
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
wget -qO- bench.sh | bash
Instalar OpenVPN en servidor
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
#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
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
examples - tutorial: https://github.com/DoTheEvo/Traefik-v2-examples
Raspberry - electron js app
https://azukidigital.com/blog/2019/electron-application-on-raspberry-pi/ https://lucas-vogel.de/blog/perfect-electron/
React Native - react-navigation basics dependencies
"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
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
let device = src.match(/(?<=\(\s*).*?(?=\s*\))/gs)[0];
Instalar ZSH
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
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
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
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=...