JB Dev Labs
banner
jbdevlabs.bsky.social
JB Dev Labs
@jbdevlabs.bsky.social
Développement logiciel, Cyber sécurité et autre.
Mon blog : https://nahan.fr Ma chaine youtube : https://www.youtube.com/@jbdevlabs
Great!
December 4, 2024 at 10:26 AM
Suivez moi, liker mon post et venez discuter de votre projet (PHP, Symfony, Sylius, Ibexa) en MP.

Un audit flash d’une valeur d’une journée à gagner par tirage au sort réalisé en janvier.
December 4, 2024 at 10:25 AM
Now, it’s time to install all needed tools for building ARM libraries and applications.
October 3, 2024 at 8:46 AM
After many trying to install network driver. I use the driver’s installation procedure like on Windows 95. The EUFI takes me the main indicator to found the right driver. The Ethernet card work and I can run Windows Updates to install all lost drivers and updates.
October 3, 2024 at 8:44 AM
I switch from Raspberry Pi 4 (Broadcom BCM2711) to Microsoft Dev Kit 2023. The power of Snapdragon 8cx Gen 3 is very impressive. It’s really not the same goals. The RPi is designed to use on embedded systems with limited power and energy.
October 2, 2024 at 5:49 AM
Windows is installed now. but no driver found for all network devices. The Windows 11 preview for ARM does not contains the surface driver. I need to download the latest recovery image to reinstall Windows.
October 2, 2024 at 5:34 AM
Ok, je la connaissais pas cette limite. Les bon vieux disques dur ont encore de l’avenir !
October 2, 2024 at 5:31 AM
The new laptop have a wonderful processor but I not needed a laptop.

I buy the Microsoft Developer Kit 2023 on eBay. I receive it in some days. The first step will be to reinstall Windows.
September 30, 2024 at 4:03 PM
Now, I have only one choice, buy a supported hardware with Windows.

On the second hand marker, I found only older hardware. But the official developer kit 2023 is interesting. The price is over the other laptop available on second hand market and under the price of new laptop.
September 30, 2024 at 3:58 PM
No valid option to continue to use #RaspberryPi with Windows.

Other points, if I use an unofficially Windows supported hardware, the debugging is so hard. Who know if the bug is in code or a border effect of hardware ?
September 30, 2024 at 3:51 PM
Install #Windows on #RaspberryPi 4 it’s possible with hack from the WoR Project. But the RPi 4 processor will not work on future because Windows needs the NEON processor. The Raspberry Pi 5 is not fully supported and the support from WoR is now stopped.
September 30, 2024 at 3:46 PM
The tour of new versions is over. Do you like it? Do you have any ideas for new versions?
#win32service
August 26, 2024 at 4:02 PM
The third is the addition of a feature to disable the service's pause capability.
This function like others can only be used when running a service. Previously it was restricted to the "cli" SAPI. Now an exception will indicate when you are using the function incorrectly.
August 26, 2024 at 4:02 PM
The second one allows the management of environment variables specific to a service. Very useful for #Symfony. The data is stored in the #Windows registry.
August 26, 2024 at 4:01 PM
The first one is related to security. The functions to manage the rights on a service have been added. You will be able to easily add a user with the right to start and stop a particular service without having to give him the administrator rights on the whole machine.
August 26, 2024 at 4:01 PM