I have wrote the following .ps1 file:- [System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true} $request = [System.Net.WebRequest]:...
I think that the title says it all. I use the portable version of Notepad++ and would like to have a menu on the Windows 10 right click context menu which...
I don't know what I did or what changed but about an hour ago I lost internet connection on my VMware Player with latest Debian installed. I already ...
I am trying to run a ping using windows powershell, but this is the result: ping google.com Traceback (most recent call last): File "C:\Program Files...
I have coded one of my first bash scripts. My goal is to make my office "paper-free". I have a lot of scanned documents, that I want to save with the date...
I I have an Excel scatter chart with x and y values. I set the logarithmic scale in x-axis and y-axis. When I add a linear trend line to the graph, the li...