find / -name * 2>/dev/null -type f -size +1000000
mardi 5 avril 2022
Ideas for troubleshooting WSL/Ubuntu2004 (LxssManager service)
If you try to start your Ubuntu 20.04 LTS instance in the WSL environment on Windows (10), then try to restart the LxssManager service through Powershell as follows :
powershell
Restart-Service LxssManager
Restart-Service LxssManager -force
The following article might help to understand the mechanics around starting and stopping services through Powershell, in case you need it :
Basically, you should use the "Get-Service" function to list all services from Powershell.
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 :
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
lundi 28 mars 2022
How to activate 1GB Huge Pages for XMRIG on Ubuntu 20
The procedure is there :
https://github.com/xmrig/xmrig/issues/1411
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 :
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 16 mars 2022
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
Impossible de supprimer un fichier ou un dossier sur Windows 10
Utiliser la commande suivante :
rd "\\?\G:\dossier\sousDossier\leDossierProbleme"