Basics of Network Connectivity Troubleshooting

Basics of Network Connectivity Troubleshooting

In this guide, we will explore network connectivity troubleshooting using a simple use case.

June 1, 2023 · 7 min · 1358 words · Emlin
Splunk Enterprise Backup Strategy - Secure Your Configuration Files

Splunk Enterprise Backup Strategy - Secure Your Configuration Files

Maintaining a reliable backup strategy is crucial when working with Splunk Enterprise, as it ensures the ability to revert back to a functional state in the event of an unrecoverable issue. In this article, we will explore a simple yet effective method of backing up Splunk’s /opt/splunk/etc directory.

May 26, 2023 · 5 min · 913 words · Emlin
SSH Key-Based Authentication

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 · 2 min · 419 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