| by Arround The Web

SQL Fetch Statement

A guide on how to use the SQL FETCH statement in the Standard SQL, which allows the user to limit the number of records returned by a specific query.

Share Button
Read More
| by Arround The Web

Distribution Release: antiX 22

antiX is a fast, lightweight and easy-to-install Linux live CD distribution based on Debian’s Stable branch. The project’s latest release, antiX 22, substitutes a number of packages and rebuilds packages to avoid dependency on Debian’s systemd package…

Share Button
Read More
| by Arround The Web

MySQL Default

If you insert or update a row that does not include a value for that column, MySQL will use the defined default value instead of a NULL type.

Share Button
Read More
| by Arround The Web

How to Setup Elasticsearch and Kibana on Linux

ELK Stack, known as ELK, is a suite of free and open-source projects: Elasticsearch, Logstash, and Kibana. How to set up Elasticsearch and Kibana is discussed.

Share Button
Read More
| by Arround The Web

MySQL Converts From One Time Zone to Another

Timezones are complex concepts that developers have to deal with. The convert_tz() function in MySQL enables us to convert from one timezone to another.

Share Button
Read More
| by Arround The Web

How To Restart Apache HTTPD on Ubuntu 22.04

A guide on how to restart Apache HTTPD on Ubuntu 22.04 with the systemctl and service tools and showcase reloading, enabling, and disabling the Apache service.

Share Button
Read More
| by Arround The Web

How to Install Elasticsearch and Kibana on MacOS

In macOS, we can use the Homebrew package manager to install and set up Elasticsearch on our local system. Elasticsearch formula is published by Elastic.co.

Share Button
Read More
| by Arround The Web

How to Import CSV File in Kibana

CSV data stores data in a tabular format where each column is separated by a comma, and a new record is allocated to a new line.

Share Button
Read More
| by Arround The Web

MongoDB Change Data Directory

A guide on how to configure or change a custom data recovery for the MongoDB server using the –dbpath parameter and the configuration file.

Share Button
Read More
| by Arround The Web

How to Install WordPress on Ubuntu 22.04

WordPress supports multiple platforms and easy ways to create a website with various plugins and themes. This article explains Ubuntu wordpress installation.

Share Button
Read More
| by Arround The Web

Elasticsearch Show Cluster State

Elasticsearch utilizes restful API extensively. Therefore, it’s no surprise that it provides an API endpoint for fetching cluster state information.

Share Button
Read More
| by Arround The Web

Best 14 Git GUI Clients for Ubuntu in 2022

A guide on the best 14 Git GUI clients for Ubuntu in 2022 that can be installed in Ubuntu, managed, and used through the command line as a version control tool.

Share Button
Read More
| by Arround The Web

Cassandra Datetime Operators

The time data type is a 64-bit encoded signed integer used to represent the number of nanoseconds since midnight. Cassandra Datetime Operators is discussed.

Share Button
Read More
| by Arround The Web

Cassandra Create Type

Cassandra allows us to define custom types to hold related information in a table. This article contains defining a user type using the CREATE TYPE command.

Share Button
Read More
| by Arround The Web

Cassandra Create Index

Creating an index in Cassandra databases helps in providing a feature for fast and efficient data lookups using data attributes other than the partition key.

Share Button
Read More
| by Arround The Web

Cassandra Code Comments

It is beneficial to include comments in your code for later use. This article explains adding commands in your CQL scripts and CQL Shell.

Share Button
Read More
| by Arround The Web

Cassandra Clear Snapshots

Cleaning up old database files is crucial to write new files without overwriting. This article explains how to clear snapshots from Apache Cassandra cluster.

Share Button
Read More
| by Arround The Web

How to Install VirtualBox 7.0 in Debian, Ubuntu and Linux Mint

The post How to Install VirtualBox 7.0 in Debian, Ubuntu and Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Brief: In this article, we will explain how to install VirtualBox 7.0 on Debian-based distributions such as Debian, Ubu…

Share Button
Read More
| by Arround The Web

5 Best Open-Source School Management Software for Linux

The post 5 Best Open-Source School Management Software for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Brief: This tutorial examines some of the best free and open-source school management software for Linux. Running an education…

Share Button
Read More
| by Arround The Web

Implement Dual-Boot Setup for Linux Mint 21 Alongside Windows 11

dIn this guide, we explore how you can implement a dual-boot setup of Linux Mint 21 (Vanessa) alongside Windows 11.
The post Implement Dual-Boot Setup for Linux Mint 21 Alongside Windows 11 appeared first on Linux Today.

Share Button
Read More