Windows:- WSL – Where is your home directory (~)

Background Let us identify our home's directory on Microsoft Window's WSL install.   On Linux, Home Directory is ~ On Linux, Home directory is ~ Echo Let us use the echo command to confirm that ~ in fact points to the home directory. Syntax   Sample Output Image Text Explanation Our home directory is /home/<username>. … Continue reading Windows:- WSL – Where is your home directory (~)

Windows:- WSL – Accessing Network Shares

Background Let us go over how to access Microsoft Network Shares from within WSL ( Microsoft's Windows Subsystem for Linux ). Glossary What is /mnt? Control-Escape.Com I like the definition availed via Control-Escape.Com. And, so let us use that definition. Guide to Linux for Beginners - ADDING FILE SYSTEMS TO THE TREE Link To gain … Continue reading Windows:- WSL – Accessing Network Shares

OS Sort Command:- Sorting by column position

Background Let us sort by column position. Data Files Person.txt Image Metadata Column Position First Name 1 Last Name 2 Email Address 3 City 4 State 5 Postal Code 6 Display Text File Cat Command OS Platform - Win OS Not Supported OS Platform - Linux Parameters Parameter Description T Show hidden characters Syntax Sample … Continue reading OS Sort Command:- Sorting by column position

OS Sort Command:- Sorting by character position

Background When reading sample code and I see the following command I be like hold up, wait a minute. Data Files Person.txt Image Metadata Column Position Column - Start & End First Name 1 1, 20 Last Name 2 21, 40 Email Address 3 41, 70 City 4 71, 90 State 5 90, 100 Postal … Continue reading OS Sort Command:- Sorting by character position

WSL:- Provision CentOS

Background Let us quickly provision CentOS using WSL on a Microsoft Windows 10 system.   Microsoft WSL Linux Distributions Here are the Linux Distros that are officially supported by Microsoft WSL. NAME FRIENDLY NAME Ubuntu Ubuntu Debian Debian GNU/Linux kali-linux Kali Linux Rolling openSUSE-42 openSUSE Leap 42 SLES-12 SUSE Linux Enterprise Server v12 Ubuntu-16.04 Ubuntu … Continue reading WSL:- Provision CentOS

WSL:- Networking Issue – Day 01

Background I was having problems with a python script on my MS Windows computer. Chose to try out the same python script in Win OS / WSL Subsystem. Python Installed WLS, specifically Ubuntu flavored. It comes with Python. But, stuck trying to perform python module installs.   Network Is it possible that the error is … Continue reading WSL:- Networking Issue – Day 01