I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. Today I worked my way through chapter 6 of the book: all about the pipeline. The book doesn't draw any comparisons between connecting commands with pipes and … Continue reading 100 days of code: Day 4
Tag: powershell
100 days of code: Day 3
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. Today I made it through chapter 5 of the book. And by "made it through" I mean I pretty much re-read the whole while taking notes and … Continue reading 100 days of code: Day 3
100 days of code: Day 2
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. I am now glad I have that I have this portrait mode 1080p screen as it makes issuing PS commands a little easier. Today I started on … Continue reading 100 days of code: Day 2
100 days of code: Day 1
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. As at least inferred on my Day 0 post, a lot this PowerShell stuff will be in the context of re-writing the advib utility (more on this … Continue reading 100 days of code: Day 1
100 days of code: Day 0
I am tracking notes on PowerShell in PS1 files on my git hub repository. You can see all 100 days of code entries on the blog category page. This was going to be day 1 but then I thought I should make the day 1 entry more of a day one entry. So this entry … Continue reading 100 days of code: Day 0
That’s Some PS (PowerShell #1)
I seem to pop around interests a lot. That seems to be my personality. How I learn and how I find stuff I'm interested in. I was doing pretty good with JS instruction videos for a month or two there right up until I wasn't. I had sworn this time it would be different. This … Continue reading That’s Some PS (PowerShell #1)
Windows 10: disable Xbox
I actually had to do this for my work computer (Windows 10 pro). I was experiencing a brief non-clickable popup window that closed itself but was still annoying on what is supposed to be a production machine. I set about trying to find how to disable all things XBox on the system. I did a … Continue reading Windows 10: disable Xbox
Upgrading NodeJS (on Windows)
As briefly mentioned in the prior entry, the NodeJS class instructor revved the version number of his course (resetting my progress but that's more a side note). This new version of the course also switched to the latest version of node for the time: 11.0.0 (in the brief time since, NodeJS has moved to 11.1.0). … Continue reading Upgrading NodeJS (on Windows)