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

47 total results found

jQuery

IT Web development

  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

IT Windows Server

...

Portainer

IT Docker

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

IT Microcontrollers and electronics

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

IT Microcontrollers and electronics

https://mauser.pt/095-5973/lilygo-ttgo-t-internet-poe-downloader-placa-de-desenvolvimento-esp32-com-ethernet-e-poe-modulo-programador

RTK

IT GNSS / GPS

https://www.ardusimple.com/product/wifi-ntrip-master/  

NTP

IT History of time synchronization

GPS / GNSS and time

IT History of time synchronization

Swap memory

IT Linux Administration

https://docs.vultr.com/how-to-add-swap-memory-in-ubuntu-24-04  

Links

Ham radio

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

IT Docker

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' ...