| by Scott Kilroy

Linux Mint 20.1 Beta Is Now Available for Download

Linux Mint 20.1 Beta just popped up on the main download servers of the popular Ubuntu-based distribution

Read More
| by Scott Kilroy

How to securely copy files between Linux hosts using SCP and SFTP

There are multiple methods you can use to securely copy files between Linux hosts. SCP and SFTP are two you need to know.

Read More
| by Scott Kilroy

How to use ECHO command in Linux

Echo Command in Linux is one of the most used commands in Bash scripting

Read More
| by Scott Kilroy

10 Examples of using nslookup in linux

The main use of nslookup is to help with any DNS issues you may have. You can use it to find the IP address of a host, find the domain name of an IP address, or find mail servers on a domain. This tool can be used in an interactive and a noninteractive mode. The Interactive mode […]

The post 10 Examples of using nslookup in linux appeared first on The Linux Juggernaut.

Read More
| by Scott Kilroy

How To Reset Vagrant Virtual Machine To Original State

This brief guide explains how to reset vagrant virtual machine to it’s original state in Linux.

Read More
| by Scott Kilroy

What is Versioning and how to use it in AWS S3 bucket

Versioning is a means of keeping multiple variants of an object in the same bucket. You can use versioning to preserve, retrieve, and restore every version of every object stored in your Amazon S3 bucket. With versioning, you can easily recover from both unintended user actions and application failures. When you enable versioning for a […]

The post What is Versioning and how to use it in AWS S3 bucket appeared first on The Linux Juggernaut.

Read More
| by Scott Kilroy

Remove all comment in WordPress

If you want to remove all comment fields in wordpress go into your theme directory and and open functions.php add this code (I’d suggest at the bottom of the file)

Read More
| by Scott Kilroy

How to Use Perf Performance Analysis Tool on Ubuntu 20.04

Perf is a simple but powerful performance monitoring tool for Linux based operating systems. It is used to trace or count both hardware and software events. In this tutorial, we will show you how to install and use Perf performance monitoring tool on U…

Read More
| by Arround The Web

How to Install MariaDB on CentOS 8

MariaDB is an open-source, community-developed relational database management system. It is forked from MySQL and created and maintained by the developers who created MySQL. MariaDB is intended to be highly compatible with MySQL but

The post How to In…

Read More
| by Scott Kilroy

How to Install Kubernetes on Ubuntu 20.04

Containers are a good choice to bundle and run our own applications. When the number of containers increases rapidly and need to manage them in a convenient way. That’s the reason why Kubernetes comes. Kubernetes (K8s) is an open-source system […]
Th…

Read More
| by Arround The Web

How to Set Up High Availability for Namenode – Part 5

Hadoop has two core components which are HDFS and YARN. HDFS is for storing the Data, YARN is for processing the Data. HDFS is Hadoop Distributed File System, it has Namenode as Master Service

The post How to Set Up High Availability for Namenode – Pa…

Read More
| by Scott Kilroy

How To Encrypt File on Linux

In this tutorial, you will learn how you can easily encrypt files and directories on Linux using the GnuPG tool as well as the zip utility.

Read More
| by Scott Kilroy

After Rocky Linux, We Have Another RHEL Fork in Works to Replace CentOS

CloudLinux announced that they are also working on an open sourced, community fork of RHEL to replace CentOS.

Read More
| by Scott Kilroy

Rescuezilla 2.1 Makes It Easier to Extract Files from Backups, Based on Ubuntu 20.10

Rescuezilla 2.1 comes two months after version 2.0, but it’s not just a point release

Read More
| by Scott Kilroy

10 Examples of using Iptraf to monitor network traffic in linux

IPTraf is a network monitoring utility in linux that we can use to monitor IP traffic passing over the network. By using this tool, we can we can monitor various connections like TCP, UDP, ICMP, non-IP counts and also Ethernet load information etc. you can install IPtraf using the following command: #apt install iptraf Once it is installed, you can run the […]

The post 10 Examples of using Iptraf to monitor network traffic in linux appeared first on The Linux Juggernaut.

Read More
| by Scott Kilroy

How Cirrus CLI uses Podman to achieve rootless builds

Use both Cirrus CLI and Podman to better manage and secure container environments for rootless builds.

Read More
| by Arround The Web

Distribution Release: NuTyX 20.12.0

NuTyX is a French Linux distribution (with multi-language support) built from Linux From Scratch and Beyond Linux From Scratch, with a custom package manager called “cards”. The project has published a new version with multiple supported desktop editi…

Read More
| by Scott Kilroy

Rocky Linux – True CentOS Replacement – Everything you need to know

The creator of CentOS started planning for a new Linux Distribution called Rocky Linux.

Read More
| by Arround The Web

How To Resolve The Most Common Internet Connectivity Problems

Nowadays, everyone uses the internet daily. It helps keep people connected to one another wherever they are and allows them to easily carry out daily tasks. It is not just for personal use, though; businesses also rely heavily on internet connections t…

Read More
| by Scott Kilroy

How to Deploy a Multi-Tier Application with Kubernetes

A multi-tier application is an application distributed among more than one layer. It logically separates the operational layers. The number of layers varies with business and application requirements. In this article, we will see an application divided…

Read More