TCHÔ CT’ÉQUIPE !

Petit test d’un VPS lite Infomaniak.

Configuration

  • 1 CPU
  • 2 Go de RAM
  • 20 Go d’espace disque SSD
  • Ubuntu 24.04.4 LTS

Services que j’ai installés

Avant d’installer ces services, j’ai installé Codex et en fait c’est ChatGPT qui a tout fait le travail d’installation.

  • Serveur web Caddy avec un site statique Hugo qui génère la page que vous lisez actuellement.

D’autres services arrivent sous peu Grafana, Node-Red

Mosquitto

Exemples

mosquitto_sub -h hypnodingues.org -p 1883 -u guest -P guest123 -t test/topic

mosquitto_pub -h hypnodingues.org -p 1883 -u guest -P guest123 -t test/topic -m "bonjour il est $(date '+%Y-%m-%d %H:%M:%S %Z')"
[Ouvrir]

Scratchpad

MOSQUITTO STUFF

mosquitto_sub -h hypnodingues.org -p 1883 -u guest -P guest123 -t test/topic

mosquitto_pub -h hypnodingues.org -p 1883 -u guest -P guest123 -t test/topic -m "bonjour il est $(date '+%Y-%m-%d %H:%M:%S %Z')"

VPS INSTALLATION & CONFIG STUFF

sudo locale-gen # Uncomment fr_CH.UTF-8 UTF-8 
sudo nvim /etc/locale.gen
[Ouvrir]