PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Three Years of Nix and NixOS: The Good, the Bad, and the Ugly | Pierre Zemb's Blog

2025-09-04T09:01:33+02:00

Urbex by Oros

2025-08-28T16:33:35+02:00

Nouvelles photos d'Urbex :-)
Permalink

GitHub - asset-group/Sni5Gect-5GNR-sniffing-and-exploitation: A 5G Sniffer and Downlink Injector Framework on steroids... And yes, Wireshark supported!!!

2025-08-27T12:21:37+02:00

What are OKLCH colors?

2025-08-26T08:37:33+02:00

GitHub - Network-Wizard-Money-Gang/Echosounder: petit programme marrant

2025-08-07T17:02:15+02:00

Voici comment vous protéger après la cyberattaque contre Bouygues Telecom - Numerama

2025-08-07T09:05:01+02:00

«Dans la soirée du 6 août, Bouygues Telecom a révélé avoir été victime d’une cyberattaque d’ampleur exceptionnelle : les données personnelles de 6,4 millions de clients ont été dérobées. Des coordonnées, indications contractuelles, informations bancaires (IBAN) et données personnelles sont affectées.»
Permalink

Des chercheurs chinois viennent de simuler un cerveau de singe sur un ordinateur | Insolite | Le site de Korben

2025-08-06T10:02:08+02:00

Qwen-Image: Crafting with Native Text Rendering | Qwen

2025-08-05T09:58:01+02:00

OpenIPC - Le firmware open source qui libère vos caméras IP de la surveillance chinoise | Gadgets tech | Le site de Korben

2025-08-05T09:47:54+02:00

Quand un seul paquet invisible peut paralyser votre smartphone - La faille "packet of death" | Cybersécurité | Le site de Korben

2025-08-03T09:16:24+02:00

GitHub - Tencent-Hunyuan/HunyuanWorld-1.0: Generating Immersive, Explorable, and Interactive 3D Worlds from Words or Pixels with Hunyuan3D World Model

2025-08-03T09:07:32+02:00

GitHub - imthenachoman/How-To-Secure-A-Linux-Server: An evolving how-to guide for securing a Linux server.

2025-08-02T09:47:45+02:00

Censure de SMS - Liens en vrac de sebsauvage

2025-07-29T21:30:03+02:00

Aaah, je ne suis donc pas seul à avoir des SMS qui n'arrivent jamais à destination!
J'ai l'impression que ça vient du côté de Free mais pas de preuve pour certifier.
Permalink

GitHub - 9001/copyparty: Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps

2025-07-29T10:53:22+02:00

GitHub - hacksider/Deep-Live-Cam: real time face swap and one-click video deepfake with only a single image

2025-07-26T10:35:46+02:00

Bail 2 Mif feat Tinaa - Ici ou ailleurs (Prod MDJames) - YouTube

2025-07-24T21:18:41+02:00

Control USB Powered Devices – Fun Tech Projects

2025-07-24T00:10:45+02:00
sudo apt-get install libusb-1.0-0-dev
git clone https://github.com/mvp/uhubctl
cd uhubctl
make
sudo make install

Permalink

SSH-Audit - L'outil indispensable pour sécuriser vos serveurs SSH | Logiciels utiles | Le site de Korben

2025-07-23T10:44:25+02:00

Note: Raspberry Pi sans desktop avec ouverture de firefox au démarrage

2025-07-22T21:00:04+02:00

But : avoir un raspberry pi qui affiche, au démarrage, firefox en plein écran et rien de plus. C'est pour une TV d'information / monitoring.
Pour ça, j'utilise la version «no desktop» de «Raspberry Pi OS» avec un auto login.

sudo apt-get install xorg firefox
echo '#!/bin/sh
xrandr -s 1920x1080
exec firefox -height 1080 -width 1920 --window-size 1920,1080 --kiosk file:///home/pi/index.html
' > ~/.xinitrc
# là, ça devient crade mais ça «marche»
echo 'if [ "$(pgrep firefox)" == "" ]; then startx -- -nocursor; fi' >> ~/.profile

Permalink

MINITEL + ESP32 | Hackaday.io

2025-07-16T17:50:32+02:00