(From a novice’s point of view) The other day I was thinking about how a typical “passwd” command works in a LINUX OS. For example, when we type in “passwd”, a prompt appears letting us type in our password, and then it saves that password wrapping up with cryptographic algorithms […]
Blog
How can I do renaming all of those files? Example: core-js-46asfv to core-js So those numbers and letters that are generated I want removed. enter image description here
I’ve been stuck on this issue around variable expansion in Bash scripts where a multi-word argument surrounded by spaces is getting split into multiple arguments when passed down a chain of functions. For example: "this entire string" becomes: "this entire string" Extracting out the arrangement of functions out of the […]
I’ve recently started using an Android app to trigger wake-on-lan for my Windows 10 desktop PC. I didn’t need to configure anything for this to work on the network card, Windows or BIOS. Problem is, if I wake the PC (from a shutdown state) with the app (I’ve tried multiple […]
I have a .NET Core application and another .NET Framework application running under the same site (domain) on IIS. Both are working perfectly. But when I add authentication with azure ad on the .NET Core app, I am having some errors (shown below). .NET Framework app specs: Already using authentication […]
So I got a potential job offer to be a backend-end php developer. I have been coding with JavaScript/python for the last year and a half or so, but have never really messed with PHP. They want me to jump in and start learning right away. I am excited to […]
I’ve got a colleague who was brought in as a testing specialist to help improve code quality and reduce bugs. I’ve done a little testing before, but am no means an expert. When they joined I was really excited to learn from them as testing is definitely an area I […]