| by Arround The Web

PostgreSQL DateTime Data Types

The uses of these date and time data types have been shown by creating a table that will help users to create the table by using these data types.

Read More
| by Scott Kilroy

How to Install Apache CouchDB NoSQL Database Server on Debian 11

Apache CouchDB is an open-source NoSQL database developed by the Apache Software Foundation. This tutorial will teach you how to install Apache CouchDB Database Server on a Debian 11 server. You will also learn how to perform some basic database operat…

Read More
| by Arround The Web

Distribution Release: IPFire 2.27 Core 168

The IPFire team have published a new update to their security and firewall focused distribution. A key update affects the project’s intrusion prevention system (IPS): “Stefan contributed a patch series for notably improving the IPS, particularly when …

Read More
| by Arround The Web

Nodejs MongoDB Find

Using the Nodejs to find the MongoDB cloud server data at the local server, you need to create an account on a cloud server and generate a new database.

Read More
| by Scott Kilroy

How to Install and Configure Envoy Proxy on Debian 11

Envoy proxy is a free and open-source service proxy designed for cloud-native applications. In this tutorial, we will show you how to install and configure the Envoy proxy on the Debian 11 server.

Read More
| by Arround The Web

SQLite Replace

This is on SQLite Replace statements and how to use them to remove and reinsert existing entries. The REPLACE in SQLite is used for that purpose.

Read More
| by Arround The Web

MongoDB Full-Text Search

This guide will help us to create a MongoDB text index and use it to search for documents employing common full-text search queries and criteria.

Read More
| by Arround The Web

MongoDB Filter Query

In this article, we have gone through the definition, syntax, and how filters function in MongoDB. Examples and code implementation are also provided.

Read More
| by Arround The Web

MongoDB Date Greater Than Query

The date is returned as a string or as an object in MongoDB’s date queries. This article explains how to create a MongoDB Date greater than a query.

Read More
| by Arround The Web

MongoDB Compass Installation and Usage

This guide was primarily written to deliver two functions: the installation of MongoDB Compass and the use of MongoDB Compass on Ubuntu 22.04.

Read More
| by Arround The Web

Thonny is an Ideal IDE for Teaching Python Programming in Schools

A simple, Eclipse-like IDE for Python programmers. The features are more suited for teaching Python to students in schools.

Read More
| by Arround The Web

How to Disable Lock Screen App Notifications in Ubuntu 22.04 / Fedora

Some applications display notifications in the lock screen, which could be quite annoying! If you want, you can disable all of them or certain app notifications easily via Gnome Control Center. 1.) Firstly, go to the top-right corner system menu. Then click on “Settings” to open system settings utility, which is also known as gnome […]

Read More
| by Arround The Web

Kerberos Installation

It is relatively easier procedure to install the latest Kerberos version, popularly known as KRB5, on Linux. Kerberos is an Open Authentication System by MIT.

Read More
| by Arround The Web

Seaborn Boxplot

The “seaborn.boxplot()” method of the “seaborn” library in Python is used to draw/plot the distributions with respect to categories.

Read More
| by Arround The Web

SQLite Execute SQL Statements From a File

“SQLite allows us to run commands straight from a file. This is particularly beneficial if you have a lengthy program, such as establishing several different tables and populating them with data. While using the SQLite command prompt shell, use the .mode dot command in association with the .output or .once commands to output your query […]

Read More
| by Arround The Web

CSS Hexagon

A Hexagon is a mathematical, geometrical shape called a polygon having 6 edges. To design a hexagon, we use HTML and CSS. This article explains CSS Hexagon.

Read More
| by Arround The Web

SQLite Group By

This is on the GROUP BY command to develop a set of summarized rows from a series of values. The GROUP BY creates a set of rows based on the user’s query.

Read More
| by Arround The Web

Removing Untracked Files Using git clean Command

To remove untracked files using the git clean command, first, move to the required directory, then remove the untracked files using the “git clean -f” command.

Read More
| by Arround The Web

CSS Border Size

The border size is specified with two identifiers: pixels and textual representation, such as thin, medium, and thick. This article explains CSS border size.

Read More
| by Arround The Web

How to Use the atq Linux Command

The atq command displays a list of pending jobs and their details, such as hour, date, username, etc. This article explains how to use the atq Linux command.

Read More