Unix permissions on WSL NTFS mount

WSL suffers from missing unix permissions for Windows mounts.Storing ssh keys on NTFS and having it mounted on any WSL environment will not meet file permissions requirements. The files on the NTFS mount will have 777 which is far too open.SSH agent will complain about file permissions set too open. NTFS does not support unix…

Arrow keys not working with bash or WSL in cmder

After reloading my tasks in cmder (ConEmu) arrow keys are not working within WSL or other terminal applications. There is an easy fix. https://github.com/cmderdev/cmder/issues/1832#issuecomment-406810992 Just ensure there is following line added to your tasks. Ensure it is not p, it needs to be “p5”. -cur_console:p5

Curated list of Windows 10 software packages

Some of you are wondering how to use Windows successfully while knowing about the advantages of a Linux workstation. To clarify a bit I created a plain, curated list. You are welcome to comment and recommend useful (free or open source) tools. First I’d like to have an apt-like application installer. This is where chocolatey…

Issues with WSL after boot?

Sometimes on my business laptop Windows Subsystem for Linux refuses to start.This is often caused by antivirus software. Although this happens not very often, this can be fixed by restarting the Lxss service using cmd (with administrator privileges): sc stop LxssManagersc start LxssManager Nevertheless, it is always helpful to read system logs and understand why…

AllDup – Compare and find duplicate files

Working on several machines and having different progress on your working directories can be very hard. Speaking of code, there is GIT and no excuse not to use a version control system. But then, there is this binary jungle. The temporary download directory (you have on all the machines), the image collection of the last holiday from…