| by Scott Kilroy

How to use Cloudformation to create a VPC on AWS

Using Cloudformation, we can create and manage AWS resources very easily.  Cloudformation can be used to manage all AWS resources using a text file. In this article, we will see a Cloudformation to create a VPC with 2 Public and 2 Private Subnets.

Share Button
Read More
| by Scott Kilroy

How to Install Rust on AlmaLinux 8

Rust is a programming language with three key design tenets: safety, concurrency, and practicality. In this article, we will learn how to install Rust on an AlmaLinux 8 system. This tutorial includes detailed instructions along with screenshots of the …

Share Button
Read More
| by Arround The Web

How to Create an SSH Honeypot to Catch Hackers in Your Linux Server

Hackers are always trying to hack into your Linux server. Here’s a useful and fun way to create an SSH honeypot to trap these hackers.
The post How to Create an SSH Honeypot to Catch Hackers in Your Linux Server appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Prometheus System Monitoring Tool on Debian 11

Prometheus is a free, open-source and web-based monitoring application that collects metrics from your services and stores them in a time-series database. In this post, we will show you how to install Prometheus monitoring on Debian 11.
The post How to…

Share Button
Read More
| by Arround The Web

CloudStats.me – Monitors Your Linux Servers and Websites from the Cloud

CloudStats.me is a new Linux server monitoring tool that is very easy to use yet capable of providing the most vital information about your server. CloudStats was developed with simplicity in mind. Most existing server monitoring tools are either quite…

Share Button
Read More
| by Scott Kilroy

How to Create an Amazon Machine Image (AMI) and use it on AWS

An Amazon Machine Image (AMI) provides the information required to launch an instance. An EC2 instance can not be launched without an AMI. We can create as many instances as we want from a single AMI when we need multiple instances with the same config…

Share Button
Read More
| by Scott Kilroy

How to Install Jenkins on AlmaLinux 8

Jenkins is an open source automation software for continuous application integration and deployment. In this guide, we will show you how to install Jenkins on an AlmaLinux 8 system and walk through some basic configuration ideas.

Share Button
Read More
| by Scott Kilroy

How to install ONLYOFFICE Desktop Editors on Linux Mint

ONLYOFFICE desktop app is an open-source office suite pack that comprises editors for text documents, spreadsheets, and presentations. In this tutorial, we’ll learn how to install ONLYOFFICE Desktop Editors on your Linux Mint.

Share Button
Read More
| by Scott Kilroy

How to create a Security Group (SG) and Network Access Control List (NACL) in AWS

Security Groups (SGs) and Network Access Control Lists(NACLs) are the features that come with Virtual Private Cloud (VPC) in Amazon Web Services(AWS). In this article, we will see the steps to create an SG and NACL.

Share Button
Read More
| by Arround The Web

How to Install and Configure Git on AlmaLinux 8

In the following Linux tutorial, you will learn how to install Git on AlmaLinux 8 in various methods.
The post How to Install and Configure Git on AlmaLinux 8 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install R Programming Language on Ubuntu 20.04

In the following Linux tutorial, you will learn how to install and use R programming language on Ubuntu 20.04.
Learn how to install R using the CRAN repository and install packages from both R’s CRAN repository or PPA cran2deb4ubuntu on Ubuntu 20.04.
T…

Share Button
Read More
| by Scott Kilroy

How to Install Deno JavaScript Runtime on Ubuntu 20.04

Deno is a lightweight JavaScript runtime that is both straightforward and safe. We’ll show you how to install Deno on Ubuntu 20.04 and run a hello world script to test your installation in this article.

Share Button
Read More
| by Scott Kilroy

How to setup an RDS MySql (Relation Database MySql) instance on AWS

RDS(Relational Database Service) comes under “Database” services of AWS(Amazon Web Services) Cloud. In this article, we will see how to create an RDS MySql Instance, provision and terminate it.

Share Button
Read More
| by Arround The Web

VirtualBox 6.1.28 Released with Initial Support for Linux 5.14 and 5.15

VirtualBox 6.1.28 is here, about three months after VirtualBox 6.1.26, to introduce initial guest and host support for the Linux 5.14 and 5.15 kernel series. This means that you can now use VirtualBox on GNU/Linux systems powered by Linux kernels 5.14 or 5.15, as well as to run distributions powered by Linux 5.14 or 5.15 […]

The post VirtualBox 6.1.28 Released with Initial Support for Linux 5.14 and 5.15 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Redcore Linux is a Gentoo-based Distro for Human Beings

Redcore Linux is a Gentoo-based live-installable distribution that brings Gentoo’s power to home users. It targets casual desktop users and, to some extent, even power users. The Redcore Linux devs have announced the release of version 2102. This versi…

Share Button
Read More
| by Arround The Web

Bash String Manipulation Explained With Examples In Linux

String manipulation is one of the fundamental concepts of bash scripting. This guide explains how to create and manipulate strings in bash, with examples in Linux.
The post Bash String Manipulation Explained With Examples In Linux appeared first on Lin…

Share Button
Read More
| by Arround The Web

Ubuntu 21.04 and 20.04 LTS Users Get New Linux Kernel Security Update

Coming only three weeks after the previous kernel security update, the new one is currently only available for Ubuntu 21.04 (Hirsute Hippo) and Ubuntu 20.04.3 LTS (Focal Fossa) systems running the Linux 5.11 kernel series, and it’s available for all su…

Share Button
Read More
| by Arround The Web

How To Find Available Network Interfaces On Linux

This detailed tutorial addresses all the possible ways to find available network interfaces on Linux and Unix operating systems.
The post How To Find Available Network Interfaces On Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Opera Browser Stable, Beta, or Developer on Linux Mint 20

In the following tutorial, you will learn how to install Opera Browser on Linux Mint 20 with either the stable, beta, or developer branches.
The post How to Install Opera Browser Stable, Beta, or Developer on Linux Mint 20 appeared first on Linux Today.

Share Button
Read More
| by Scott Kilroy

How to install Mattermost Server on Rocky Linux 8

Mattermost is messaging software well suited for corporate environments and software development teams. There are mattermost clients available for all major desktop and mobile OS. This tutorial shows how to install a mattermost Server on Rocky Linux 8.

Share Button
Read More