Tag: windows

How to Use Public Key Authentication with SSH

August 10, 2021

Public Key Authentication is the secure way to connect via SSH. Through this guide, you will learn how to generate a key pair and use them to connect to a remote server via SSH.

Read more

SSHFS: How to Mount Remote File Systems Over SSH

July 26, 2021

Need to transfer files between two machines securely? Try the SSHFS client, which mounts a remote file system directly to your local machine and uses the SSH file transfer protocol.

Read more

How to Install SQL Server on Windows 10

July 1, 2021

SQL Server is Microsoft's solution for creating and managing SQL databases. This tutorial takes you through the step-by-step process of installing SQL Server on Windows.

Read more

How to Download and Install PostgreSQL on Windows

June 29, 2021

PostgreSQL is one of the most popular relational database management systems available today. This tutorial offers a step-by-step guide to installing PostgreSQL on Windows.

Read more

How to Install Ubuntu on Windows with Hyper-V

June 24, 2021

Hyper-V is a built-in Windows tool that lets you create and manage virtual machines. This tutorial offers a step-by-step guide to installing ubuntu on Windows using Hyper-V.

Read more

How to Update Git

May 25, 2021

This tutorial provides an overview of different ways you can update Git on Linux, Windows, and MacOS systems.

Read more

How To Use Telnet On Windows

March 24, 2021

The Telnet client is not the best cybersecurity practice, however it is very useful for port troubleshooting. Learn how to turn on the Telnet client feature and check for open ports on Windows.

Read more

How to Ping Specific Port Number in Linux and Windows

March 8, 2021

This tutorial covers the use of several networking tools and utilities for pinging a specific port number. Even though the primary use of the ping command does not involve ports, it can be used in order to check if a port is open or not by trying to establish a connection with it.

Read more

How to Install SQL Express Server

February 4, 2021

SQL Server Express is a light, feature-restricted version of Microsoft's SQL Server 2019.
This tutorial will guide you through the process of installing, upgrading, or uninstalling your copy of SQL Server Express 2019.

Read more

How to Set Environment Variable in Windows

January 26, 2021

Windows uses environment variables to set up and run processes. This tutorial goes over different ways to set, list, and unset environment variables in Windows.

Read more