| by Scott Kilroy

How to Configure Apache Virtual Hosts on Ubuntu 22.04

The virtual hosting concept is used by companies to host multiple websites using a single machine. In this tutorial, we will see how we can host two virtual hosts on an Ubuntu 22.04 system using name-based virtual hosting. We will use the Apache web se…

Read More
| by Scott Kilroy

16 Practical Examples of Linux LS command for Beginners

Whenever it’s required to take a look at the contents of a directory on the command line in Linux, ls is the command that’s used. It lists the contents sorted in alphabetical order. While that’s the tool’s basic usage, it offers a plethora of features …

Read More
| by Scott Kilroy

How to Install LibreNMS with Nginx on Ubuntu 22.04

LibreNMS is a free, open-source, and powerful network monitoring tool for Linux-based operating systems. In this tutorial, we will show you step-by-step instructions on how to install LibreNMS on Ubuntu 22.04.

Read More
| by Arround The Web

How to Install MariaDB in RHEL and Debian Systems

The post How to Install MariaDB in RHEL and Debian Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .
MariaDB is a binary drop-in replacement for MySQL, developed by the original authors of MySQL Project and fully compatible with MyS…

Read More
| by Arround The Web

DistroWatch Weekly, Issue 976

This week in DistroWatch Weekly: Review: NixOS 22.05News: Qubes OS 4.0 nearing its end of life, a dive into how Linux schedules processes, Debian publishes refreshed media for BullseyeQuestions and answers: Making a fake webcam deviceReleased last wee…

Read More
| by Arround The Web

Quantile in R

A step-by-step guide on how to properly utilize the quantiles in R to help show data on specific information efficiently.

Read More
| by Arround The Web

SELinux on Ubuntu Tutorial

Tutorial on how to disable the AppArmor, install the SELinux, enable the different modes, and disable SELinux. in Ubuntu and other Linux systems.

Read More
| by Arround The Web

Seaborn Pairplot

The “seaborn.pairplot()” method of the “seaborn” library is used for visualizing relationships between multiple variables in a dataset.

Read More
| by Arround The Web

Seaborn Swarmplot

In Python, the Seaborn “swarmplot()” method is used to draw a non-overlapping scatter graph that includes one of the variables as a categorical variable.

Read More
| by Arround The Web

Seaborn Time Series Plot

A guide on generating a time series plot for input related to time, using data points in a specified time span; since it is a good approach to represent data.

Read More
| by Arround The Web

Seaborn Save Plot

The matplotlib “plt.savefig()” function can be applied to save seaborn plots in various formats, including “png”, “jpg”, or “pdf”.

Read More
| by Arround The Web

Seaborn Heatmap Size

To resize the Seaborn heatmap in Python, the “plt.set()” method, “plt.figure()” method, and “plt.gcf” method can be used.

Read More
| by Arround The Web

Redsfhift Create User Command

Article guide on how we can use the CREATE USER command in the Redshift to create a user and use the multiple options to set the certain limits on the user.

Read More
| by Arround The Web

Redshift Concat Function

Guide discussion on how to use the Concat function, apply the concept of some functions and operator, and how to handle the NULL values using the NVL function.

Read More
| by Arround The Web

Seaborn Cluster Map

The “sb.clustermap()” function is used for plotting statistical visuals based on the matplotlib software that is connected with “pandas” data structures.

Read More
| by Arround The Web

How to Make a Read Only Channel in Discord

To make read only channel in Discord, first select server, click on the “+” icon, then create channel, set permissions, and click on the “Save Changes” button.

Read More
| by Arround The Web

How to Make Reaction Roles on Discord Desktop

To make reaction roles on Discord desktop, firstly, open browser, invite “Carl Bot”, choose server, go to settings, click on “Roles” category and “Create Role”.

Read More
| by Arround The Web

How to Make Reaction Roles on Discord Mobile

To make reaction roles on Discord mobile, firstly, open the browser and invite “MEE6 Bot”, tap on setup, select “#general” text channel, and save it.

Read More
| by Arround The Web

How to Remove Duplicate Elements From JavaScript Array?

In JavaScript, several methods are used to remove duplicate elements from an array. Among them, the most commonly used methods are instanceOf(), filter(), etc.

Read More
| by Arround The Web

How to Prevent Modification of Objects in JavaScript

JavaScript offers multiple methods to prevent modification of objects such as Object.preventExtensions(), Object.seal(), and Object.freeze().

Read More