New distro’s coming to Bash/WSL via Windows Store – Windows Command Line Tools For Developers https://blogs.msdn.microsoft.com/commandline/2017/05/11/new-distros-coming-to-bashwsl-via-windows-store
The Next Web: Linux Launcher turns your Android phone into command line interface
The Next Web: Linux Launcher turns your Android phone into command line interface. http://google.com/newsstand/s/CBIwmdy57DQ
maketecheasier.com: How to Set Up Your Own Linux Photo Management System with Lychee
maketecheasier.com: How to Set Up Your Own Linux Photo Management System with Lychee. https://www.maketecheasier.com/set-up-linux-photo-management-system-with-lychee/
BetaNews: Firefox for Linux is now Netflix compatible
BetaNews: Firefox for Linux is now Netflix compatible. https://betanews.com/2017/03/22/firefox-linux-netflix/
How to Build Your Own Media Center with OpenELEC – Make Tech Easier
How to Build Your Own Media Center with OpenELEC – Make Tech Easier https://www.maketecheasier.com/build-media-center-with-openelec/
Linux Digital Audio Workstation Roundup – Freedom Penguin
Linux Digital Audio Workstation Roundup – Freedom Penguin https://freedompenguin.com/articles/software/linux-digital-audio-workstation-roundup/
Darktable is an open source photo workflow app and RAW developer
darktable is an open source photography workflow application and RAW developer, a virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.
How to run commands at shutdown on Linux :: Opensource.com
Linux and Unix systems have long made it pretty easy to run a command on boot. But as it turns out, running a command on shutdown is a little more complicated.
Source: How to run commands at shutdown on Linux :: Opensource.com
Activating Windows Subsystem for Linux on Windows 10
On of the most interesting things about the Windows 10 Anniversary update is the availability of of a full Ubuntu Linux environment running native to Windows. The Windows Subsystem for Linux promises to provide for true cross platform development on Windows. Getting WSL up and running is pretty easy, just 5 quick steps.
- In Settings -> Updates& Security go to For Developers and select Developer Mode
- In Program Manager select Turn Windows Features On and Off and select Windows Subsystem For Linux.
- Reboot
- After the restart hit the Windows key and type bash to get started. The first time bash is run you’ll be prompted to accept the licensing and WLS will download and install.
- Enter a username and a password and you’re all set.
Now you’ve got Ubuntu Linux at your fingers tips. At the prompt try sudo apt-get update and sudo apt-get upgrade to bring Ubuntu up to date.
For getting started I’d recommend Fun with the Windows Subsystem for Linux on the Windows Developer blog. It’s a good article that’ll show you around WSL a bit.
Still to be determined: can I run my full LAMP stack on it so I can use it for real development.
A brief introduction to how Linux containers are designed | Opensource.com
A brief introduction to how Linux containers are designed and image signing.
Source: A brief introduction to how Linux containers are designed | Opensource.com
This is a good high level description of containers and why migrating your web apps to them is a good idea.