| by Scott Kilroy

Echoping in linux Explained

Echoping is a simple linux tool that we can use to test the performance of a remote host (approximatively) by sending “echo” packets with TCP or UDP. After sending the “echo” packet, It will show the time taken to set up the TCP connection and to transfer the data. Execute the following command to install […]

The post Echoping in linux Explained appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

Meet Rocky Linux: New RHEL Fork by the Original CentOS Creator

Rocky Linux is a community enterprise Operating System

Share Button
Read More
| by Scott Kilroy

Install XFCE Desktop on Arch Linux

Arch Linux officially supports many desktop environments. Some of the supported desktop environments are Budgie, Xfce, Cinnamon, Deepin, Gnome, KDE Plasma, Mate, Pantheon, etc. Pantheon is the default desktop environment (DE). You can install your favo…

Share Button
Read More
| by Arround The Web

How to Install PHP 8 on CentOS/RHEL 8/7

PHP is a popular open-source server-side scripting language that is integral in developing dynamic webpages. PHP 8.0 is finally out and was released on November 26th, 2020. It promises lots of improvements and optimizations

The post How to Install PHP…

Share Button
Read More
| by Scott Kilroy

CentOS Linux 8 will end in 2021 and shifts focus to CentOS Stream

The free ride is over. CentOS Linux 8, as a rebuild of RHEL 8, will end at the end of 2021.

Share Button
Read More
| by Scott Kilroy

Transfer Files Between Any Devices Using Piping Server

This guide explains how to easily and securely transfer files between any devices using Piping Server from command line and via a web browser.

Share Button
Read More
| by Scott Kilroy

Meet Twake, A Modern Open-Source Collaboration Platform [Nextcloud Alternative]

Twake is a modern looking collaboration platform with focus on Kanban project management methodology.

Share Button
Read More
| by Scott Kilroy

What is arping in linux?

As we have already discussed in one of our previous articles, ARP protocol  is commonly used by layer two devices to communicate and discover each other easily. The arping utility performs an action similar to ping, but at the Ethernet layer. Where we can use ping to tests the reachability of an IP address, arping can be used to report the […]

The post What is arping in linux? appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

How to take backups in linux using TAR command

The tape archive (tar) command was originally designed to back up filesystems to tape devices. Although many people now use the tar command to back up to non-tape devices, you should be aware of how to use tape devices as well. For the following examples, we assume that you do not have a tape drive […]

The post How to take backups in linux using TAR command appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

Good News! elementary OS is Coming to Raspberry Pi 4

The developers of elementary OS have announced their experimental builds for the ARM-based Raspberry Pi 4 series.

Share Button
Read More
| by Scott Kilroy

How to take Backups in linux using dd command

In one of our previous article, we have discussed how to take snapshot backups in a linux system. In this article we will see how to take backups in our linux file system using the dd command. The dd command is useful to back up entire devices, whether entire hard disks, individual partitions, or logical […]

The post How to take Backups in linux using dd command appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

How to Install OCS Inventory Asset Management Software CentOS 8

OCS "Open Computers and Software Inventory Next Generation" is an open-source assets management solution that allows you to inventory IT assets. In this tutorial, we will explain how to install OCS inventory on CentOS 8 server.

Share Button
Read More
| by Scott Kilroy

How to Install CouchDB on Ubuntu 20.04

In this guide, you will learn how to install CouchDB NoSQL database on Ubuntu 20.04 and how to create your first CouchDB database using the integrated Foxton Control panel.

Share Button
Read More
| by Scott Kilroy

Manage operations on S3 Bucket using aws-cli from the EC2 instance

In this article, we will see the steps and commands to create an S3 bucket from the command line and perform basic operations on it like copy files, sync files,  etc.

Share Button
Read More
| by Scott Kilroy

Always on Top: An Often Ignored But Handy Feature in Linux Desktop

With the “Always on Top” feature, you can keep an application on top of all other applications all the time

Share Button
Read More
| by Scott Kilroy

How to Install PHP 8.0 on Ubuntu 20.04 / 18.04

PHP is arguably one of the most widely used server-side programming languages. It’s the language of choice when developing dynamic and responsive websites. In fact, popular CM platforms such as WordPress, Drupal, and Magento
The post How to Install PHP…

Share Button
Read More
| by Arround The Web

Distribution Release: CRUX 3.6

Juergen Daubert has announced the release of CRUX 3.6, the latest stable build of the project’s lightweight Linux distribution featuring a straightforward tar.xz-based package system, BSD-style init scripts, and a collection of trimmed packages: “The …

Share Button
Read More
| by Scott Kilroy

Logical Volume Manager (LVM) versus standard partitioning in Linux

Use this guide to integrate the flexibility, scalability, and increased features of LVM into your server storage strategies. Traditional partitioning is good, but LVM is better.

Share Button
Read More
| by Scott Kilroy

Logical Volume Manager (LVM) versus standard partitioning in Linux

Use this guide to integrate the flexibility, scalability, and increased features of LVM into your server storage strategies. Traditional partitioning is good, but LVM is better.

Share Button
Read More
| by Arround The Web

Expert Tips for Hosting a Successful Webinar

Webinars have become an essential tool in the arsenal of many salespeople, lecturers, educators, and marketers, to name a few. They can be amazing ways of connecting with large groups of people at once, sharing knowledge, or selling products. This year…

Share Button
Read More