Advanced Search
Search Results
47 total results found
jQuery
Select2 Getting select2 values programmatically: $('#mySelect2').val('1'); // Select the option with a value of '1' $('#mySelect2').trigger('change'); // Notify any JS components that the value changed https://select2.org/programmatic-control/add-select-clea...
Misc commands
...
Portainer
Servas bookmark manager content of docker compose file: version: "3" services: servas: image: beromir/servas container_name: servas restart: unless-stopped ports: - "8082:80" - "8083:443" volumes: - /home/diogogl/dockerApps/servas/.env:/app/.env - /home/diogo...
Esp32 web bluetooth
https://randomnerdtutorials.com/esp32-web-bluetooth/ https://blog.balena.io/using-web-bluetooth-to-communicate-with-bluetooth-devices/ https://notificare.com/blog/2021/09/24/Quick-peek-into-the-Web-Bluetooth-API/
ESP32 with POE
https://mauser.pt/095-5973/lilygo-ttgo-t-internet-poe-downloader-placa-de-desenvolvimento-esp32-com-ethernet-e-poe-modulo-programador
RTK
https://www.ardusimple.com/product/wifi-ntrip-master/
NTP
GPS / GNSS and time
Swap memory
https://docs.vultr.com/how-to-add-swap-memory-in-ubuntu-24-04
Links
https://db0ulm.wordpress.com/2013/03/16/dvrptr-v2-konsequente-weiterentwicklung-der-version-1/ https://topeat.foodarray.shop/index.php?main_page=product_info&products_id=924460
Pi-hole
services: pihole: container_name: pihole image: pihole/pihole:latest ports: - "53:53/tcp" - "53:53/udp" - "8085:80/tcp" - "7443:443/tcp" dns: - 8.8.8.8 - 1.1.1.1 environment: TZ: 'Europe/Lisbon' ...