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 MoreLinux Mint 20.1 Beta just popped up on the main download servers of the popular Ubuntu-based distribution
Read MoreThere are multiple methods you can use to securely copy files between Linux hosts. SCP and SFTP are two you need to know.
Read MoreEcho Command in Linux is one of the most used commands in Bash scripting
Read MoreThe 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 MoreThis brief guide explains how to reset vagrant virtual machine to it’s original state in Linux.
Read MoreVersioning 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 MoreIf 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 MorePerf 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 MoreMariaDB 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 MoreContainers 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…
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 MoreIn 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 MoreCloudLinux announced that they are also working on an open sourced, community fork of RHEL to replace CentOS.
Read MoreRescuezilla 2.1 comes two months after version 2.0, but it’s not just a point release
Read MoreIPTraf 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 MoreUse both Cirrus CLI and Podman to better manage and secure container environments for rootless builds.
Read MoreNuTyX 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 MoreThe creator of CentOS started planning for a new Linux Distribution called Rocky Linux.
Read MoreNowadays, 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 MoreA 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