Summary
This post contains notes for resetting the TCP/IP and WinSock stacks on Windows Systems. Doing so can generally be a good troubleshooting step when you’re having issues with network connectivity and network interfaces.
This post contains notes for resetting the TCP/IP and WinSock stacks on Windows Systems. Doing so can generally be a good troubleshooting step when you’re having issues with network connectivity and network interfaces.
Full notes are unfinished. Though, the information will be useful in the future. I’m posting and will update as I see fit.
This post is more or less notes for moving from CentOS 7.9 to Oracle Linux 7.9 using a script that Oracle kindly provides for the very low low cost of free.
This is another one of those discussions regarding content ideas.
This will be updated as time goes on. But, this is a collection of notes I’ve accumulated for bypassing the execution policy in powershell I could certainly go through the process of making the exectution policy more permissive. But, sometimes when you run scripts. Bypassing the execution policy is the way to go.
My notes for obtaining the Execution Policy for PowerShell.
Notating some commands I use for deleting a user in Microsoft 365. This
is generally done by connecting to it using Connect-MSOnline
first.
This post provides my notes on how to add a new user to the Microsoft 365 portal using PowerShell.
Jekyll on Ruby 3.0 requires the webrick gem to be added to the Gemfile
.
If the site doesn’t, Jekyll will fail to generate and serve the site.
Below is the error that I’m discussing.
Something that I tend do is forget how to crate migrations in the Laravel PHP Framework.