SysAdmin

How To Get Helm Logs Of Changed Helm Releases

April 22, 2021

Helm does not feature a command that displays release logs. However, similar results can be achieved using two other commands - helm history and helm list. This tutorial will teach you how to use these commands to obtain information important for maintaining your Kubernetes cluster.

Read more

What is chroot jail and How to Use it?

April 15, 2021

A chroot jail is created when a system's root folder is changed to once chosen by a user.
This tutorial covers possible uses for a chroot jail and how you can set one up.

Read more

MySQL Stored Procedures (Create, List, Alter, & Drop)

April 13, 2021

MySQL stored procedures group multiple tasks into one and save the task on the server for future use. Stored procedures simplify database management and reduce network traffic. Learn how to use stored procedures in this tutorial.

Read more

How to Install Java on Fedora {OpenJDK and Oracle JDK}

April 8, 2021

Java is a programming language used to develop a wide variety of applications. It is supported by virtually all operating systems, including Fedora.
In this step-by-step tutorial, we take you through the process of installing OpenJDK and Oracle's Java SE on Fedora.

Read more

How to Set up FTP Server on Your Raspberry Pi

April 6, 2021

Raspberry Pi can be used as an affordable FTP server. Learn how to set up the server and test your connection after establishing it.

Read more

How to Install Puppet on macOS

April 1, 2021

Puppet is an open-source administrative engine that lets you perform remote admin tasks in a network through a single master node.
This tutorial will show you how to install Puppet Agent on macOS.

Read more

RPKI Explained - Secure BGP Routing


RPKI makes BGP more secure and reliable. Learn about the flaws of BGP, what RPKI is and how it works.

Read more

man Command in Linux with Examples

March 31, 2021

The man command is a built-in Linux utility that allows users to search for any available command and displays a user manual for the specified command. It features the command description, examples, acceptable options and flags, development history and much more.

Read more

How To Use shred Linux Command


Deleting a file in Linux or any other OS does not actually remove the data from the drive. The best practice is to use the shred command to permanently destroy sensitive data so that it cannot be recovered. Learn how to use the shred command in this simple tutorial.

Read more

How To Set Up Raspberry Pi As A DNS Server


Learn how to improve your network speed by setting up a Raspberry Pi as a DNS server in this step-by-step guide.

Read more
1 49 50 51 52 53 75