Rss Feed

13 March 2024

Raspberry PI 5 and Home Assistant

For those who have bought Raspberry PI 5 and are waiting for a compatible and pre-configured image to be launched from home-assistant, a solution to get started is quit simple and takes approximately 30 min.


Simply follow the detailed instructions, that describes the simple installation procedure step-by-step.

Labels: , ,

10 May 2019

PHP Sandbox


For those who need it. A PHP Sandbox for Vagrant is available out of the box and it can be downloaded from gitlab ready to use. The sandbox includes Ubuntu 18.04, Php 7.3, MySql 5.7, Nginx, Redis and Laravel 5.8.

PHP Sandbox

Labels: , , ,

08 May 2019

Announcing WSL 2



What exactly is WSL 2?

Our top requests from the WSL community have been to increase the file system performance, and make more apps work inside of WSL (i.e: introduce better system call compatibility). We have heard your feedback, and are glad to announce that WSL 2 helps solve these issues.
WSL 2 is a new version of the architecture that powers the Windows Subsystem for Linux to run ELF64 Linux binaries on Windows. This new architecture changes how these Linux binaries interact with Windows and your computer’s hardware, but still provides the same user experience as in WSL 1 (the current widely available version). Individual Linux distros can be run either as a WSL 1 distro, or as a WSL 2 distro, can be upgraded or downgraded at any time, and you can run WSL 1 and WSL 2 distros side by side. WSL 2 uses an entirely new architecture that uses a real Linux kernel.

Release details

Initial builds of WSL 2 will be available through the Windows insider program by the end of June 2019.
https://devblogs.microsoft.com/commandline/announcing-wsl-2/

Labels: , ,