SysAdmin

Journalctl: How to Read and Edit Systemd Logs

July 6, 2022

Systemd is a service and system manager that logs data. The journalctl command helps access these logs and view messages output by the system. Learn how to fully utilize the command in this guide.

Read more

How to Reinstall Ubuntu


This tutorial shows how to create a bootable USB and reinstall Ubuntu. Reinstalling the OS is sometimes the easiest solution for fixing issues with drivers or after an upgrade failure.

Read more

Kubernetes CronJob Guide

June 30, 2022

In Kubernetes, each job instance runs either simultaneously with others or immediately after the previous one completes. The CronJob controller is a Kubernetes object that enables job scheduling. This tutorial will teach you how to deploy and use Kubernetes CronJobs.

Read more

How to Run Kubernetes Jobs


When managing a Kubernetes cluster, there are certain tasks that require pods to terminate in order to be successfully completed. To perform those tasks, administrators use a special workload resource called a job. This tutorial will show you how to create, manage, and delete Kubernetes jobs.

Read more

Linux mount Command with Examples

June 21, 2022

This tutorial shows how to use the mount command in Linux to attach a file system to a particular mount point in the file system.

Read more

Linux expect Command With Examples


Up your automation game with the expect command and automate responses to scripts and programs. Learn how to use Expect through hands on examples in this guide.

Read more

Flatpak vs. Snap vs. AppImage

June 8, 2022

This article compares three distribution-independent package formats - Flatpak, Snap, and AppImage. Learn the difference, pros, and cons of each package format.

Read more

Linux export Command with Examples

May 26, 2022

Follow this tutorial and learn to use the export command in Linux to export a variable and use it in shells other than its native one.

Read more

How to Install Docker Portainer on Linux

May 19, 2022

Portainer is a lightweight container management tool that provides a GUI for simplifying container operations in Docker (including Docker Swarm), Kubernetes, Nomad, ACI etc. This tutorial will show you how to install Portainer for Docker on Linux.

Read more

How to Install vscode on Ubuntu

May 12, 2022

vscode is Microsoft's open-source code editor that boasts an abundance of features. This tutorial shows how to install and uninstall vscode on Ubuntu.

Read more
1 32 33 34 35 36 75