| by Arround The Web | No comments

GNOME 44 Release Set for March 22, 2023

GNOME 44 will be released March 22, 2023. This is the the date pencilled — subject to change, as always — in the GNOME 44 release schedule on the GNOME…

The post GNOME 44 Release Set for March 22, 2023 is from OMG! Linux and reproduction without permission is, like, a nope.

Read More
| by Arround The Web | No comments

Capítulo 7: Tomando Decisiones con Declaraciones If Else y Case en Bash

En este capítulo, aprenderás a utilizar sentencias condicionales en tus scripts de bash para que se comporten de forma diferente en distintos escenarios y casos.

Read More
| by Arround The Web | No comments

LibreOffice Calc: How To Convert Numbers to Text

This tutorial will show you an example of converting numbers to words with a function in LibreOffice Calc. It works by translating number, say 1234, into English words one thousand two hundred thirty four. The function in question is NUMBERTEXT, that s…

Read More
| by Arround The Web | No comments

SQL Server Common Table Expression

This is on how CTE can come handy when you need to generate temporary result set and it can be accessed in select, insert, update, delete and merge statement.

Read More
| by Arround The Web | No comments

OBS Studio 29.0 is Out! How to Install via PPA in Ubuntu 22.04 | 22.10

OBS Studio, the popular free and open-source video recording and live streaming software, announced a new major 29.0 today. The new release came with great improvements for Windows users, including AMD AV1 Encoder for the RX7000 series GPUs, Intel AV1 Encoder for Arc GPUs, and Intel HEVC Encoder. It also introduced native HEVC and ProRes […]

Read More
| by Arround The Web | No comments

How to Use Psycopg2 to Connect Python to PostgreSQL

Guide on how to install the module, create a PostgreSQL database connection, and utilize the different objects and functions to work with PostgreSQL database.

Read More
| by Arround The Web | No comments

Linux Cat Command Examples

Tutorial on the cat command and how it works on different scenarios to create and view a file; merge, copy, print, and append the file contents; a lot more.

Read More
| by Arround The Web | No comments

Touch Command in Ubuntu 22.04

Tutorial on the “touch” Linux command to create the empty files or change the file timestamps (last date or time of file access or modification) in Ubuntu.

Read More
| by Arround The Web | No comments

Expose Kubernetes Service to an external IP address

This is how to expose the Kubernetes services on an external IP address and how to expose a Kubernetes service to an external IP address using a deployment.

Read More
| by Arround The Web | No comments

Configure Pod Security Admission in Kubernetes

This is on Pod Security Admission (PSA) in Kubernetes, pod security admission in Kubernetes is, and how to configure the pod security admission in Kubernetes.

Read More
| by Arround The Web | No comments

Configure HPA in Kubernetes

Practical guide on the configuration of Horizontal Pod Autoscaling (HPA) in Kubernetes and how the containers are scaled horizontally using practical examples.

Read More
| by Arround The Web | No comments

Check Which Process Is Using a Port on Linux

Practical tutorial on the different Linux command line tools and how to use them to find out which process is listening on a certain port using examples.

Read More
| by Arround The Web | No comments

Btrfs vs. XFS: A Brief Comparison

A guide of the Btrfs and XFS file systems showing the comparison of the critical attributes of each file system, like features and unique compatibility.

Read More
| by Arround The Web | No comments

Backup and Restore DynamoDB Database

A guide on backing up and restoring the DynamoDB Database since it creates copies of essential tables or data in a secure and incredibly accessible manner.

Read More
| by Arround The Web | No comments

How to Create a Webhook in Kubernetes

Practical tutorial on what webhooks are and how to create them on Kubernetes to deliver the messages right from one app to the other using automated responses.

Read More
| by Arround The Web | No comments

How to Create init Containers in Kubernetes

In this article, we learned about the basic concept of what containers are while specifically focusing on the init container in Kubernetes.

Read More
| by Arround The Web | No comments

How to Create a Round Robin Load Balancer in Kubernetes

Tutorial on how to create a round robin load balancer in Kubernetes to load balancing and improve the running of Kubernetes clusters using Kubernetes structure.

Read More
| by Arround The Web | No comments

How to Connect to MongoDB with Python

Comprehensive tutorial on the several steps to connect to MongoDB with Python by installing the MongoDB in Windows and configuring Python in the system.

Read More
| by Arround The Web | No comments

How to Add the Trusted Sites in Google Chrome

Tutorial on how to manage the security permissions for trusted sites on Google Chrome, how to clear the site data and allow the trusted sites to use cookies.

Read More
| by Arround The Web | No comments

How to Connect to MongoDB with Java

Practical tutorial on how to connect to MongoDB with Java by casting off a Java environment to connect with MongoDB using the mongo-java-driver jar file.

Read More