| 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.

Share Button
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.

Share Button
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.

Share Button
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)

Share Button
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…

Share Button
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…

Share Button
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…

Share Button
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…

Share Button
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.

Share Button
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.

Share Button
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

Share Button
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.

Share Button
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.

Share Button
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…

Share Button
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.

Share Button
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…

Share Button
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…

Share Button
Read More
| by Scott Kilroy

Terminal Emulators in Linux

As a Linux user, you might have come across the terminology ‘terminal emulator’. Automatically, you might be tempted to think that a terminal emulator is synonymous with the terminal. While these two are similar in almost every sense, a few […]
The p…

Share Button
Read More
| by Arround The Web

How to Fix “W: Some index files failed to download.” Error In Ubuntu

Sometimes you might encounter the error “W: Some index files failed to download.” on Ubuntu when updating the system. Here’s an excerpt of the error. W: Failed to fetch archive.ubuntu.com/ubuntu/dists/quantal-security/Release.gpg Unable to connect to

Share Button
Read More
| by Scott Kilroy

Linux 5.10 Released

Linus Torvalds: Ok, here it is – 5.10 is tagged and pushed out.

Share Button
Read More