Blog
Hopefully I’m not the only one feeling so lost on the Magento 2 learning journey. I am trying to override a third party module’s onestepcheckout shipping.html file. I successfully did it using the requirejs-config.js method but none of the data is passed through. Are there other steps I have to […]
On my desktop computer, I run a Windows 10 config on dual-screen in extended mode. However, whenever I put my computer into hibernation, my main screen (Philips 236v4, VGA) will turn off but my secondary screen (Samsung s22d300, HDMI) will only turn to power-save mode, displaying a glowing black screen […]
I have column with specific data like this I need to get data like “00+000” into another column. All other data is useless for me. Is this possible somehow?
I am going to buy a new laptop and I am planning to have Linux Ubuntu and Windows 10 in dual boot on this new laptop. Does anybody have any recommendation regarding the laptop configuration appropriate for Ubuntu and Window 10 dual boot? Thanks in advance for any ideas.
Does Google Chrome store/cache usernames and passwords even when you tell it to “never save” your username and password? I’m trying to recover a username and password from years ago and I think I told it to “never save” my password so I don’t know what to do. Thanks
I have a script that is currently working. There are two groups that need to be omitted from the CSV that is exported. As it currently sits it works. see below: Import-Csv -Path .importactiveusers.csv | ForEach-Object{ $user = get-aduser -Identity $_.samaccountname -Properties name, samaccountname, memberof $( if ($user.memberof.count -gt 1) […]