jeudi 31 mars 2022

Transmettre un signal radio AM depuis un PC sans aucun périphérique hardware !

En faisant une recherche sur la documentation NFT EIP721 je suis tombé sur la page suivante :

https://eips.ethereum.org/EIPS/eip-721

Un est auteurs est un certain William Entriken, et quand on clique sur son nom dans le document EIP721, on arrive sur un repository GitHub sur lequel on peut voir un projet "System-Bus-Radio".

https://github.com/fulldecent/system-bus-radio

Ce projet permets de jouer une petite mélodie qui est transmise sur une fréquence radio AM de 1580 Khz uniquement en faisant appel à des instructions du processeur !!!

Hallucinant !

Pour celles et ceux qui s'intéressent à ce sujet, voici un PDF à lire, qui a été déclassifié à la NSA en 2007 :

https://www.nsa.gov/portals/75/documents/news-features/declassified-documents/cryptologic-spectrum/tempest.pdf

Le titre de ce PDF est "TEMPEST: A Signal Problem The story of the discovery of various compromising radiations from communications and Comsec equipment."

Bonne lecture !


mercredi 30 mars 2022

How to view WSL Ubuntu 20.04 Linux files from the Windows Explorer ?

From the Ubuntu shell prompt, enter :

explorer.exe .

That will open a Windows Explorer pointing to your current shell's directory, such as :

\\wsl$\Ubuntu20.04LTS\home\ubuntu

vendredi 25 mars 2022

Example for XMRIG command line for mining XMR (Monero) on a pool

 sudo ./xmrig --donate-level 1 -o xmr-eu1.nanopool.org:14444 -u YOURWALLET.YourWorkerID/YourEmailAddress -k --coin monero -a rx/0


How to install XMRIG on an Amazon EC2 Ubuntu Server 20.04 LTS ?

 Original article here :

https://levelup.gitconnected.com/profitability-of-cpu-mining-the-cryptocurrency-monero-on-aws-ec2s-5a3ae3df2be4

Here is the main procedure :

sudo apt-get update
sudo apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
git clone https://github.com/xmrig/xmrig.git
mkdir xmrig/build && cd xmrig/build
cmake ..
make -j$(nproc)


mercredi 9 mars 2022

Menu secret MICOM Renault sur Medianav Evolution 9.3.1

Voici une vidéo montrant comment accéder au menu secret sur les voitures Renault équipées du système Médianav Evolution 9.3.1




mercredi 23 février 2022

vendredi 16 juillet 2021

Windows SystemGuard, the best solution for boosting your Windows 10 operating system.

 Windows SystemGuard is a new solution that works on a services whitelist. It continuously scans for running services and stops those that are not in the whitelist.

It incredibly boosts your Windows 10 performances, as useless services are immediately shutdown as soon as they start in background.

It can be a great solution for gamers but also for anyone who needs to get the maximum of power out of his/her computer.

You can download Windows System Guard at : https://github.com/reuniware/WindowsBooster

You can contact the developer at : InvestDataSystems@Yahoo.com