SSH Key-Based Authentication

Let’s take a look at how to set up key-based authentication for SSH. This method is useful for building scripts that require connections to other hosts or just for everyday quality of life improvements. A similar setup can be used for authenticating to a Linux host from a modern Windows installation.

May 25, 2023 · 3 min · 553 words · Emlin
Test Windows Network Connectivity with Test-NetConnection

Test Windows Network Connectivity with Test-NetConnection

When troubleshooting network connectivity issues on a Windows system, the Test-NetConnection PowerShell cmdlet can be a valuable tool. It allows you to test network connectivity to a specific host and port, providing useful information for diagnosing and resolving issues.

May 23, 2023 · 1 min · 196 words · Emlin
Tar Command Cheat Sheet

Tar Command Cheat Sheet

Tar is a widely used command-line utility for archiving and compressing files and directories on Linux systems. It provides a convenient way to create and manage compressed tar archives. Here is a handy cheat sheet for using tar with different operations.

May 23, 2023 · 2 min · 235 words · Emlin
How to Force Reset Splunk Admin Credentials

How to Force Reset Splunk Admin Credentials

Have you forgotten your Splunk admin credentials and have no way of resetting them? This process walks through resetting the credentials from the CLI.

May 23, 2023 · 2 min · 247 words · Emlin
How to Install Splunk

How to Install Splunk 9.x on Ubuntu

Lets take a look at the steps needed to install Splunk 9.x on a Ubuntu Linux server.

May 23, 2023 · 3 min · 556 words · Emlin