Change Git Remote URL to SSH from HTTPS
This is a quick guide for if you’ve cloned a git repo via HTTPS and you want to change it to SSH.
This is a quick guide for if you’ve cloned a git repo via HTTPS and you want to change it to SSH.
Setup SSH Keys in WSL with Bitbucket. # Create New SSH Key# Add SSH Key to Agent# Add SSH Key to Project Create New SSH Key I’m creating a new SSH key within a linked folder, which means my SSH keys are backed up on the local machine in-case anything happens on this WSL instance…
I’ve encountered this error message when attempting to clone a git repo on a linked folder within WSL. This also happens on any mounted Windows drive when working with WSL Cloning into ‘pw-iam’…error:
The ln command in Linux is used to create a link between files. This is useful for sharing files between your local machine and WSL.
A simple guide on how to navigate to local files on Windows when working with the Windows Subsystem for Linux (WSL).
If you ever have issues accessing a Windows Subsystem for Linux (WSL) Distro after installing, it may be best to just reinstall it.
WSL allows Windows users to develop and run applications within a GNU/Linux environment. Previous to this feature release we needed VM’s or a dual boot setup.
Restarting services is a simple one, although it could be an unfamiliar environment for pre-SQL Server 2017 (only) administrators; which was the edition that allowed SQL Server to run on Linux.
A post on installing SQL Server on Linux, following the Microsoft SQL Server 2019 Guide. # Install SQL Server.# Install the SQL Server Command-Line Tools.# Connect to SQL Server Locally.# Connect to SQL Server Remotely.
Quick installation notes from installing Firewalld on an Amazon Linux 2 EC2 instance – more a reference page for a future post.