SysAdmin

How to Install Elasticsearch on Ubuntu

August 22, 2024

This guide explains how to install and configure Elasticsearch on your Ubuntu machine using 3 different methods.

Read more

How to Mount Remote File Systems via SSHFS on macOS


SSHFS is a file system client that helps manage files across multiple machines by providing a way to mount remote directories on a local machine. This article shows you how to install and use SSHFS on macOS.

Read more

Ubuntu Package Managers Overview


Package managers are a crucial tool in Linux that automates software installation and management. This article deals with apt, dpkg, and Snap - three most prominent Ubuntu package managers.

Read more

How to Install Pip on Ubuntu

August 20, 2024

Pip is a software utility that downloads packages from PyPI – the Python Package Index. Using PIP is like adding additional software repositories to Linux. This guide will walk you through installing PIP on Ubuntu.

Read more

DNS Record Types Explained


This tutorial lists various DNS (Domain Name System) records and provides a brief overview of their functions.

Read more

SSHFS: Mount Remote File Systems on Linux & Windows


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

5 Best Command-Line Text Editors for Linux, Windows and Mac

August 15, 2024

This article lists the top five command-line text editors that can be used in any OS - Linux, macOS, or Windows. Pick your favorite one and master text editing in Linux!

Read more

How to Check Ubuntu Version


Finding out which Ubuntu version is running on your system can be important when troubleshooting issues or searching for installation guides. Also, it is essential to ensure you are not using a version which is outdated if you want to keep your computer security risks. In this tutorial, learn how to check the Ubuntu version running on your operating system.

Read more

How to Deploy MySQL on Kubernetes

August 14, 2024

Deploying a functional database in a containerized environment can be a demanding task. This article will show you how to deploy a MySQL database instance on Kubernetes using persistent volumes, the feature that enables stateful apps to overcome the problem of the inherent transience of the K8s pods.

Read more

What Is SSH: Secure Shell Explained


This article provides an overview of the SSH protocol and explores its functions, terminology, and use cases.

Read more
1 9 10 11 12 13 77