Categories
IT

Build a Free WiFi Geolocation API with Cloudflare Workers, powered by Apple’s WiFi database

Stop paying per request for WiFi geolocation. This Cloudflare Worker is a free, production-ready alternative to paid providers like Google Geolocation API.

It proxies Apple’s WiFi positioning service, accepts one or many BSSIDs, validates inputs, and can compute a weighted-centroid fix when you include RSSI values.

Add optional reverse geocoding and a smart auto-upgrade that retries broader lookups, and you get a fast, low-latency API that runs on the Cloudflare Free plan.

Categories
Informatique

How to Clean Up Docker and Start Fresh

Complete Guide to docker system prune

Over time, Docker can fill your system with unused containers, images, networks, and volumes.

If your disk space is running low or you simply want to start fresh, cleaning up Docker can make a huge difference. In this guide, we’ll show you how to safely remove all unnecessary data using a few simple commands.

Categories
Informatique

How to Run Geekbench 6 from the Command Line on Ubuntu Linux

If you want to benchmark your Linux machine and quickly measure CPU and GPU performance, Geekbench 6 is one of the easiest tools available.

It provides a standardized test suite that you can run directly from the terminal without installing heavy dependencies.

Here’s how you can run Geekbench 6 on Ubuntu step by step.

Categories
IT

How to Use the Seeedstudio reTerminal E1001 with Home Assistant via ESPHome

The Seeedstudio reTerminal E1001 is more than just an IoT device — it is a powerful ESP32-S3 powered ePaper terminal that can act as a dedicated Home Assistant dashboard.

With its 7.5″ monochrome 800×480 screen, onboard sensors, and Wi-Fi/Bluetooth connectivity, it can display critical home automation data while consuming very little power.

In this guide, you’ll learn how to connect it to Home Assistant via ESPHome and create your own smart home control panel.

Categories
IT

Dive into Docker Images: Explore Layers & Shrink Your Image Size with Dive

Dive is a simple but powerful way to understand what is inside your Docker or OCI images. It lets you browse each layer, see added and removed files, measure wasted space, and score your image efficiency so you can cut size, speed up pulls and deploy faster.

Categories
Informatique

IT service provider for startups and SMEs: reliable, scalable and secure IT support

Choosing an IT service provider for startups and SMEs means saving time, reducing downtime and accelerating growth. From network and Wi-Fi to cybersecurity, collaboration tools and fleet management, the goal is to deliver an IT infrastructure that is reliable, scalable and secure without wasting weeks.

This is exactly what a specialized team has been doing for over 15 years, supporting fast-growing organizations with strong references and trusted brands.

Categories
Informatique

How to Create Your Own Free Syslog Server (Complete Guide with Tools, Setup & Best Practices)

Logs are the nervous system of your IT infrastructure. They reveal what happened, when it happened, and why. Whether you are running Linux servers, Cisco routers, or firewalls, logs provide the visibility you need for troubleshooting, security, and compliance.

While there are commercial platforms for centralized logging, you can actually build your own free syslog server with open-source tools. This guide shows you how, step by step, and explains why many teams eventually migrate to a managed solution like LogCentral.

Categories
IT

How to Revert a Single Git Commit (Without Losing Later Changes)

Going back in time without losing the rest of your work

Sometimes you realize that one specific Git commit introduced a bug, broke your build, or simply wasn’t needed but you still want to keep all the other commits that came afterwards.

The good news is: Git lets you undo or revert a single commit without throwing away your later work. Here’s how to do it safely.

Categories
IT

Fixing Docker Error: “Error response from daemon: numerical result out of range”

If you’ve ever tried to create a custom Docker network and hit the dreaded Error response from daemon: numerical result out of range, you’re not alone. At first glance, this error looks like an IPv6 misconfiguration : bad subnet, invalid gateway, or wrong sysctl.
But the real cause might surprise you. 👇

Categories
IT

How to Set Up a Syslog Server in UniFi Networks

Managing logs in Ubiquiti UniFi networks is essential for troubleshooting, compliance, and security monitoring. By forwarding syslogs to a dedicated solution like LogCentral, you gain centralized visibility across your entire infrastructure. In this guide, we’ll walk you through setting up a syslog server for UniFi and configuring your UniFi controller to send logs to it.