Windows 10 is getting a Microsoft-built Linux kernel | ZDNet https://www.zdnet.com/article/windows-10-is-getting-a-microsoft-built-linux-kernel/
Introduction to Small Scale Scrum | Opensource.com
Small Scale Scrum can be best described as “a people-first framework defined by and for small teams (a maximum of three people) and supporting planning, developing, and delivering production-quality software solutions.” The proposed framework centers around the concept of team members occupying multiple roles on any project.
Introduction to Small Scale Scrum | Opensource.com https://opensource.com/downloads/small-scale-scrum
Putting the AMP into LAMP in Linux Subsystem for Windows 10
Lets have a look on what we have on this article:
- Setting up Apache 2 in Linux Subsystem for Windows 10
- Setting up MySQL Server in Linux Subsystem for Windows 10
- Setting up PHP in Linux Subsystem for Windows 10
- Visual Studio Code and PHP Extensions
- Few tweaks to work on PHP, Visual Studio Code with Linux Subsystem for Windows
Source: How to setup Apache, MySQL and PHP in Linux Subsystem for Windows 10
Hey, what good’s Ubuntu 18.04 for web dev without Apache, PHP, and MySQL? Getting the full LAMP stack up and running in WSL is a breeze and then you can get some work done. BTW, don’t forget Git.
Tips on getting the most out of Ubuntu 18.04 running in WSL on Windows 10
There are some good pointers and excellent tips in Web Development and Advanced Techniques with Linux on Windows (WSL) that are useful if you’re using WSL as part of your dev toolkit. Getting the same envs, including PATH, running across both systems is handy. It’s cool to be able to develop in Windows and test in Ubuntu without mucking about with VMs or ssh or anything.
Openwrt 18.06.2 released
Openwrt 18.06.2 released https://openwrt.org/releases/18.06/notes-18.06.2
Teenage Engineering releases a “poor man’s” modular synthesiser system :: Dezeen
Teenage Engineering releases a “poor man’s” modular synthesiser system :: Dezeen https://www.dezeen.com/2019/01/28/teenage-engineering-releases-poor-mans-modular-synthesiser-design/
Onsen UI 2: Beautiful HTML5 Hybrid Mobile App Framework and Tools
Make beautiful hybrid mobile apps using HTML5, CSS and JavaScript. Works with or without any framework including Angular, Meteor, React and Vue. iOS and Android.
Source: Onsen UI 2: Beautiful HTML5 Hybrid Mobile App Framework and Tools
SMA30 A Simplified WiFi Throttle You Can Customize | Model Railroad Hobbyist magazine
SMA30 A Simplified WiFi Throttle You Can Customize | Model Railroad Hobbyist magazine
My Modern PHP Development Setup · John Mackenzie | Software Engineer
My Modern PHP Development Setup · John Mackenzie | Software Engineer https://www.johnmackenzie.co.uk/post/my-modern-php-development-setup/
Podman and user namespaces: A marriage made in heaven | Opensource.com
User namespace allows you to specify a user identifier (UID) and group identifier (GID) mapping to run your containers. This means you can run as UID 0 inside the container and UID 100000 outside the container. If your container processes escape the container, the kernel will treat them as UID 100000. Not only that, but any file object owned by a UID that isn’t mapped into the user namespace will be treated as owned by “nobody” (65534, kernel.overflowuid), and the container process will not be allowed access unless the object is accessible by “other” (world readable/writable).
Podman and user namespaces: A marriage made in heaven | Opensource.com https://opensource.com/article/18/12/podman-and-user-namespaces